Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/systrace backout previous. mandoc(4) lies.
details: https://anonhg.NetBSD.org/src/rev/4e940b3dc0e4
branches: trunk
changeset: 534624:4e940b3dc0e4
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Jul 31 00:28:02 2002 +0000
description:
backout previous. mandoc(4) lies.
diffstat:
bin/systrace/systrace.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 8884ed5784c0 -r 4e940b3dc0e4 bin/systrace/systrace.1
--- a/bin/systrace/systrace.1 Wed Jul 31 00:26:56 2002 +0000
+++ b/bin/systrace/systrace.1 Wed Jul 31 00:28:02 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: systrace.1,v 1.10 2002/07/31 00:26:56 itojun Exp $
+.\" $NetBSD: systrace.1,v 1.11 2002/07/31 00:28:02 itojun Exp $
.\" $OpenBSD: systrace.1,v 1.23 2002/07/30 16:27:21 itojun Exp $
.\"
.\" Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -103,7 +103,7 @@
.El
.Ss POLICY
The policy is specified via the following grammar:
-.Bd -literal -offset AAA
+.Bd -literal -offset 4
filter = expression "then" action errorcode
expression = symbol | "not" expression | "(" expression ")" |
expression "and" expression | expression "or" expression
@@ -179,7 +179,7 @@
.Pp
Policy entries may contain an appended predicate.
Predicates have the following format:
-.Bd -literal -offset AAA
+.Bd -literal -offset 4
", if" {"user", "group"} {"=", "!="} string
.Ed
.Pp
@@ -198,7 +198,7 @@
An excerpt from a sample
.Xr ls 1
policy might look as follows:
-.Bd -literal -offset AAA
+.Bd -literal -offset 4
Policy: /bin/ls, Emulation: native
[...]
native-open: filename eq "$HOME" and oflags sub "ro" then permit
Home |
Main Index |
Thread Index |
Old Index