Add user specific entires for sudo.
This commit is contained in:
parent
68f0c5f66e
commit
369f4a4f08
4 changed files with 16 additions and 0 deletions
4
base-files/sudoers.d/root-access
Normal file
4
base-files/sudoers.d/root-access
Normal 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
|
4
base-files/sudoers.d/sbosrcarch-access
Normal file
4
base-files/sudoers.d/sbosrcarch-access
Normal 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
|
4
base-files/sudoers.d/seeder-access
Normal file
4
base-files/sudoers.d/seeder-access
Normal 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
|
4
base-files/sudoers.d/slackfacts-access
Normal file
4
base-files/sudoers.d/slackfacts-access
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue