diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-10-24 22:39:59 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-02-04 12:19:30 +0100 |
commit | 2a2dbf825972bfa16ae5dbe93e458de348571684 (patch) | |
tree | d9eb3e5057bad11409f96149a041aa61bbda5a4b /source3/modules/wscript_build | |
parent | e650a5fd61d7925888e3abf0a561af5a9a23f00b (diff) | |
download | samba-2a2dbf825972bfa16ae5dbe93e458de348571684.tar.gz samba-2a2dbf825972bfa16ae5dbe93e458de348571684.tar.bz2 samba-2a2dbf825972bfa16ae5dbe93e458de348571684.zip |
vfs: Add helper function for non posix ACL modules
This handles the stat, and fills in the pre-supplied blob into a
wrapper sturcture that can then be returned to vfs_acl_common for
hashing.
Andrew Bartlett
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r-- | source3/modules/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index 380afbaf8b..df86115757 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -55,6 +55,11 @@ bld.SAMBA3_SUBSYSTEM('NFS4_ACLS', source='nfs4_acls.c', deps='samba-util tdb') +bld.SAMBA3_LIBRARY('non_posix_acls', + source='non_posix_acls.c', + deps='samba-util vfs', + private_library=True) + bld.SAMBA3_SUBSYSTEM('VFS_AIXACL_UTIL', source='vfs_aixacl_util.c', enabled=False) #fixme |