Skip to content

Commit

Permalink
Merge pull request #781 from yizhao1/selinuxutil
Browse files Browse the repository at this point in the history
selinuxutil: make policykit optional
  • Loading branch information
pebenito authored Jun 5, 2024
2 parents c963ddf + c6dd408 commit c920fc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions policy/modules/system/selinuxutil.te
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,14 @@ corecmd_exec_bin(selinux_dbus_t)
files_read_etc_symlinks(selinux_dbus_t)
files_list_usr(selinux_dbus_t)

policykit_dbus_chat(selinux_dbus_t)

miscfiles_read_localization(selinux_dbus_t)

seutil_domtrans_semanage(selinux_dbus_t)

optional_policy(`
policykit_dbus_chat(selinux_dbus_t)
')

########################################
#
# semodule local policy
Expand Down

0 comments on commit c920fc5

Please sign in to comment.