From: Jeremy Allison Date: Tue, 5 Jun 2012 03:44:08 +0000 (-0700) Subject: Tests for bug #8972 - Add a posix_share definition to s4 so we can do raw posix permi... X-Git-Tag: samba-4.0.0beta1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f57ca68b1c26d2a93de4a6dc415817b7babcd87f;p=thirdparty%2Fsamba.git Tests for bug #8972 - Add a posix_share definition to s4 so we can do raw posix permissions checks. --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 97cdbf2ea88..954cf9c8209 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -745,6 +745,14 @@ sub provision($$$$$$$$) create mask = 777 force create mode = 777 +[posix_share] + path = $ctx->{share} + read only = no + create mask = 0777 + force create mode = 0 + directory mask = 0777 + force directory mode = 0 + [test1] path = $ctx->{share}/test1 read only = no