Skip to content

Commit

Permalink
Merge pull request #852 from uudiin/secadm
Browse files Browse the repository at this point in the history
userdomain: allow grant mac_admin capability to security admin
  • Loading branch information
pebenito authored Jan 21, 2025
2 parents 0b0de5a + 4e7352b commit b9520be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/system/userdomain.if
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,7 @@ template(`userdom_admin_user_template',`
#
interface(`userdom_security_admin_template',`
allow $1 self:capability { dac_override dac_read_search };
allow $1 self:capability2 mac_admin;

corecmd_exec_shell($1)

Expand Down

0 comments on commit b9520be

Please sign in to comment.