Add user specific entires for sudo.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-20 18:04:56 +01:00
commit 369f4a4f08
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
## Allow users access to root using their own passwords.
tadgy ALL=(root) ALL
# FIXME: Remove user on afterdark.lan.
urchlay ALL=(root) ALL

View file

@ -0,0 +1,4 @@
# FIXME: Remove sbosrcarch access if not required.
## Allow users access to sbosrcarch using their own passwords.
tadgy ALL=(sbosrcarch) ALL
urchlay ALL=(sbosrcarch) ALL

View file

@ -0,0 +1,4 @@
# FIXME: Remove seeder access if not required.
## Allow users access to seeder using their own passwords.
tadgy ALL=(seeder) ALL
urchlay ALL=(seeder) ALL

View file

@ -0,0 +1,4 @@
# FIXME: Remove slackfacts' access if not required.
## Allow users access to slackfacts using their own passwords.
tadgy ALL=(slackfacts) ALL
urchlay ALL=(slackfacts) ALL