This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
ACMS/passwd.json.default

25 lines
322 B
Plaintext

{
"files": {
"Server/Data/shadow.json": {
"write": [],
"read": [],
"owner": null,
"execute": []
},
"Server/Data/passwd.json": {
"write": [
"administrator"
],
"read": [
"administrator"
],
"owner": null,
"execute": []
}
},
"groups": {
"administrator": [
"admin"
]
}
}