1002de8eb2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mcstrans#0da7b6ae1b3580c43a103b249674959dde8e342d
13 lines
277 B
Desktop File
13 lines
277 B
Desktop File
[Unit]
|
|
Description= Daemon used to translate SELinux MCS/MLS labels to human readable form
|
|
After=syslog.target
|
|
ConditionPathExists=/etc/selinux/mls/setrans.d
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/mcstransd.pid
|
|
ExecStart=/usr/sbin/mcstransd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|