[opencoe-cvs] coekernel/src/OS/src/OS/LINUX_I686/data sudoers,1.2,1.3
Status: Alpha
Brought to you by:
rbroberg
From: <rbr...@us...> - 2003-10-23 04:39:49
|
Update of /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/data In directory sc8-pr-cvs1:/tmp/cvs-serv25759/data Modified Files: sudoers Log Message: 20031022:rb:828645 - OS_delete_user calls sudo for rm -rf Index: sudoers =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/data/sudoers,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sudoers 17 Jun 2002 21:53:50 -0000 1.2 --- sudoers 23 Oct 2003 02:46:06 -0000 1.3 *************** *** 25,29 **** /bin/chmod, \ /bin/chown, \ ! /usr/bin/chfn Cmnd_Alias INIT = /sbin/init, \ --- 25,30 ---- /bin/chmod, \ /bin/chown, \ ! /usr/bin/chfn, \ ! /bin/rm Cmnd_Alias INIT = /sbin/init, \ |