1
0
selinux-policy/fix_unprivuser.patch
Johannes Segitz 8ca14f4905 Accepting request 886700 from home:jsegitz:branches:security:SELinux
- 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
2021-04-19 13:39:08 +00:00

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)
')