search for: long_hex_string_here

Displaying 2 results from an estimated 2 matches for "long_hex_string_here".

2016 Aug 12
2
Samba and POSIX ACLs
...system call, but following that, setxattr is called (not sure by samba or some kernel process), which must be setting the exec bit on the group? ... 96012 open("new", O_RDWR|O_CREAT|O_EXCL, 0664) = 40 96012 setxattr("New Text Document.txt", "system.posix_acl_access", LONG_HEX_STRING_HERE, 52, 0) = 0 ... My question finally is: how do I make sure the exec bit on the group is *not *set? Thanks, Sergei
2016 Aug 12
0
Samba and POSIX ACLs
...hat, setxattr is called (not sure by samba or > some kernel process), which must be setting the exec bit on the group? > > ... > 96012 open("new", O_RDWR|O_CREAT|O_EXCL, 0664) = 40 > 96012 setxattr("New Text Document.txt", "system.posix_acl_access", > LONG_HEX_STRING_HERE, 52, 0) = 0 > ... > > > My question finally is: how do I make sure the exec bit on the group is *not > *set? > > Thanks, > Sergei > > >