Begin to add a new ACL system

This commit is contained in:
zontreck 2024-07-02 16:01:06 -07:00
parent 03fef9863f
commit f7c71230f0
9 changed files with 293 additions and 44 deletions

View file

@ -40,6 +40,9 @@ class Settings {
UUID remoteLoginToken = UUID.ZERO;
PacketClient? client;
User? superuser;
User? loggedInUser;
StateMachine subsys = StateMachine();