There is file that I want to share with everyone, except from 3 specific users.
I can use the linux extended attributes to create an ACL and give access to specific users, but the problem is that I don't know all the users, I know only the blacklisted ones.
setfacl -m u:user1:r test1
Is there a way to do that by creating an ACL for the blacklisted user accounts?