Initial commit of configuration for core.

This commit is contained in:
Darren 'Tadgy' Austin 2025-09-11 14:43:09 +00:00
commit 65362a2ccb
48 changed files with 3138 additions and 0 deletions

2
etc/sudoers.d/defaults Normal file
View file

@ -0,0 +1,2 @@
## Set the password prompting timeout to 30 mins.
Defaults timestamp_timeout = 30

View 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