I need to edit /etc/sudoers
from a script to add/remove stuff from white lists.
Assuming I have a command that would work on a normal file, how could I apply it to /etc/sudoers
?
Can I copy and modify it, then have visudo
replace the original with the modified copy? By providing my own script in $EDITOR
?
Or can I just use the same locks and cp
?
The question is more about potential issues than about just finding something that works.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…