Displaying 2 results from an estimated 2 matches for "sharepriv".
2012 Jun 28
1
permission problems (ACL)
Hi,
i got a problem with a samba share...
let's say i have 2 folders. the first folder is only accessible by 1 group
(sharepriv), which has r/w access.
getfacl output:
Code: # file: complete/
# owner: elfish
# group: elfish
user::rwx
group::rwx
group:sharepriv:rwx
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:sharepriv:rwx
default:mask::rwx
default:other::---
the 2nd folder is accessible by 2 gro...
2012 Jul 03
0
Discard permissions on moving files/folders in a share and inherit the permissions of the new parent directory
...stry bit and
tried to move a folder/file.
And guess what? It didn't work. I'm now looking for what i'm doing wrong.
Here's the parent dir's ACL under linux:
# file: test
> # owner: elfish
> # group: elfish
> user::rwx
> group::rwx
> group:sharepub:rwx
> group:sharepriv:rwx
> group:shareguest:r-x
> mask::rwx
> other::rwx
> default:user::rwx
> default:group::rwx
> default:group:sharepub:rwx
> default:group:sharepriv:rwx
> default:group:shareguest:r-x
> default:mask::rwx
> default:other::rwx
>
And here are my share settings:
[share...