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.

22 lines
389 B

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