fickit: add helper script to simplify nsenter
This commit is contained in:
parent
6e612df2e9
commit
9784310dc0
5 changed files with 49 additions and 0 deletions
|
|
@ -405,6 +405,13 @@ files:
|
|||
source: frontend/static/robots.txt
|
||||
mode: "0644"
|
||||
|
||||
- path: usr/bin/iptables
|
||||
source: configs/nsenter_iptables.sh
|
||||
mode: "0755"
|
||||
- path: usr/bin/pnsenter
|
||||
source: configs/nsenter_process.sh
|
||||
mode: "0755"
|
||||
|
||||
- path: etc/dhcpcd.conf
|
||||
contents: |
|
||||
allowinterfaces internet
|
||||
|
|
|
|||
Reference in a new issue