mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
build-sys: remove commented-out m4 from user@.service
Otherwise this actually remains in the generated unit in /usr/lib.
If you want to keep it commented out, a m4-compatible way would be:
m4_ifdef(`HAVE_SMACK',
dnl Capabilities=cap_mac_admin=i
dnl SecureBits=keep-caps
)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
0f5a314b2e
commit
cf5a899751
@@ -17,7 +17,3 @@ ExecStart=-@rootlibexecdir@/systemd --user
|
||||
Slice=user-%i.slice
|
||||
KillMode=mixed
|
||||
Delegate=yes
|
||||
#m4_ifdef(`HAVE_SMACK',
|
||||
#Capabilities=cap_mac_admin=i
|
||||
#SecureBits=keep-caps
|
||||
#)
|
||||
|
||||
Reference in New Issue
Block a user