From cdfc69fe6621f7b2b4b31ea38365b7c652e51a29 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 30 Mar 2022 23:58:13 +0100 Subject: bumped versions on xi tools --- repo/util/sudo.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util/sudo.xibuild') diff --git a/repo/util/sudo.xibuild b/repo/util/sudo.xibuild index 7d0ba6e..dbb08f7 100644 --- a/repo/util/sudo.xibuild +++ b/repo/util/sudo.xibuild @@ -25,7 +25,7 @@ package () { cat > $PKG_DEST/etc/sudoers.d/00-sudo << "EOF" Defaults secure_path="/usr/sbin:/usr/bin" -%wheel ALL="ALL" ALL +%wheel ALL=(ALL:ALL) ALL EOF mkdir -p $PKG_DEST/etc/pam.d -- cgit v1.2.1