~ubuntu-branches/ubuntu/maverick/audit/maverick

« back to all changes in this revision

Viewing changes to docs/auditctl.8

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-06-29 13:05:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070629130514-z798cz4lebiahj5w
Tags: 1.5.4-0ubuntu1
* New upstream version.
* debian/patches/audit-1.5.1-dist.patch:
  * update so that it applies for 1.5.4.
* debian/control:
  * update Maintainer and XSBC-Original-Maintainer fields.
* debian/rules:
  * enable apparmor support: add --with-apparmor to configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
\fB\-p\fP [\fBr\fP|\fBw\fP|\fBx\fP|\fBa\fP]
36
36
Set permissions filter for a file system watch. \fBr\fP=read, \fBw\fP=write, \fBx\fP=execute, \fBa\fP=attribute change. These permissions are not the standard file permissions, but rather the kind of syscall that would do this kind of thing. The read & write syscalls are omitted from this set since they would overwhelm the logs. But rather for reads or writes, the open flags are looked at to see what permission was requested.
37
37
.TP
 
38
.BI \-q\  mount-point,subtree
 
39
If you have an existing directory watch and bind or move mount another subtree in the watched subtree, you need to tell the kernel to make the subtree being mounted equivalent to the directory being watched. If the subtree is already mounted at the time the directory watch is issued, the subtree is automatically tagged for watching. Please note the comma separating the two values. Omitting it will cause errors.
 
40
.TP
38
41
.BI \-r\  rate
39
42
Set limit in messages/sec (\fB0\fP=none). If this \fIrate\fP is non-zero and is exceeded, the failure flag is consulted by the kernel for action. The default value is \fB0\fP.
40
43
.TP
44
47
.B \-s
45
48
Report status
46
49
.TP
47
 
.BI \-a\  list , action
 
50
.BI \-t
 
51
Trim the subtrees after a mount command.
 
52
.TP
 
53
.BI \-a\  list,action
48
54
Append rule to the end of \fIlist\fP with \fIaction\fP. Please note the comma separating the two values. Omitting it will cause errors. The following describes the valid \fIlist\fP names:
49
55
.RS
50
56
.TP 12
110
116
.B devminor
111
117
Device Minor Number
112
118
.TP
 
119
.B dir
 
120
Full Path of Directory to watch. See "\fB\-w\fP". Should only be used on exit list.
 
121
.TP
113
122
.B egid
114
123
Effective Group ID
115
124
.TP