mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 14:38:21 +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
|
||
|
}
|