Displaying 2 results from an estimated 2 matches for "cwseyst2".
Did you mean:
cwseys
2016 May 11
3
access to files continues after removing user from group
Hello all,
I've noticed that removing a user from a group in /etc/group does not
immediately prevent the user from accessing files / directories which the
group
still has access to.
For example, say user 'cwseyst2' only has access to access to 'plc' if it
is in group 'plc-staff'.
# getfacl plc
# file: plc
# owner: smbadmin
# group: smbadmin
user::rwx
group::rwx
group:plc-staff:rwx
group:wheel:rwx
mask::rwx
other::---
default:user::rwx
default:group::r-x
default:group:plc-staff:rwx
defaul...
2016 May 11
0
access to files continues after removing user from group
...2016 at 08:38:22PM -0500, Chad William Seys wrote:
> Hello all,
> I've noticed that removing a user from a group in /etc/group does not
> immediately prevent the user from accessing files / directories which the
> group
> still has access to.
> For example, say user 'cwseyst2' only has access to access to 'plc' if it
> is in group 'plc-staff'.
> # getfacl plc
> # file: plc
> # owner: smbadmin
> # group: smbadmin
> user::rwx
> group::rwx
> group:plc-staff:rwx
> group:wheel:rwx
> mask::rwx
> other::---
> default:use...