diff options
author | Jeremy Allison <jra@samba.org> | 2012-06-04 20:43:09 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-06-05 06:25:31 +0200 |
commit | acab34484718780dea8818ac0be5d6db78a06275 (patch) | |
tree | b00315e6ec2e75f4e8e017e1170a9ec54b775e0c /selftest/target | |
parent | d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6 (diff) | |
download | samba-acab34484718780dea8818ac0be5d6db78a06275.tar.gz samba-acab34484718780dea8818ac0be5d6db78a06275.tar.bz2 samba-acab34484718780dea8818ac0be5d6db78a06275.zip |
Tests for bug #8972 - Add a posix_share definition to s3 so we can do raw posix permissions checks.
Diffstat (limited to 'selftest/target')
-rwxr-xr-x | selftest/target/Samba3.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 098f532094..a84b4e184b 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -984,6 +984,15 @@ sub provision($$$$$$) comment = smb username is [%U] create mask = 777 force create mode = 777 +[posix_share] + path = $shrdir + comment = smb username is [%U] + create mask = 0777 + force create mode = 0 + directory mask = 0777 + force directory mode = 0 + vfs objects = $vfs_modulesdir_abs/xattr_tdb.so + [print\$] copy = tmp "; |