Skip to content

Commit

Permalink
build-sys: remove commented-out m4 from [email protected]
Browse files Browse the repository at this point in the history
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
    )
  • Loading branch information
grawity authored and keszybz committed Dec 14, 2014
1 parent 0f5a314 commit cf5a899
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions units/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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
#)

0 comments on commit cf5a899

Please sign in to comment.