Initial commit.

This commit is contained in:
Darren 'Tadgy' Austin 2023-09-30 17:45:44 +01:00
commit e34a2333a7
32 changed files with 309 additions and 3 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,2 @@
## Allow users access to root using their own passwords.
tadgy ALL=(root) ALL

1
etc/sudoers.d/wheel Normal file
View file

@ -0,0 +1 @@
%wheel ALL=(ALL:ALL) ALL