Initial commit of configuration for core.
This commit is contained in:
parent
8e36b0cb0f
commit
65362a2ccb
48 changed files with 3138 additions and 0 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
|
5
etc/sudoers.d/root-access
Normal file
5
etc/sudoers.d/root-access
Normal file
|
@ -0,0 +1,5 @@
|
|||
## Allow certain users access to root using their own passwords.
|
||||
tadgy ALL=(root) ALL
|
||||
|
||||
## Allow the 'sysadmin' user access to root without a password.
|
||||
sysadmin ALL=(root) NOPASSWD: ALL
|
Loading…
Add table
Add a link
Reference in a new issue