Index: scripts/lockdown.sh =================================================================== diff -u -r753fa8c694e4c858f7c1b6665b207d59340f6612 -r55bc61e37ddb78c9299a8652b6468d0290a163cc --- scripts/lockdown.sh (.../lockdown.sh) (revision 753fa8c694e4c858f7c1b6665b207d59340f6612) +++ scripts/lockdown.sh (.../lockdown.sh) (revision 55bc61e37ddb78c9299a8652b6468d0290a163cc) @@ -15,9 +15,10 @@ root ALL=(ALL:ALL) ALL # Allow members of group sudo to execute any command -# this line has been intentionaly commented out to revoke any access from sudoes +# this line should have been commented out to revoke any access from sudoers, # other than what has been specifically mentioned below. -# %sudo ALL=(ALL:ALL) ALL +# but since it make the serviceability so hard it has not been. +%sudo ALL=(ALL:ALL) ALL # Allow the denali user to execute specific commands as root. denali ALL=(root) NOPASSWD: /usr/bin/bluetoothctl