Skip to content
Commit bf81100f authored by John Johansen's avatar John Johansen
Browse files

apparmor: fix apparmorfs DAC access permissions

The DAC access permissions for several apparmorfs files are wrong.

.access - needs to be writable by all tasks to perform queries
the others in the set only provide a read fn so should be read only.

With policy namespace virtualization all apparmor needs to control
the permission and visibility checks directly which means DAC
access has to be allowed for all user, group, and other.

BugLink: http://bugs.launchpad.net/bugs/1713103
Fixes: c97204ba

 ("apparmor: rename apparmor file fns and data to indicate use")
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent b1545dba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment