mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Add vfs_fake_perms to Samba 3.0
Andrew Bartlett
(This used to be commit 3ad260ced9
)
This commit is contained in:
parent
596de71fc6
commit
30a6f801ae
@ -297,6 +297,7 @@ NOTIFY_OBJ = smbd/notify.o smbd/notify_hash.o smbd/notify_kernel.o
|
||||
|
||||
VFS_AUDIT_OBJ = modules/vfs_audit.o
|
||||
VFS_EXTD_AUDIT_OBJ = modules/vfs_extd_audit.o
|
||||
VFS_FAKE_PERMS_OBJ = modules/vfs_fake_perms.o
|
||||
VFS_RECYCLE_OBJ = modules/vfs_recycle.o
|
||||
VFS_NETATALK_OBJ = modules/vfs_netatalk.o
|
||||
|
||||
@ -1055,6 +1056,11 @@ bin/extd_audit.@SHLIBEXT@: $(VFS_EXTD_AUDIT_OBJ)
|
||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_EXTD_AUDIT_OBJ) \
|
||||
@SONAMEFLAG@`basename $@`
|
||||
|
||||
bin/fake_perms.@SHLIBEXT@: $(VFS_FAKE_PERMS_OBJ)
|
||||
@echo "Building plugin $@"
|
||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_FAKE_PERMS_OBJ) \
|
||||
@SONAMEFLAG@`basename $@`
|
||||
|
||||
bin/recycle.@SHLIBEXT@: $(VFS_RECYCLE_OBJ)
|
||||
@echo "Building plugin $@"
|
||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_RECYCLE_OBJ) \
|
||||
|
@ -252,7 +252,7 @@ if test "x$enable_developer" = xyes; then
|
||||
fi
|
||||
|
||||
dnl These are preferably build shared, and static if dlopen() is not available
|
||||
default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_netatalk"
|
||||
default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_netatalk vfs_fake_perms"
|
||||
|
||||
#
|
||||
# Config CPPFLAG settings for strange OS's that must be set
|
||||
|
Loading…
Reference in New Issue
Block a user