Displaying 6 results from an estimated 6 matches for "fchmod_acl".
Did you mean:
chmod_acl
2006 Apr 28
0
samba-3.0.22 on debian etch, fchmod_acl : Operation not supported
...a
[snip]
Apr 27 23:22:07 c3po smbd_audit[22923]: open ~ new/1.avi (fd 22) for writing
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod ~ new/1.avi mode 0x1b0
Apr 27 23:22:07 c3po smbd_audit[22923]: fchmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod ~ new/1.avi mode 0x1b0
Apr 27 23:25:16 c3po smbd_audit[22923]: chmod_acl ~ new/1.avi mode
0x1...
2004 Jun 23
1
Skel VFS module crashes smbd when we have no ACL support in samba v2.2.9.
...t skel vfs
module I have encountered internal errors (SIGSEGV in child processes).
Consider the file source/samba/vfs.c:
struct vfs_ops default_vfs_ops = {
...
/* POSIX ACL operations. */
#if defined(HAVE_NO_ACLS)
NULL,
NULL,
#else
vfswrap_chmod_acl,
vfswrap_fchmod_acl,
#endif
...
};
As we may see if we have not ACL support, chmod_acl and fchmod_acl structure
members became NULL. But skel VFS module lacks of check for it.
So, I suggest the following patch:
-----------------------------------------------------------------------------
diff -ur samba-2.2.9/example...
2010 Jan 13
1
Full_Audit preventing file writing
...er doesn't allow users to write
changes in any file.
The log vfs:10 shows:
Jan 12 22:22:00 loginserver smbd_audit:
aaaa.bbbb|192.168.23.10|get_real_filename|fail (Operation not
supported)|/Novo
Documento de Texto.txt->(null)
Jan 12 22:22:00 loginserver smbd_audit:
aaaa.bbbb|192.168.23.10|fchmod_acl|fail
(No data available)|Novo Documento de Texto.txt|100764
2007 Jul 12
1
Urgent, Security: Privilege Escalation in 3.0.24?
...d chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
socket options = TCP_NODELAY
[data]
path = /vol0
vfs objects = full_audit
full_audit:prefix = %u|%I
full_audit:success = open opendir rmdir unlink rename write chmod chmod_acl mkdir close chown chmod_acl fchmod_acl fset_nt_acl aio_write
full_audit:failure = open opendir unlink
full_audit:facility = LOCAL7
full_audit:priority = ALERT
guest ok = no
writable = yes
share modes = yes
force directory mode = 0770
force create mode = 0660
directory security mask = 0000
enable privileges = no
hid...
2004 Sep 23
3
VFS Extended Auditing Module Debug Information
Folks,
Given recent discussion on this list I have just updated the master Samba-Docs
information regarding the Debug Class (Log Level) settings and the audit
information each causes to be logged. This will appear in on-line versions of
the Samba-HOWTO-Collection within 24 hours. To obtain an updated version
point your browser at:
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
2004 Feb 17
0
VFS module programmieren
...truncate */
NULL, /* lock */
NULL, /* symlink */
NULL, /* readlink */
NULL, /* link */
NULL, /* mknod */
NULL, /* realpath */
NULL, /* fget_nt_acl */
NULL, /* get_nt_acl */
NULL, /* fset_nt_acl */
NULL, /* set_nt_acl */
NULL, /* chmod_acl */
NULL, /* fchmod_acl */
NULL, /* sys_acl_get_entry */
NULL, /* sys_acl_get_tag_type */
NULL, /* sys_acl_get_permset */
NULL, /* sys_acl_get_qualifier */
NULL, /* sys_acl_get_file */
NULL, /* sys_acl_get_fd */
NULL, /* sys_acl_clear_perms */
NULL, /* sys_acl_add_perm */
NULL, /* sys_...