summaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-27 12:51:31 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-27 12:51:31 -0500
commit9e54ef086b45c9df38eb293e4db2ea653261c83b (patch)
tree4510ec649a6db5116b4a50c0fe9363592938a45b /installation
parent034ac43f3a91178694d3c621c52ce68207ec4f69 (diff)
parent2f7401806bbe5427bbcaa7cdce35130320ae3bb4 (diff)
downloadpleroma-9e54ef086b45c9df38eb293e4db2ea653261c83b.tar.gz
pleroma-9e54ef086b45c9df38eb293e4db2ea653261c83b.zip
Merge branch 'develop' into feature/account-export
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma.service2
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