Hardware authentication for Linux using ordinary USB Flash Drives.
 
 
 
 
 

22 lines
389 B

[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