Home | History | Annotate | Download | only in src
      1 [Unit]
      2 Description=Translates SELinux MCS/MLS labels to human readable form
      3 ConditionSecurity=selinux
      4 
      5 [Service]
      6 ExecStart=/sbin/mcstransd -f
      7 RuntimeDirectory=setrans
      8 
      9 [Install]
     10 WantedBy=multi-user.target
     11