mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
added webserver.net and nolocal.net network filters
This commit is contained in:
parent
e4f67ae2fb
commit
a039bce14d
8 changed files with 96 additions and 2 deletions
6
mketc.sh
6
mketc.sh
|
|
@ -16,3 +16,9 @@ for file in $FILES
|
|||
do
|
||||
sed "s/\/etc/$result/g" $file > .$file
|
||||
done
|
||||
|
||||
FILES=`ls etc/*.net`
|
||||
for file in $FILES
|
||||
do
|
||||
sed "s/\/etc/$result/g" $file > .$file
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue