Displaying 4 results from an estimated 4 matches for "sys_acl_set_fd".
Did you mean:
sys_acl_get_fd
2018 Feb 15
4
ACL not set from Microsoft
... recycle:exclude = *.tmp *.temp ~$* *.~?? *.o *.obj *.swp *~
.~lock.*
recycle:exclude_dir = .recycle ?SharedObjects
full_audit:prefix = %u|%I|%m|%S
full_audit:success = mkdir rmdir rename read write unlink chown
readlink link mknod fset_nt_acl sys_acl_set_file sys_acl_set_fd
sys_acl_delete_def_file pwrite open
full_audit:failure = connect
full_audit:facility = LOCAL4
full_audit:priority = NOTICE
/
/
/
Can anyone explain this behaviour?
Thanks in advance.
Matteo
2001 Sep 19
2
--with-acl-support
Dear Andrew Tridgell,
i cant compile the 2.2.1-9 package
--with-acl-support, beacuse
HAVE_SYS_ACL_H has wrong settings somewhere.
i cant fix the bug,
i just comment out the #ifdef HAVE_SYS_ACL_H line
in the source/include/includes.h
for a (i hope) good compilation.
i use acl 1.1.2 from sgi,
and the latest debian woody packages.
Regards.
Imre Szollosi
mailto:szollosi@elme.hu
2002 Nov 23
1
2.2.7 compile error using --with-acl-support on debian
...`sys_acl_valid'
include/proto.h:227: parse error before `acl_type_t'
include/proto.h:227: `sys_acl_set_file' redeclared as different kind of symbol
include/vfs.h:126: previous declaration of `sys_acl_set_file'
include/proto.h:228: parse error before `acl_t'
include/proto.h:228: `sys_acl_set_fd' redeclared as different kind of symbol
include/vfs.h:127: previous declaration of `sys_acl_set_fd'
include/proto.h:229: `sys_acl_delete_def_file' redeclared as different kind of symbol
include/vfs.h:128: previous declaration of `sys_acl_delete_def_file'
include/proto.h:230: `sys_ac...
2004 Feb 17
0
VFS module programmieren
...cl_add_perm */
NULL, /* sys_acl_to_text */
NULL, /* sys_acl_init */
NULL, /* sys_acl_create_entry */
NULL, /* sys_acl_set_tag_type */
NULL, /* sys_acl_set_qualifier */
NULL, /* sys_acl_set_permset */
NULL, /* sys_acl_valid */
NULL, /* sys_acl_set_file */
NULL, /* sys_acl_set_fd */
NULL, /* sys_acl_delete_def_file */
NULL, /* sys_acl_get_perm */
NULL, /* sys_acl_free_text */
NULL, /* sys_acl_free_acl */
NULL /* sys_acl_free_qualifier */
};
->
static vfs_op_tuple example_op_tuples[] = {
{SMB_VFS_OP(example_connect), SMB_VFS_OP_CONNECT,
SMB_VFS_L...