Initial commit.
This commit is contained in:
parent
6720861726
commit
e34a2333a7
32 changed files with 309 additions and 3 deletions
2
etc/sudoers.d/defaults
Normal file
2
etc/sudoers.d/defaults
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
## Set the password prompting timeout to 30 mins.
|
||||
Defaults timestamp_timeout = 30
|
||||
2
etc/sudoers.d/root-access
Normal file
2
etc/sudoers.d/root-access
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
## Allow users access to root using their own passwords.
|
||||
tadgy ALL=(root) ALL
|
||||
1
etc/sudoers.d/wheel
Normal file
1
etc/sudoers.d/wheel
Normal file
|
|
@ -0,0 +1 @@
|
|||
%wheel ALL=(ALL:ALL) ALL
|
||||
Loading…
Add table
Add a link
Reference in a new issue