fierro
02/13/2023, 9:46 PMnonadmin
users access to all objects in the hierarchy that currently exist and will exist except for a small set of "important" objects. Is it a terrible practice to do something like
definition widget {
relation access: user
relation noaccess: user
permission perm_access = access - noaccess
}