Hardware authentication for Linux using ordinary USB Flash Drives.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[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
|