Commit a02264fb by Serge Hallyn

README: fix typo in example script

parent ff918b18
...@@ -76,7 +76,7 @@ cat > seccomp.full << EOF ...@@ -76,7 +76,7 @@ cat > seccomp.full << EOF
whitelist whitelist
EOF EOF
for i in `seq 0 300`; do for i in `seq 0 300`; do
echo $i >> secomp.full echo $i >> seccomp.full
done done
for i in `seq 1024 1079`; do for i in `seq 1024 1079`; do
echo $i >> seccomp.full 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