source: chapter08/acl.xml@ 54948b7

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/update-glibc
Last change on this file since 54948b7 was 54948b7, checked in by David Bryant <davidbryant@…>, 17 months ago

Straighten out capitalization, correct a few grammatical errors,
improve English idiom, clarify a few things, remove superfluous
verbiage, etc.

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-acl" role="wrap">
9 <?dbhtml filename="acl.html"?>
10
11 <sect1info condition="script">
12 <productname>acl</productname>
13 <productnumber>&acl-version;</productnumber>
14 <address>&acl-url;</address>
15 </sect1info>
16
17 <title>Acl-&acl-version;</title>
18
19 <indexterm zone="ch-system-acl">
20 <primary sortas="a-Acl">Acl</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Acl package contains utilities to administer Access Control Lists,
27 which are used to define fine-grained discretionary access rights for
28 files and directories.</para>
29
30 <segmentedlist>
31 <segtitle>&buildtime;</segtitle>
32 <segtitle>&diskspace;</segtitle>
33
34 <seglistitem>
35 <seg>&acl-fin-sbu;</seg>
36 <seg>&acl-fin-du;</seg>
37 </seglistitem>
38 </segmentedlist>
39
40 </sect2>
41
42 <sect2 role="installation">
43 <title>Installation of Acl</title>
44
45 <para>Prepare Acl for compilation:</para>
46
47<screen><userinput remap="configure">./configure --prefix=/usr \
48 --disable-static \
49 --docdir=/usr/share/doc/acl-&acl-version;</userinput></screen>
50
51 <para>Compile the package:</para>
52
53<screen><userinput remap="make">make</userinput></screen>
54
55 <para>The Acl tests must be run on a filesystem that supports access
56 controls, but not until the <application>Coreutils</application> package has been built,
57 using the <application>Acl</application> libraries. If desired, return to this package
58 and run <command>make check</command> after the <application>Coreutils</application>
59 package has been built.</para>
60
61 <para>Install the package:</para>
62
63<screen><userinput remap="install">make install</userinput></screen>
64
65 </sect2>
66
67 <sect2 id="contents-acl" role="content">
68 <title>Contents of Acl</title>
69
70 <segmentedlist>
71 <segtitle>Installed programs</segtitle>
72 <segtitle>Installed library</segtitle>
73 <segtitle>Installed directories</segtitle>
74
75 <seglistitem>
76 <seg>chacl, getfacl, and setfacl</seg>
77 <seg>libacl.so</seg>
78 <seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg>
79 </seglistitem>
80 </segmentedlist>
81
82 <variablelist>
83 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
84 <?dbfo list-presentation="list"?>
85 <?dbhtml list-presentation="table"?>
86
87 <varlistentry id="chacl">
88 <term><command>chacl</command></term>
89 <listitem>
90 <para>Changes the access control list of a file
91 or directory</para>
92 <indexterm zone="ch-system-acl chacl">
93 <primary sortas="b-chacl">chacl</primary>
94 </indexterm>
95 </listitem>
96 </varlistentry>
97
98 <varlistentry id="getfacl">
99 <term><command>getfacl</command></term>
100 <listitem>
101 <para>Gets file access control lists</para>
102 <indexterm zone="ch-system-acl getfacl">
103 <primary sortas="b-getfacl">getfacl</primary>
104 </indexterm>
105 </listitem>
106 </varlistentry>
107
108 <varlistentry id="setfacl">
109 <term><command>setfacl</command></term>
110 <listitem>
111 <para>Sets file access control lists</para>
112 <indexterm zone="ch-system-acl setfacl">
113 <primary sortas="b-setfacl">setfacl</primary>
114 </indexterm>
115 </listitem>
116 </varlistentry>
117
118 <varlistentry id="libacl">
119 <term><filename class="libraryfile">libacl</filename></term>
120 <listitem>
121 <para>Contains the library functions for manipulating Access Control Lists</para>
122 <indexterm zone="ch-system-acl libacl">
123 <primary sortas="c-libacl">libacl</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.