X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/d7b5ee0cc2a612023bb20492a75af4a7a23e856b..9c42854ddcd101d7c18dbe762afeed91fca5c477:/checkpath.3 diff --git a/checkpath.3 b/checkpath.3 index 8bc8faf..8c2b5ac 100644 --- a/checkpath.3 +++ b/checkpath.3 @@ -17,7 +17,7 @@ function checks a path for security. It ensures that only acceptble users and groups can change the files or file contents accessible through the path. .PP -The function is given a +The function is given a .I path to be checked, and a pointer .I cp @@ -30,7 +30,7 @@ of the problems. This structure contains the following members: .TP .B "uid_t cp_uid" -The user running the check. Files and directories owned by +The user running the check. Files and directories owned by .B root (uid 0) and by .B cp_uid @@ -38,7 +38,7 @@ are considered safe. .TP .B "gid_t cp_gid[NGROUPS_MAX + 1]" The groups of which the user is a member. Files whose groups are in -this set may be considered safe, depending on the +this set may be considered safe, depending on the .B cp_what configuration. See below. .TP @@ -46,7 +46,7 @@ configuration. See below. The number of gids in the .B cp_gid array. -.TP +.TP .B "int cp_verbose" The verbosity level. Messages are only given to the reporting function if their verbosity level is less than or equal to this setting. As a @@ -57,7 +57,7 @@ levels 2 and above. The recommended value is 1. .B "unsigned cp_what" A bitmask of flags determining what conditions are considered problems, and other behaviour. See below. -.TP +.TP .B "void (*cp_report)(...)" The reporting function. See below. .TP