Robin Moffatt
03/06/2023, 12:46 PMfs:* (neither allow nor deny), is that the same as granting deny?
Put another way, if I only want to allow certain actions, do I need to deny the others, or can I simply allow the ones that I want?Guy Hardonag
03/06/2023, 12:52 PMdeny
Also deny is stronger than allow so If you provide fs:* allow with fs:Write* deny to a user, it will be able to do all fs commands except write commands.Robin Moffatt
03/06/2023, 2:39 PM