10 lines
343 B
Text
10 lines
343 B
Text
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.
|