Commit a02264fb by Serge Hallyn

README: fix typo in example script

parent ff918b18
......@@ -76,7 +76,7 @@ cat > seccomp.full << EOF
whitelist
EOF
for i in `seq 0 300`; do
echo $i >> secomp.full
echo $i >> seccomp.full
done
for i in `seq 1024 1079`; do
echo $i >> seccomp.full
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment