2026-06-30 16:29:14 -03:00
|
|
|
module plasmalogin-selinux 1.0;
|
|
|
|
|
|
|
|
|
|
require {
|
|
|
|
|
type xdm_exec_t;
|
|
|
|
|
}
|
|
|
|
|
|
2026-06-30 17:16:16 -03:00
|
|
|
# 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.
|