Merge branch 'hotfix/reUntrackDataFiles' into dev

This commit is contained in:
HorlogeSkynet 2017-03-30 22:36:06 +02:00
commit d32a3c5a1e
3 changed files with 13 additions and 36 deletions

14
.gitignore vendored

@ -1,4 +1,16 @@
######################
### ACMS GITIGNORE ###
######################
## Simple logs files don't have to be share...
*.log
*/Data
## Data and credentials, secret ones !
src/*/Data
src/*/Credentials
## Python cancer stuffs
*__pycache__*
## Never binaries, never !
VNC/bin/*

@ -1,31 +0,0 @@
{
"groups": {
"administrator": [
"admin"
]
},
"files": {
"Server/Data/passwd.json": {
"read": [
"administrator"
],
"owner": null,
"write": [
"administrator"
],
"execute": []
},
"Server/Data/shadow.json": {
"read": [],
"owner": null,
"write": [],
"execute": []
},
"Server/Data/user/": {
"write": [],
"read": [],
"owner": "user",
"execute": []
}
}
}

@ -1,4 +0,0 @@
{
"user": "$pbkdf2-sha512$25000$vxfiPKcUgpAyxliL0RqDsA$c8h7F6JAuThkQwpB2jNwBIsWXe7PsvkSUv0FeDd983flId6AXQIo2PpqcpKum8RenhHF1fMS/afqPo/Pcl7FnQ",
"admin": "$pbkdf2-sha512$25000$rrU2BsAYA8D4v7c2Roix1g$rJA8VV5Y/vNrerB9HfFacXx9ci7cRV0oC3LiB6pCUnRxsgyxpDhnk/uVrHq.qKYxVYoFsBOPV9vrcr6HMlKjyQ"
}