From: vimacs Date: Wed, 10 Mar 2010 15:41:31 +0000 (+0100) Subject: added ln X-Git-Tag: Release-2010-05/1~63^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=commitdiff_plain;h=813b2fb4882027c757006f3a6c8cd5abfffcc744 added ln modified: testdata/sh/sudoers --- diff --git a/testdata/sh/sudoers b/testdata/sh/sudoers index e02152a..2ede3ce 100644 --- a/testdata/sh/sudoers +++ b/testdata/sh/sudoers @@ -4,6 +4,7 @@ ALL ALL=NOPASSWD: \ /bin/mount -t aufs -o exec\,noplink\,dirs\=*/pandora/appdata/*\=rw+nolwh\:/mnt/pnd/*\=rr none /mnt/utmp/*, \ /bin/umount /mnt/utmp/* ALL ALL=NOPASSWD: NOEXEC: \ + /bin/ln -s /mnt/utmp/* /mnt/utmp/*, \ /bin/mount /dev/loop* /mnt/pnd/*, \ /bin/mount --bind -o ro * /mnt/pnd/*, \ /bin/mount -t squashfs * /mnt/pnd/*, \