diff options
author | feld <feld@feld.me> | 2020-10-27 17:42:24 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-10-27 17:42:24 +0000 |
commit | e062329a177e1a1382cb3a44ef71e6d278b4963e (patch) | |
tree | 1d98291af1a0d0c64794bc2b4e13ee7e62c634bc /installation | |
parent | d16336e7fbf7851ee5f50a17747067f2be741581 (diff) | |
parent | 2f7401806bbe5427bbcaa7cdce35130320ae3bb4 (diff) | |
download | pleroma-e062329a177e1a1382cb3a44ef71e6d278b4963e.tar.gz pleroma-e062329a177e1a1382cb3a44ef71e6d278b4963e.zip |
Merge branch 'develop' into 'feature/autofollowing'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'installation')
-rw-r--r-- | installation/pleroma.service | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installation/pleroma.service b/installation/pleroma.service index ee00a3b7a..63e83ed6e 100644 --- a/installation/pleroma.service +++ b/installation/pleroma.service @@ -31,8 +31,6 @@ ProtectHome=true ProtectSystem=full ; Sets up a new /dev mount for the process and only adds API pseudo devices like /dev/null, /dev/zero or /dev/random but not physical devices. Disabled by default because it may not work on devices like the Raspberry Pi. PrivateDevices=false -; Ensures that the service process and all its children can never gain new privileges through execve(). -NoNewPrivileges=true ; Drops the sysadmin capability from the daemon. CapabilityBoundingSet=~CAP_SYS_ADMIN |