repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix previous NEWS commit, oops
[ferm.git]
/
test
/
modules
/
owner.ferm
blob
07e62c771eb967ab36b98374367909afc4ff827a
1
table filter chain OUTPUT mod owner {
2
uid-owner 500 REJECT reject-with icmp-net-prohibited;
3
gid-owner 100 ACCEPT;
4
pid-owner 16000 ACCEPT;
5
sid-owner 15000 DROP;
6
cmd-owner perl ACCEPT;
7
}