mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
The polkit daemon requires a polkitd user with permission to access the following directories: - /etc/polkit-1 - /usr/share/polkit-1 The /usr/bin/pkexec file must be owned by owned by root with the permissions 4755 or else the error "pkexec must be setuid root" is thrown when it's ran. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>