UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

libcap

The libcap package was installed in LFS, but if Linux-PAM support is desired, the PAM module must be built (after installation of Linux-PAM).

Package info

Template:
Codename: libcap
Source file: libcap-2.73.tar.xz
Source file size: 195276
Source file MD5-checkum: 0e186df9de9b1e925593a96684fe2e32
Source directory: libcap-2.73
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libcap-2.73.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libcap-2.73.tar.xz.md5sum
Dependances: Linux-PAM.
Dependance of: icecc, proftpd, bind-utils, dovecot, bind.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
make -C pam_cap

Install script:
install -v -m755 pam_cap/pam_cap.so /usr/lib/security &&
install -v -m644 pam_cap/capability.conf /etc/security

mv -v /etc/pam.d/system-auth{,.bak} &&
cat > /etc/pam.d/system-auth << "EOF" &&
# Begin /etc/pam.d/system-auth

auth      optional    pam_cap.so
EOF
tail -n +3 /etc/pam.d/system-auth.bak >> /etc/pam.d/system-auth