os-63245/selinux/plasmalogin-selinux.te
Anders da Silva Rytter Hansen 73798e518e
All checks were successful
os / build (push) Successful in 11m6s
SE policy test
2026-06-30 16:00:36 -03:00

12 lines
402 B
Text

module plasmalogin-selinux 1.0;
require {
type unconfined_t;
type xdm_exec_t;
class file { entrypoint execute };
}
# Allow the plasmalogin process to execute the X11 user helper binary
# which is labeled as xdm_exec_t. This is needed when the plasmalogin
# daemon is not running in the xdm_t domain on SELinux enforcing systems.
allow unconfined_t xdm_exec_t:file { entrypoint execute };