OSDN Git Service

clfs-3.0.0-systemd.
[clfsja/cross-lfs-ja.git] / src / final-system / common / libcap.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>Libcap is a library for getting and setting POSIX.1e
14     (formerly POSIX 6) draft 15 capabilities.</para>
15 @y
16     <para>
17     Libcap は POSIX.1e (旧 POSIX 6) draft 15 に基づく情報を取得、設定するライブラリです。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Libcap</title>
23 @y
24     <title>&InstallationOf1;Libcap &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="a">Compile the package:</para>
29 @y
30     <para os="a">&CompileThePackage;</para>
31 @z
32
33 @x
34     <para os="c">This package does not come with a test suite.</para>
35 @y
36     <para os="c">&NotExistTestsuite;</para>
37 @z
38
39 @x
40     <para os="d">Install the package:</para>
41 @y
42     <para os="d">&InstallThePackage;</para>
43 @z
44
45 @x
46       <title>The meaning of the make option:</title>
47 @y
48       <title>&MeaningOfOption1;make &MeaningOfOption2;</title>
49 @z
50
51 @x RAISE_SETFCAP=no
52           <para>This prevents <command>setcap</command> from being run on
53           itself, which will fail if the kernel or file system does not
54           support extended capabilities.</para>
55 @y
56           <para>
57           このパラメーターは <command>setcap</command> が自分を利用しないようにします。
58           このことにより、カーネルやファイルシステムが拡張属性をサポートしていなくてもエラーが発生しないようにします。
59           </para>
60 @z
61
62 @x
63     <title>Contents of Libcap</title>
64 @y
65     <title>&ContentsOf1;Libcap &ContentsOf2;</title>
66 @z
67
68 @x
69       <segtitle>Installed programs</segtitle>
70       <segtitle>Installed libraries</segtitle>
71 @y
72       <segtitle>&InstalledProgram;</segtitle>
73       <segtitle>&InstalledLibrary;</segtitle>
74 @z
75
76 @x
77         <seg>capsh, getcap, getpcaps, setcap</seg>
78         <seg>libcap.[a,so]</seg>
79 @y
80         <seg>capsh, getcap, getpcaps, setcap</seg>
81         <seg>libcap.[a,so]</seg>
82 @z
83
84 @x
85       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
86 @y
87       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
88 @z
89
90 @x capsh
91           <para>Capability support and use can be explored and constrained
92           with this tool</para>
93 @y
94           <para>
95           ファイルの拡張属性を確認、制御します。
96           </para>
97 @z
98
99 @x getcap
100           <para>Examines file capabilities</para>
101 @y
102           <para>
103           ファイルの拡張属性を検査します。
104           </para>
105 @z
106
107 @x getpcaps
108           <para>Displays the capabilities on the queried process(es)</para>
109 @y
110           <para>
111           指定されたプロセスの拡張属性を表示します。
112           </para>
113 @z
114
115 @x setcap
116           <para>Sets file capabilities</para>
117 @y
118           <para>
119           拡張属性を設定します。
120           </para>
121 @z
122
123 @x libcap
124           <para>Library for setting and clearing POSIX.1e capabilities</para>
125 @y
126           <para>
127           POSIX 1003.1e 拡張属性を設定したりクリアしたりするライブラリを提供します。
128           </para>
129 @z