UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
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