Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Kernel 4.8 adds a struct user_namespace arg to posix_acl_valid:
extern int posix_acl_valid(struct user_namespace *, const struct posix_acl *);
This needs to be tested for and handled.