Skip to content

Commit

Permalink
dbus: dontaudit session bus domains the netadmin capability
Browse files Browse the repository at this point in the history
Signed-off-by: Kenton Groombridge <[email protected]>
  • Loading branch information
0xC0ncord committed Aug 7, 2024
1 parent d9ca32f commit 9f37f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/modules/services/dbus.te
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ optional_policy(`
# Common session bus local policy
#

dontaudit session_bus_type self:capability sys_resource;
dontaudit session_bus_type self:capability { net_admin sys_resource };
allow session_bus_type self:process { getattr sigkill signal };
dontaudit session_bus_type self:process { ptrace setrlimit };
allow session_bus_type self:file rw_inherited_file_perms;
Expand Down

0 comments on commit 9f37f86

Please sign in to comment.