Skip to content
Snippets Groups Projects
Commit bf26c31e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set supported value for ProtectSystem= statement

parent 1651b2be
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ Group={{ vault_rosetta_group }} ...@@ -13,7 +13,7 @@ Group={{ vault_rosetta_group }}
### Security features ### Security features
# documented at https://www.freedesktop.org/software/systemd/man/systemd.exec.html # documented at https://www.freedesktop.org/software/systemd/man/systemd.exec.html
# or at `man (5) systemd.exec` # or at `man (5) systemd.exec`
ProtectSystem=strict ProtectSystem=full
ProtectHome=read-only ProtectHome=read-only
#ProtectHostname=true #ProtectHostname=true
#ProtectClock=true #ProtectClock=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment