summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-05 17:51:12 +1100
committerAndrew Tridgell <tridge@samba.org>2010-03-05 23:07:31 +1100
commit034bcaf14d1bc651c8b51b489aebcfa392158f2c (patch)
tree1af70e06b081a7a5eeaa6a2e0a5f54eaa213f682 /source4/ntvfs/posix/config.mk
parentedd5a572d8f5d94511013e55744fcde48b16a3eb (diff)
downloadsamba-034bcaf14d1bc651c8b51b489aebcfa392158f2c.tar.gz
samba-034bcaf14d1bc651c8b51b489aebcfa392158f2c.tar.bz2
samba-034bcaf14d1bc651c8b51b489aebcfa392158f2c.zip
s4-pvfs: new pvfs_sys module
The pvfs_sys_*() calls provide wrapper functions for posix file functions which use root privileges to override EACCES failures if PVFS_FLAG_PERM_OVERRIDE is set Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs/posix/config.mk')
-rw-r--r--source4/ntvfs/posix/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk
index bf8b573b08..cf4398b91d 100644
--- a/source4/ntvfs/posix/config.mk
+++ b/source4/ntvfs/posix/config.mk
@@ -72,6 +72,7 @@ ntvfs_posix_OBJ_FILES = $(addprefix $(ntvfssrcdir)/posix/, \
pvfs_xattr.o \
pvfs_streams.o \
pvfs_notify.o \
+ pvfs_sys.o \
xattr_system.o \
xattr_tdb.o)