What happened?
The following code tries to create a new polkit action under /usr/share/polkit-1/actions/. However, the whole of /usr is readonly on my immutable distro.
|
"/usr/share/polkit-1/actions/%s", policyFilename); |
Intead, the file should be put under /etc/polkit-1/actions/
Version
2.0.2 (Default)
What host operating system were you using?
Other Linux environment
Host OS Version
Based on Fedora 43
Selected OS
Any
Which Raspberry Pi Device are you using?
Raspberry Pi 4B, 400, and Compute Modules 4, 4S
What kind of storage device are you using?
microSD Card in an internal reader
OS Customisation
Relevant log output
What happened?
The following code tries to create a new polkit action under
/usr/share/polkit-1/actions/. However, the whole of/usris readonly on my immutable distro.rpi-imager/src/linux/platformquirks_linux.cpp
Line 544 in f3704cb
Intead, the file should be put under
/etc/polkit-1/actions/Version
2.0.2 (Default)
What host operating system were you using?
Other Linux environment
Host OS Version
Based on Fedora 43
Selected OS
Any
Which Raspberry Pi Device are you using?
Raspberry Pi 4B, 400, and Compute Modules 4, 4S
What kind of storage device are you using?
microSD Card in an internal reader
OS Customisation
Relevant log output