Skip to content

Commit

Permalink
Fix external plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <[email protected]>
  • Loading branch information
kfox1111 committed Oct 5, 2024
1 parent 4ddcbf0 commit 1c92bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MemoryDenyWriteExecute=true
NoNewPrivileges=true
PrivateDevices=false
# Needed by plugins
PrivateTmp=false
PrivateTmp=true
ProtectControlGroups=true
ProtectHome=true
ProtectHostname=true
Expand Down
2 changes: 1 addition & 1 deletion examples/systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MemoryDenyWriteExecute=true
NoNewPrivileges=true
PrivateDevices=false
# Needed by plugins
PrivateTmp=false
PrivateTmp=true
ProtectControlGroups=true
ProtectHome=true
ProtectHostname=true
Expand Down

0 comments on commit 1c92bb7

Please sign in to comment.