Changeset 6134551


Ignore:
Timestamp:
04/27/2021 06:30:43 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/usr-move
Children:
6243780
Parents:
15c2f37
Message:

usr-move: libcap: adjust the permission of shared libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libcap.xml

    r15c2f37 r6134551  
    8080    mv -v /usr/lib/lib${libname}.so.* /lib
    8181    ln -sfv ../../lib/lib${libname}.so.2 /usr/lib/lib${libname}.so
    82     chmod -v 755 /lib/lib${libname}.so.&libcap-version;
    8382done</userinput></screen>
     83
     84    <para>Adjust the permission of the shared libraries:</para>
     85
     86<screen><userinput remap="install">chmod -v 755 /lib/lib{cap,psx}.so.&libcap-version;</userinput></screen>
    8487
    8588  </sect2>
Note: See TracChangeset for help on using the changeset viewer.