mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
pvfs will now honor some privileges on ACLs, and it will be quite easy to add the checks for more privileges in the necessary places, by making calls to sec_privilege_check(). (This used to be commit 3549039d0fbc54f87ae679e7288b82b28713e487)
17 lines
367 B
Makefile
17 lines
367 B
Makefile
# Directory Service subsystem
|
|
|
|
################################################
|
|
# Start SUBSYSTEM SAMDB
|
|
[SUBSYSTEM::SAMDB]
|
|
INIT_OBJ_FILES = \
|
|
dsdb/samdb/samdb.o
|
|
ADD_OBJ_FILES = \
|
|
dsdb/samdb/samdb_privilege.o \
|
|
dsdb/common/flag_mapping.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
DCERPC_COMMON \
|
|
LIBLDB
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|