Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / audit_update_watch_perms.3
1 .TH "AUDIT_UPDATE_WATCH_PERMS" "3" "Feb 2007" "Red Hat" "Linux Audit API"
2 .SH NAME
3 audit_update_watch_perms \- update permissions field of watch command
4 .SH "SYNOPSIS"
5 .B #include <libaudit.h>
6 .sp
7 int audit_update_watch_perms(struct audit_rule_data *rule, int perms);
8
9 .SH "DESCRIPTION"
10
11 audit_update_watch_perms adds the permission checks to a watch command that is being built. The perms are a bitwise or'ing of: AUDIT_PERM_EXEC, AUDIT_PERM_WRITE, AUDIT_PERM_READ, AUDIT_PERM_ATTR.
12
13 .SH "RETURN VALUE"
14
15 Returns a number < 0 if an error occurs; otherwise, 0 for success.
16
17 .SH "SEE ALSO"
18
19 .BR audit_add_rule_data (3),
20 .BR audit_add_watch (3).
21
22 .SH AUTHOR
23 Steve Grubb