File: sudoers.chk

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 (41 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download | duplicates (5)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
                   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<!-- lifted from mdoc+troff by doclifter -->
<refentry>
<!-- Seriously reduced subsection of sudoers.5 to test .Bl &bsol;-literal -->


<refmeta>
<refentrytitle>SUDOERS</refentrytitle>
<manvolnum>5</manvolnum>
</refmeta>

<refnamediv id='purpose'>
<refname> sudoers </refname>
<refpurpose> default sudo security policy module </refpurpose>
</refnamediv>
<!-- body begins here -->

<refsect1 id='description'><title>DESCRIPTION</title>

<para>Would match any file name beginning with a letter.</para>

<para>Note that a forward slash
(Ql /)
will
<emphasis remap="Sy">not</emphasis>
be matched by
wildcards used in the path name.
This is to make a path like:</para>
<programlisting remap='Bd'>
<filename>/usr/bin/*</filename>
</programlisting> <!-- remap='Ed (block)' -->

<para>match
<filename>/usr/bin/who</filename>
but not
<filename>/usr/bin/X11/xterm</filename>.</para>
</refsect1>
</refentry>