diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-02 09:43:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-02 09:43:26 +0000 |
commit | b4f9cf5ab03ff6da5d32a254d8743a6269a2b63c (patch) | |
tree | 8b812922dc60b6b4e6ff0b4d071b20d334c44db4 /regress/sbin/pfctl/pf38.ok | |
parent | 9bc99985225abb3b4a2678c572a68306a13c0aae (diff) |
test user, actually, test multiple user commands
Diffstat (limited to 'regress/sbin/pfctl/pf38.ok')
-rw-r--r-- | regress/sbin/pfctl/pf38.ok | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf38.ok b/regress/sbin/pfctl/pf38.ok new file mode 100644 index 00000000000..2ad0e0a7d8b --- /dev/null +++ b/regress/sbin/pfctl/pf38.ok @@ -0,0 +1,4 @@ +@0 pass in on tun0 proto tcp all user = 3 +@1 pass in on tun0 proto tcp all group = 7 +@2 pass in on tun0 proto tcp all user = 3 group = 0 +@3 pass in on tun0 proto tcp all user = 0 group = 0 |