acl.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. <sect1 id="ch-system-acl" role="wrap">
  8. <?dbhtml filename="acl.html"?>
  9. <sect1info condition="script">
  10. <productname>acl</productname>
  11. <productnumber>&acl-version;</productnumber>
  12. <address>&acl-url;</address>
  13. </sect1info>
  14. <title>Acl-&acl-version;</title>
  15. <indexterm zone="ch-system-acl">
  16. <primary sortas="a-Acl">Acl</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Acl package contains utilities to administer Access Control Lists,
  21. which are used to define more fine-grained discretionary access rights for
  22. files and directories.</para>
  23. <segmentedlist>
  24. <segtitle>&buildtime;</segtitle>
  25. <segtitle>&diskspace;</segtitle>
  26. <seglistitem>
  27. <seg>&acl-ch6-sbu;</seg>
  28. <seg>&acl-ch6-du;</seg>
  29. </seglistitem>
  30. </segmentedlist>
  31. </sect2>
  32. <sect2 role="installation">
  33. <title>Installation of Acl</title>
  34. <para>Modify the documentation directory so that it is a versioned
  35. directory:</para>
  36. <screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&amp;-@pkg_version@|' include/builddefs.in</userinput></screen>
  37. <para>Prepare Acl for compilation:</para>
  38. <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  39. <para>Compile the package:</para>
  40. <screen><userinput remap="make">make</userinput></screen>
  41. <para>The Acl tests need to be run on a filesystem that supports access
  42. controls. You will see lot of failures because Coreutils weren't compiled
  43. with ACL support. To test the results, issue:</para>
  44. <screen><userinput remap="test">make -k tests root-tests</userinput></screen>
  45. <para>Install the package:</para>
  46. <screen><userinput remap="install">make install install-dev install-lib
  47. chmod -v 0755 /usr/lib/libacl.so</userinput></screen>
  48. <para>The shared library needs to be moved to
  49. <filename class="directory">/lib</filename>, and as a result the
  50. <filename class="extension">.so</filename> file in
  51. <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
  52. <screen><userinput remap="install">mv -v /usr/lib/libacl.so.* /lib
  53. ln -sfv ../../lib/libacl.so.1 /usr/lib/libacl.so</userinput></screen>
  54. </sect2>
  55. <sect2 id="contents-acl" role="content">
  56. <title>Contents of Acl</title>
  57. <segmentedlist>
  58. <segtitle>Installed programs</segtitle>
  59. <segtitle>Installed library</segtitle>
  60. <segtitle>Installed directories</segtitle>
  61. <seglistitem>
  62. <seg>chacl, getfacl, and setacl</seg>
  63. <seg>libacl.{so,a}</seg>
  64. <seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg>
  65. </seglistitem>
  66. </segmentedlist>
  67. <variablelist>
  68. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  69. <?dbfo list-presentation="list"?>
  70. <?dbhtml list-presentation="table"?>
  71. <varlistentry id="chacl">
  72. <term><command>chacl</command></term>
  73. <listitem>
  74. <para>Changes the access control list of a file
  75. or directory.</para>
  76. <indexterm zone="ch-system-acl chacl">
  77. <primary sortas="b-chacl">chacl</primary>
  78. </indexterm>
  79. </listitem>
  80. </varlistentry>
  81. <varlistentry id="getfacl">
  82. <term><command>getfacl</command></term>
  83. <listitem>
  84. <para>Gets file access control lists.</para>
  85. <indexterm zone="ch-system-acl getfacl">
  86. <primary sortas="b-getfacl">getfacl</primary>
  87. </indexterm>
  88. </listitem>
  89. </varlistentry>
  90. <varlistentry id="setacl">
  91. <term><command>setacl</command></term>
  92. <listitem>
  93. <para>Sets file access control lists.</para>
  94. <indexterm zone="ch-system-acl setacl">
  95. <primary sortas="b-setacl">setacl</primary>
  96. </indexterm>
  97. </listitem>
  98. </varlistentry>
  99. <varlistentry id="libacl">
  100. <term><filename class="libraryfile">libacl.{so,a}</filename></term>
  101. <listitem>
  102. <para>Contains the <application>Acl</application> API functions.</para>
  103. <indexterm zone="ch-system-acl libacl">
  104. <primary sortas="c-libacl">libacl.{so,a}</primary>
  105. </indexterm>
  106. </listitem>
  107. </varlistentry>
  108. </variablelist>
  109. </sect2>
  110. </sect1>