blob: 54d9384f0da45b59cc58955b074ded622475f9b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[Unit]
Description=USB PAM authentication agent
#Wants=user.slice
#After=user.slice
After=dbus.service
[Service]
ExecStart=/usr/bin/pamusb-agent
Restart=always
RestartSec=0
ProtectKernelModules=True
ProtectKernelTunables=True
ProtectClock=True
ProtectHostname=True
NoNewPrivileges=True
ProtectSystem=strict
PrivateTmp=True
ProtectControlGroups=true
[Install]
WantedBy=multi-user.target
|