diff options
author | Tyler Hicks <tyhicks@canonical.com> | 2016-03-17 03:19:10 +0300 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2017-01-16 12:18:52 +0300 |
commit | e3ea1ca59adaefa31935a6f8f06a9168ea0e57d2 (patch) | |
tree | 9ad612c96bb48331ed9203a3fe0ed4f3c6792002 /security/apparmor/policy.c | |
parent | e025be0f26d5597b0a2bdfa65145a0171e77b614 (diff) | |
download | linux-e3ea1ca59adaefa31935a6f8f06a9168ea0e57d2.tar.xz |
apparmor: sysctl to enable unprivileged user ns AppArmor policy loading
If this sysctl is set to non-zero and a process with CAP_MAC_ADMIN in
the root namespace has created an AppArmor policy namespace,
unprivileged processes will be able to change to a profile in the
newly created AppArmor policy namespace and, if the profile allows
CAP_MAC_ADMIN and appropriate file permissions, will be able to load
policy in the respective policy namespace.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/policy.c')
-rw-r--r-- | security/apparmor/policy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/apparmor/policy.c b/security/apparmor/policy.c index f2c4bb26b060..f44312a19522 100644 --- a/security/apparmor/policy.c +++ b/security/apparmor/policy.c @@ -99,7 +99,6 @@ const char *const aa_profile_mode_names[] = { "unconfined", }; - /* requires profile list write lock held */ void __aa_update_proxy(struct aa_profile *orig, struct aa_profile *new) { |