libcap.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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-libcap" role="wrap">
  8. <?dbhtml filename="libcap.html"?>
  9. <sect1info condition="script">
  10. <productname>libcap</productname>
  11. <productnumber>&libcap-version;</productnumber>
  12. <address>&libcap-url;</address>
  13. </sect1info>
  14. <title>Libcap-&libcap-version;</title>
  15. <indexterm zone="ch-system-libcap">
  16. <primary sortas="a-Libcap">Libcap</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Libcap package implements the user-space interfaces to the POSIX
  21. 1003.1e capabilities available in Linux kernels. These capabilities are a
  22. partitioning of the all powerful root privilege into a set of distinct
  23. privileges.</para>
  24. <segmentedlist>
  25. <segtitle>&buildtime;</segtitle>
  26. <segtitle>&diskspace;</segtitle>
  27. <seglistitem>
  28. <seg>&libcap-ch6-sbu;</seg>
  29. <seg>&libcap-ch6-du;</seg>
  30. </seglistitem>
  31. </segmentedlist>
  32. </sect2>
  33. <sect2 role="installation">
  34. <title>Installation of Libcap</title>
  35. <para>Prevent a static library from being installed:</para>
  36. <screen><userinput remap="pre">sed -i '/install.*STALIBNAME/d' libcap/Makefile</userinput></screen>
  37. <para>Compile the package:</para>
  38. <screen><userinput remap="make">make</userinput></screen>
  39. <para>This package does not come with a test suite.</para>
  40. <para>Install the package:</para>
  41. <screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install
  42. chmod -v 755 /usr/lib/libcap.so</userinput></screen>
  43. <variablelist>
  44. <title>The meaning of the make option:</title>
  45. <varlistentry>
  46. <term><parameter>RAISE_SETFCAP=no</parameter></term>
  47. <listitem>
  48. <para>This parameter skips trying to use <command>setcap</command>
  49. on itself. This avoids an installation error if the kernel or file
  50. system does not support extended capabilities.</para>
  51. </listitem>
  52. </varlistentry>
  53. </variablelist>
  54. <para>The shared library needs to be moved to
  55. <filename class="directory">/lib</filename>, and as a result the
  56. <filename class="extension">.so</filename> file in
  57. <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
  58. <screen><userinput remap="install">mv -v /usr/lib/libcap.so.* /lib
  59. ln -sfv ../../lib/$(readlink /usr/lib/libcap.so) /usr/lib/libcap.so</userinput></screen>
  60. </sect2>
  61. <sect2 id="contents-libcap" role="content">
  62. <title>Contents of Libcap</title>
  63. <segmentedlist>
  64. <segtitle>Installed programs</segtitle>
  65. <segtitle>Installed library</segtitle>
  66. <seglistitem>
  67. <seg>capsh, getcap, getpcaps, and setcap</seg>
  68. <seg>libcap.so</seg>
  69. </seglistitem>
  70. </segmentedlist>
  71. <variablelist>
  72. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  73. <?dbfo list-presentation="list"?>
  74. <?dbhtml list-presentation="table"?>
  75. <varlistentry id="capsh">
  76. <term><command>capsh</command></term>
  77. <listitem>
  78. <para>A shell wrapper to explore and constrain capability support</para>
  79. <indexterm zone="ch-system-libcap capsh">
  80. <primary sortas="b-capsh">capsh</primary>
  81. </indexterm>
  82. </listitem>
  83. </varlistentry>
  84. <varlistentry id="getcap">
  85. <term><command>getcap</command></term>
  86. <listitem>
  87. <para>Examines file capabilities</para>
  88. <indexterm zone="ch-system-libcap getcap">
  89. <primary sortas="b-getcap">getcap</primary>
  90. </indexterm>
  91. </listitem>
  92. </varlistentry>
  93. <varlistentry id="getpcaps">
  94. <term><command>getpcaps</command></term>
  95. <listitem>
  96. <para>Displays the capabilities on the queried process(es)</para>
  97. <indexterm zone="ch-system-libcap getpcaps">
  98. <primary sortas="b-getpcaps">getpcaps</primary>
  99. </indexterm>
  100. </listitem>
  101. </varlistentry>
  102. <varlistentry id="libcap">
  103. <term><filename class="libraryfile">libcap</filename></term>
  104. <listitem>
  105. <para>Contains the library functions for manipulating POSIX 1003.1e
  106. capabilities</para>
  107. <indexterm zone="ch-system-libcap libcap">
  108. <primary sortas="c-libcap">libcap</primary>
  109. </indexterm>
  110. </listitem>
  111. </varlistentry>
  112. </variablelist>
  113. </sect2>
  114. </sect1>