Skip to content

Commit

Permalink
removing config options that are not yet implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
andanotherusername committed May 17, 2020
1 parent 0eb7ef1 commit 9c0bb9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions service/docksec.service
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Unit]
Description=admin-authz
Description=docksec
Before=docker.service
After=network.target

[Service]
ExecStart=/usr/local/bin/admin-authz
ExecStart=/usr/bin/docksec

[Install]
WantedBy=multi-user.target
9 changes: 1 addition & 8 deletions skel/main.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"plugin": {
"port": 6767,
"socket": true,
"description": true,
"commands": [
{
"cmd": "ps",
"allow": false,
"dmsg": "No permission",
"amsg": "Admin restricted"
"allow": false
},
{
"cmd": "exec",
"dmsg": "Not allowed"
}
]
},
"handler": {
"editor": "vim"
}
}

0 comments on commit 9c0bb9c

Please sign in to comment.