/run/systemd/sessions/.* fifo_file descriptor, as that access is now
added to authlogin_pgm_domain (which xdm is)
The following calls in authlogin_pgm_domain are optional ( you may be
using upstart or sysvinit or whatever and my not have the systemd module
installed )
systemd_use_fds_logind($1)
systemd_write_inherited_logind_sessions_pipes($1)
shutdown_domtrans(xdm_t)
')
-optional_policy(`
- systemd_use_fds_logind(xdm_t)
- systemd_write_inherited_logind_sessions_pipes(xdm_t)
-')
-
optional_policy(`
udev_read_db(xdm_t)
')
seutil_read_config($1)
seutil_read_default_contexts($1)
- systemd_use_fds_logind($1)
- systemd_write_inherited_logind_sessions_pipes($1)
-
userdom_set_rlimitnh($1)
userdom_read_user_home_content_symlinks($1)
userdom_delete_user_tmp_files($1)
ssh_read_user_home_files($1)
userdom_read_user_home_content_files($1)
')
+
+ optional_policy(`
+ systemd_use_fds_logind($1)
+ systemd_write_inherited_logind_sessions_pipes($1)
+ ')
')
########################################