diff options
author | davidovski <david@davidovski.xyz> | 2022-03-30 23:58:13 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-30 23:58:13 +0100 |
commit | cdfc69fe6621f7b2b4b31ea38365b7c652e51a29 (patch) | |
tree | cbe028480144e9a27904392899fec9d07df448c6 /repo/util/sudo.xibuild | |
parent | de16da348671bd797500ab144ae56d23e88c7463 (diff) |
bumped versions on xi tools
Diffstat (limited to 'repo/util/sudo.xibuild')
-rw-r--r-- | repo/util/sudo.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |