forked from pool/selinux-policy
8ca14f4905
- Update to version 20210419 - Refreshed: * fix_dbus.patch * fix_hadoop.patch * fix_init.patch * fix_unprivuser.patch OBS-URL: https://build.opensuse.org/request/show/886700 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=99
19 lines
528 B
Diff
19 lines
528 B
Diff
Index: fedora-policy-20210419/policy/modules/roles/unprivuser.te
|
|
===================================================================
|
|
--- fedora-policy-20210419.orig/policy/modules/roles/unprivuser.te
|
|
+++ fedora-policy-20210419/policy/modules/roles/unprivuser.te
|
|
@@ -291,6 +291,13 @@ ifndef(`distro_redhat',`
|
|
')
|
|
|
|
optional_policy(`
|
|
+ rtorrent_role(user_r, user_t)
|
|
+ # needed for tunable rtorrent_send_mails
|
|
+ mta_role_access_system_mail(user_r)
|
|
+')
|
|
+
|
|
+
|
|
+optional_policy(`
|
|
vmtools_run_helper(user_t, user_r)
|
|
')
|
|
|