UmVirt LFS Package info

DB commit: 0e3f332d314edc4d2a4aff93cd82e0f008aa0b2e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

sudo

The Sudo package allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while logging the commands and arguments.

Package info

Template:
Codename: sudo
Source file: sudo-1.9.16p2.tar.gz
Source file size: 5398419
Source file MD5-checkum: 52681ba928fb7aba46998f061d9ba85c
Source directory: sudo-1.9.16p2
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/s/sudo-1.9.16p2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/s/sudo-1.9.16p2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: qt6.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr              \
            --libexecdir=/usr/lib      \
            --with-secure-path         \
            --with-env-editor          \
            --docdir=/usr/share/doc/sudo-1.9.16p2 \
            --with-passprompt="[sudo] password for %p: "

Build script:
make

Install script:
make install

cat > /etc/pam.d/sudo << "EOF"
# Begin /etc/pam.d/sudo

# include the default auth settings
auth      include     system-auth

# include the default account settings
account   include     system-account

# Set default environment variables for the service user
session   required    pam_env.so

# include system session defaults
session   include     system-session

# End /etc/pam.d/sudo
EOF
chmod 644 /etc/pam.d/sudo