File: sudoers.man

package info (click to toggle)
doclifter 2.21-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 10,117; xml: 2,384; sh: 274; makefile: 79; lisp: 37
file content (26 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" Seriously reduced subsection of sudoers.5 to test .Bl -literal
.Dd July 16, 2012
.Dt SUDOERS 5
.Os Sudo 1.8.6p3
.Sh NAME
.Nm sudoers
.Nd default sudo security policy module
.Sh DESCRIPTION
.Pp
Would match any file name beginning with a letter.
.Pp
Note that a forward slash
.Pq Ql /
will
.Sy not
be matched by
wildcards used in the path name.
This is to make a path like:
.Bd -literal -offset 4n
/usr/bin/*
.Ed
.Pp
match
.Pa /usr/bin/who
but not
.Pa /usr/bin/X11/xterm .