forked from pool/selinux-policy
1fd70ac29b
- Update to version 20200219 Refreshed fix_hadoop.patch Updated * fix_dbus.patch * fix_hadoop.patch * fix_nscd.patch * fix_xserver.patch Renamed postfix_paths.patch to fix_postfix.patch Added * fix_init.patch * fix_locallogin.patch * fix_policykit.patch * fix_iptables.patch * fix_irqbalance.patch * fix_ntp.patch * fix_fwupd.patch * fix_firewalld.patch * fix_logrotate.patch * fix_selinuxutil.patch * fix_corecommand.patch * fix_snapper.patch * fix_systemd.patch * fix_unconfined.patch * fix_unconfineduser.patch * fix_chronyd.patch * fix_networkmanager.patch * xdm_entrypoint_pam.patch - Removed modules minimum_temp_fixes and targeted_temp_fixes from the corresponding policies - Reduced default module list of minimum policy by removing OBS-URL: https://build.opensuse.org/request/show/781805 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=74
39 lines
682 B
Plaintext
39 lines
682 B
Plaintext
policy_module(packagekit,1.0.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type packagekit_t;
|
|
type packagekit_exec_t;
|
|
init_daemon_domain(packagekit_t,packagekit_exec_t)
|
|
|
|
type packagekit_unit_file_t;
|
|
systemd_unit_file(packagekit_unit_file_t)
|
|
|
|
type packagekit_var_lib_t;
|
|
files_type(packagekit_var_lib_t)
|
|
|
|
unconfined_dbus_chat(packagekit_t)
|
|
init_dbus_chat(packagekit_t)
|
|
optional_policy(`
|
|
policykit_dbus_chat(packagekit_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
unconfined_domain(packagekit_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
snapper_dbus_chat(packagekit_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
systemd_dbus_chat_logind(packagekit_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
rpm_transition_script(packagekit_t,system_r)
|
|
')
|