You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am facing an issue with makeself that when making .bin file using makeself (version 2.4.5) and then run this binary file on system, it changes permissions to root directory from 775 to 700. The effect is after rebooting system ModemManager does not working properly cause of polkitd doesn't have right permissions to communicate with ModemManager.
On version makeself 2.4.0 there is no issue. Tested both makeself versions 2.4.0 and 2.4.5 on different PC's with ubuntu 20.04 and 22.04 and version 2.4.5 change permissions from 775 to 700 on root directory.
Checked almost everything include both scripts makeself and makeself-header.sh and can't see any changes about changing permissions. Also I tested makeself (2.4.5) with makself-header.sh (2.4.0 version) and problem is still the same.