mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
parser: add dbus to the default features abi
This fixes a regression introduced by the abi patches for policy that is not tagged with an abi rule. Specifically if the current apparmor (apparmor 3) is used with a kernel that supports unix rules, and policy has network rules but has not been updated to use abi rules, without this patch the policy unix rules will stop working and unix mediation will not be enforced. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/568 Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
@@ -133,6 +133,9 @@ perms {allow deny audit quiet\
|
|||||||
}\
|
}\
|
||||||
}\
|
}\
|
||||||
}\
|
}\
|
||||||
|
dbus {mask {acquire send receive\
|
||||||
|
}\
|
||||||
|
}\
|
||||||
signal {mask {hup int quit ill trap abrt bus fpe kill usr1 segv usr2 pipe alrm term stkflt chld cont stop stp ttin ttou urg xcpu xfsz vtalrm prof winch io pwr sys emt lost\
|
signal {mask {hup int quit ill trap abrt bus fpe kill usr1 segv usr2 pipe alrm term stkflt chld cont stop stp ttin ttou urg xcpu xfsz vtalrm prof winch io pwr sys emt lost\
|
||||||
}\
|
}\
|
||||||
}\
|
}\
|
||||||
|
Reference in New Issue
Block a user