mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
fix
This commit is contained in:
parent
731bf07392
commit
cd1dd022e5
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ ProtectSystem=strict
|
||||||
ProtectHome=tmpfs
|
ProtectHome=tmpfs
|
||||||
InaccessiblePaths=-/media -/mnt -/srv
|
InaccessiblePaths=-/media -/mnt -/srv
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
TemporaryFileSystem=/var /run
|
TemporaryFileSystem=/run /opt
|
||||||
#PrivateUsers=true
|
#PrivateUsers=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
BindReadOnlyPaths=__INSTALL_DIR__
|
BindReadOnlyPaths=__INSTALL_DIR__
|
||||||
BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql __INSTALL_DIR__/venv/bin/
|
BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql
|
||||||
LockPersonality=yes
|
LockPersonality=yes
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
PrivateMounts=true
|
PrivateMounts=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue