# # A tool to execute a command as another user. # # Sudo (su "do") allows a system administrator to delegate authority to # give certain users (or groups of users) the ability to run some (or # all) commands as root or another user while providing an audit trail of # the commands and their arguments. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=sudo pkgversion=1.9.12p1 arch=amd64 release=1 pkgcategory="tools" full_pkgname=sudo_1.9.12p1_amd64-1@tools blurb="A tool to execute a command as another user." homepage="https://www.sudo.ws/sudo.html" license="ISC" fetch="https://www.sudo.ws/dist/sudo-1.9.12p1.tar.gz" replace=""