diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-10-16 01:59:06 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-10-16 01:59:06 +0800 |
commit | 8cece120f9f20293da7f499970c497cb3c17200d (patch) | |
tree | 1a46ee33be550333ba7cca92e04a43d12b33e252 /chapter08 | |
parent | fa32551de1d77a763a247b4c704bd860a3d5c8a0 (diff) |
libcap: remove unneeded chmod command
Libcap-2.59 install shared libs with mode 0755 by default.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/libcap.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index d8fc15175..d696a3e3f 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -73,10 +73,6 @@ <screen><userinput remap="install">make prefix=/usr lib=lib install</userinput></screen> - <para>Adjust the permission of the shared libraries:</para> - -<screen><userinput remap="install">chmod -v 755 /usr/lib/lib{cap,psx}.so.&libcap-version;</userinput></screen> - </sect2> <sect2 id="contents-libcap" role="content"> |