You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
277 B
13 lines
277 B
6 years ago
|
[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
|