Changeset 49cc034
- Timestamp:
- 01/16/2020 09:37:46 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- db7e804
- Parents:
- 0664ef29
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0664ef29 r49cc034 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "16"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1 5th, &year;">9 <!ENTITY releasedate "January 16th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r0664ef29 r49cc034 43 43 --> 44 44 <listitem> 45 <para>January 15th, 2010</para> 45 <para>January 16th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to libcap-2.31 (PAM module). Fixes 49 <ulink url="&blfs-ticket-root;13019">#13019</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>January 15th, 2020</para> 46 56 <itemizedlist> 47 57 <listitem> -
packages.ent
r0664ef29 r49cc034 17 17 <!ENTITY haveged-version "1.9.2"> 18 18 <!ENTITY iptables-version "1.8.4"> 19 <!ENTITY libcap-version "2.3 0">19 <!ENTITY libcap-version "2.31"> 20 20 <!ENTITY liboauth-version "1.0.3"> 21 21 <!ENTITY linux-pam-version "1.3.1"> -
postlfs/security/libcap.xml
r0664ef29 r49cc034 7 7 <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz"> 8 8 <!ENTITY libcap-download-ftp " "> 9 <!ENTITY libcap-md5sum " ea531f37a30a61dce8bf8544537a46e3">10 <!ENTITY libcap-size "9 6KB">9 <!ENTITY libcap-md5sum "52120c05dc797b01f5a7ae70f4335e96"> 10 <!ENTITY libcap-size "97 KB"> 11 11 <!ENTITY libcap-buildsize "1 MB"> 12 12 <!ENTITY libcap-time "less than 0.1 SBU"> … … 106 106 <para>Additonally, you'll need to modify the 107 107 <filename>/etc/security/capability.conf</filename> file to grant necessary 108 privileges to users, and utilize the < application>setcap</application>109 util tiy to set capabilities on specific utilities as needed. See108 privileges to users, and utilize the <command>setcap</command> 109 utility to set capabilities on specific utilities as needed. See 110 110 <command>man 8 setcap</command> and <command>man 3 cap_from_text</command> 111 111 for additional information.</para>
Note:
See TracChangeset
for help on using the changeset viewer.