SonicDE-rpmspecs/sonic-login-manager-selinux/plasmalogin-selinux.te

10 lines
343 B
Text
Raw Normal View History

module plasmalogin-selinux 1.0;
require {
type xdm_exec_t;
}
# File context rules for plasmalogin binaries are defined in the
# accompanying .fc file. Labeling the daemon and helper binaries as
# xdm_exec_t lets systemd transition plasmalogin into the xdm_t domain,
# which already has the required permissions to run X11 user sessions.