You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
Allow a command executor to be able to preview what permissions they'd have working from the perspective of a different subject.
I'm thinking of this as a testing feature, though input on how this would be useful in gameplay would be appreciated as well and could lead to expansions of this feature.
Things to consider:
su-ing to a role with higher permissions, is it worthwhile trying to restrict that?
how to handle writes to the original subject in "su mode" -- proxy as well, block, or write to the original subject?
perhaps we check the inheritance tree of the targeted subject, and block su-ing if the original subject has su permission explicitly denied for any of the subject's parents
some indication/audit logging of these changes?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Allow a command executor to be able to preview what permissions they'd have working from the perspective of a different subject.
I'm thinking of this as a testing feature, though input on how this would be useful in gameplay would be appreciated as well and could lead to expansions of this feature.
Things to consider:
The text was updated successfully, but these errors were encountered: