Displaying 1 result from an estimated 1 matches for "__acl_set_file".
Did you mean:
  __acl_get_file
  
2025 Apr 15
1
Samba 4.20 ACL issue with FreeBSD (UFS)
...ork eg:
root at addc:/var/db/samba4/sysvol # setfacl -m u::rwx,g:mail:rw test
root at addc:/var/db/samba4/sysvol # getfacl test
# file: test
# owner: root
# group: wheel
user::rwx
group::r--
group:mail:rw-
mask::rw-
other::r--
I ktrace'd it and it does look a bit strange:
1121 python3.11 CALL  __acl_set_file(0x820843620,ACL_TYPE_ACCESS,0x22de9fdc0000)
1121 python3.11 NAMI  ""/compat/linux/dev/fd/"14"
1121 python3.11 RET   __acl_set_file -1 errno 2 No such file or directory
1121 python3.11 CALL  close(0xe)
1121 python3.11 RET   close 0
I don?t understand why it is referencing /compa...