You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
517 B
INI
23 lines
517 B
INI
[Unit]
|
|
Description=systemd-vaultd daemon
|
|
Requires=systemd-vaultd.socket
|
|
After=systemd-vaultd.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/systemd-vaultd
|
|
Restart=yes
|
|
ProtectSystem=strict
|
|
ProtectHome=yes
|
|
PrivateDevices=yes
|
|
PrivateNetwork=yes
|
|
PrivateUsers=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectKernelModules=yes
|
|
ProtectControlGroups=yes
|
|
RestrictAddressFamilies=AF_UNIX
|
|
MemoryDenyWriteExecute=yes
|
|
SystemCallFilter=@default @file-system @basic-io @system-service @signal @io-event @network-io
|
|
|
|
[Install]
|
|
Also=systemd-vaultd.socket
|