sudo: add the setuid bit back
This commit is contained in:
parent
6fca4f8abf
commit
9f44c082fb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sudo'
|
||||
pkgname=sudo
|
||||
version=1.9.13p2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
|
||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
||||
|
@ -32,6 +32,7 @@ pre_install() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
chmod +s ${DESTDIR}/usr/bin/sudo
|
||||
vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo
|
||||
vlicense LICENSE.md
|
||||
# remove unused stuff.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue