Skip to content

Commit

Permalink
Allow passwd_t domain mamange sssd public nad lib files, read pid fil…
Browse files Browse the repository at this point in the history
…es and send signals to sssd_t domains
  • Loading branch information
wrabcak committed Dec 10, 2018
1 parent 509e071 commit ed03094
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions policy/modules/admin/usermanage.te
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,13 @@ optional_policy(`
nscd_run(passwd_t, passwd_roles)
')

optional_policy(`
sssd_manage_lib_files(passwd_t)
sssd_manage_public_files(passwd_t)
sssd_read_pid_files(passwd_t)
sssd_signal(passwd_t)
')

########################################
#
# Password admin local policy
Expand Down

0 comments on commit ed03094

Please sign in to comment.