feat(user): add app user capability

This commit is contained in:
514fpv 2024-01-07 21:51:34 +08:00
parent ec8116dd92
commit 010130cd69
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 20 additions and 9 deletions

View file

@ -12,6 +12,11 @@
description = "Staging Environment";
};
app = {
uid = 5800;
description = "Insecure Applications";
};
root.uid = 0;
};
}