remove hardening from root services

This commit is contained in:
rootzoll 2021-08-21 17:52:18 +02:00
parent 295e63f1c1
commit adcc29c5e8
2 changed files with 1 additions and 13 deletions

View File

@ -19,11 +19,5 @@ TimeoutSec=10
RestartSec=10
StandardOutput=journal
# Hardening measures
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

View File

@ -14,11 +14,5 @@ ExecStart=/home/admin/_bootstrap.sh
StandardOutput=journal
StandardError=journal
# Hardening measures
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target