source: chapter08/acl.xml@ 85eca6fd

xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1
Last change on this file since 85eca6fd was 2750180, checked in by Xi Ruoyao <xry111@…>, 13 months ago

loongarch: acl: Update config.{guess,sub}

  • Property mode set to 100644
File size: 4.1 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 &update-config-text;
46
47<screen><userinput remap="pre">tar -C build-aux &update-config-arg;</userinput></screen>
48
49 <para>Prepare Acl for compilation:</para>
50
51<screen><userinput remap="configure">./configure --prefix=/usr \
52 --disable-static \
53 --docdir=/usr/share/doc/acl-&acl-version;</userinput></screen>
54
55 <para>Compile the package:</para>
56
57<screen><userinput remap="make">make</userinput></screen>
58
59 <para>The Acl tests must be run on a filesystem that supports access
60 controls, but not until the <application>Coreutils</application> package has been built,
61 using the <application>Acl</application> libraries. If desired, return to this package
62 and run <command>make check</command> after the <application>Coreutils</application>
63 package has been built.</para>
64
65 <para>Install the package:</para>
66
67<screen><userinput remap="install">make install</userinput></screen>
68
69 </sect2>
70
71 <sect2 id="contents-acl" role="content">
72 <title>Contents of Acl</title>
73
74 <segmentedlist>
75 <segtitle>Installed programs</segtitle>
76 <segtitle>Installed library</segtitle>
77 <segtitle>Installed directories</segtitle>
78
79 <seglistitem>
80 <seg>chacl, getfacl, and setfacl</seg>
81 <seg>libacl.so</seg>
82 <seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg>
83 </seglistitem>
84 </segmentedlist>
85
86 <variablelist>
87 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
88 <?dbfo list-presentation="list"?>
89 <?dbhtml list-presentation="table"?>
90
91 <varlistentry id="chacl">
92 <term><command>chacl</command></term>
93 <listitem>
94 <para>Changes the access control list of a file
95 or directory</para>
96 <indexterm zone="ch-system-acl chacl">
97 <primary sortas="b-chacl">chacl</primary>
98 </indexterm>
99 </listitem>
100 </varlistentry>
101
102 <varlistentry id="getfacl">
103 <term><command>getfacl</command></term>
104 <listitem>
105 <para>Gets file access control lists</para>
106 <indexterm zone="ch-system-acl getfacl">
107 <primary sortas="b-getfacl">getfacl</primary>
108 </indexterm>
109 </listitem>
110 </varlistentry>
111
112 <varlistentry id="setfacl">
113 <term><command>setfacl</command></term>
114 <listitem>
115 <para>Sets file access control lists</para>
116 <indexterm zone="ch-system-acl setfacl">
117 <primary sortas="b-setfacl">setfacl</primary>
118 </indexterm>
119 </listitem>
120 </varlistentry>
121
122 <varlistentry id="libacl">
123 <term><filename class="libraryfile">libacl</filename></term>
124 <listitem>
125 <para>Contains the library functions for manipulating Access Control Lists</para>
126 <indexterm zone="ch-system-acl libacl">
127 <primary sortas="c-libacl">libacl</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 </variablelist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.