forked from pool/selinux-policy
72477b3ac5
- Update to version 20210716 - Remove interfaces for container module before building the package (bsc#1188184) - Updated * fix_init.patch * fix_systemd_watch.patch to adapt to upstream changes - Use tabrmd SELinux modules from tpm2.0-abrmd instead of storing here - Update to version 20210419 - Dropped fix_gift.patch, module was removed - Updated wicked.te to removed dropped interface - Refreshed: * fix_cockpit.patch * fix_hadoop.patch * fix_init.patch * fix_logging.patch * fix_logrotate.patch * fix_networkmanager.patch * fix_nscd.patch * fix_rpm.patch * fix_selinuxutil.patch * fix_systemd.patch * fix_systemd_watch.patch * fix_thunderbird.patch * fix_unconfined.patch * fix_unconfineduser.patch * fix_unprivuser.patch OBS-URL: https://build.opensuse.org/request/show/909369 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=113
44 lines
2.3 KiB
Diff
44 lines
2.3 KiB
Diff
Index: fedora-policy-20210628/policy/modules/services/xserver.fc
|
|
===================================================================
|
|
--- fedora-policy-20210628.orig/policy/modules/services/xserver.fc
|
|
+++ fedora-policy-20210628/policy/modules/services/xserver.fc
|
|
@@ -71,6 +71,7 @@ HOME_DIR/\.dmrc.* -- gen_context(system_
|
|
/etc/X11/[wxg]dm/Xsession -- gen_context(system_u:object_r:xsession_exec_t,s0)
|
|
/etc/X11/wdm(/.*)? gen_context(system_u:object_r:xdm_rw_etc_t,s0)
|
|
/etc/X11/wdm/Xsetup.* -- gen_context(system_u:object_r:xsession_exec_t,s0)
|
|
+/etc/X11/xdm/Xsetup -- gen_context(system_u:object_r:xsession_exec_t,s0)
|
|
/etc/X11/wdm/Xstartup.* -- gen_context(system_u:object_r:xsession_exec_t,s0)
|
|
/etc/X11/Xsession[^/]* -- gen_context(system_u:object_r:xsession_exec_t,s0)
|
|
|
|
@@ -102,6 +103,7 @@ HOME_DIR/\.dmrc.* -- gen_context(system_
|
|
|
|
/usr/bin/sddm -- gen_context(system_u:object_r:xdm_exec_t,s0)
|
|
/usr/bin/sddm-greeter -- gen_context(system_u:object_r:xdm_exec_t,s0)
|
|
+/usr/lib/sddm/sddm-helper -- gen_context(system_u:object_r:xdm_exec_t,s0)
|
|
/usr/bin/gpe-dm -- gen_context(system_u:object_r:xdm_exec_t,s0)
|
|
/usr/bin/iceauth -- gen_context(system_u:object_r:iceauth_exec_t,s0)
|
|
/usr/bin/razor-lightdm-.* -- gen_context(system_u:object_r:xdm_exec_t,s0)
|
|
@@ -136,6 +138,7 @@ HOME_DIR/\.dmrc.* -- gen_context(system_
|
|
/usr/X11R6/lib/X11/xkb -d gen_context(system_u:object_r:xkb_var_lib_t,s0)
|
|
/usr/X11R6/lib/X11/xkb/.* -- gen_context(system_u:object_r:xkb_var_lib_t,s0)
|
|
|
|
+/usr/lib/X11/display-manager -- gen_context(system_u:object_r:xdm_exec_t,s0)
|
|
ifndef(`distro_debian',`
|
|
/usr/var/[xgkw]dm(/.*)? gen_context(system_u:object_r:xserver_log_t,s0)
|
|
')
|
|
Index: fedora-policy-20210628/policy/modules/services/xserver.te
|
|
===================================================================
|
|
--- fedora-policy-20210628.orig/policy/modules/services/xserver.te
|
|
+++ fedora-policy-20210628/policy/modules/services/xserver.te
|
|
@@ -473,6 +473,10 @@ userdom_delete_user_home_content_files(x
|
|
userdom_signull_unpriv_users(xdm_t)
|
|
userdom_dontaudit_read_admin_home_lnk_files(xdm_t)
|
|
|
|
+files_manage_generic_pids_symlinks(xdm_t)
|
|
+userdom_manage_user_home_content_dirs(xdm_t)
|
|
+userdom_manage_user_home_content_files(xdm_t)
|
|
+
|
|
# Allow gdm to run gdm-binary
|
|
can_exec(xdm_t, xdm_exec_t)
|
|
can_exec(xdm_t, xsession_exec_t)
|