mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-03 00:37:37 +00:00
Add "RuntimeDirectory=setrans" to the mcstrans.service
Add "RuntimeDirectory=setrans" to the mcstrans.service, this will make systemd automatically create the /run/setrans directory before starting the service. This directory contains the ".setrans-unix" socket created by the daemon. Acked-by: Steve Lawrence <slawrence@tresys.com>
This commit is contained in:
parent
b817a523c4
commit
b9abc5c6e7
@ -4,6 +4,7 @@ ConditionSecurity=selinux
|
||||
|
||||
[Service]
|
||||
ExecStart=/sbin/mcstransd -f
|
||||
RuntimeDirectory=setrans
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user