mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-01-15 17:28:30 +01:00
4 lines
151 B
Plaintext
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
|
||
|
}
|