From 9e728273fb455df55b1536ef5fb80f997dc6e2d7 Mon Sep 17 00:00:00 2001 From: vimacs Date: Thu, 31 Dec 2009 04:13:31 +0100 Subject: [PATCH] fixed sudoers? modified: testdata/sh/sudoers --- testdata/sh/sudoers | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testdata/sh/sudoers b/testdata/sh/sudoers index be6fca2..36dff89 100644 --- a/testdata/sh/sudoers +++ b/testdata/sh/sudoers @@ -1,4 +1,5 @@ -ALL ALL=NOPASSWD: /etc/init.d/slim-init stop, /etc/init.d/slim-init start, \ +ALL ALL=NOPASSWD: \ + /etc/init.d/slim-init stop, /etc/init.d/slim-init start, \ /bin/mount -t aufs -o exec\,dirs\=*/pandora/appdata/*\=rw+nolwh\:/mnt/pnd/*\=rr none /mnt/utmp/*, \ /bin/mount -t aufs -o exec\,noplink\,dirs\=*/pandora/appdata/*\=rw+nolwh\:/mnt/pnd/*\=rr none /mnt/utmp/* @@ -22,4 +23,4 @@ ALL ALL=NOPASSWD: NOEXEC: \ /sbin/losetup -f, \ /sbin/losetup -a, \ /bin/mknod -m777 /dev/loop* b 7 *, \ - /bin/rm /dev/loop* \ No newline at end of file + /bin/rm /dev/loop* -- 2.39.5