1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-07 04:04:41 +02:00
meta-rpi-diya/recipes-extended/sudo/sudo_%.bbappend
2023-07-10 09:32:40 +02:00

4 lines
151 B
Plaintext

do_install:append() {
# grant all permission to sudo group
sed -i 's/^#\s*\(%sudo\s*ALL=(ALL:ALL)\s*ALL\)/\1/' ${D}/${sysconfdir}/sudoers
}