-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makeself 2.4.5 - Error - change permissions from 775 to 700 on "/" (root dir) after extracting bin file #333
Comments
This could be a side effect of whatever command is being executed within Makeself. Would you mind sharing how you're creating the archive and any scripts being called in it? |
Okay, at this point i see something like this. Everytime im working and creating bin file on directory with 775 permissions. After creating binary file and showing dir/files from this file using '--list' flag there are 775 permissions: after running binary file, swupdate-install which is updating our files in system looks like this: mount -o rw,remount / and that is all. |
I would guess that your |
Okay, but when im skipping scripts inside binary the issue is still exists. Im running binary with So, before extracting, when im using After extracting binary file without execute, using And of course im creating binary on directory which has 775 permission for 100% |
You may want to try to use the |
Okay that's make sense and i will add this option. I'm drilling the topic because i almost disabled completely my external machines during this update which disabled polkitd permissions to communicate with ModemManager. |
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.
The text was updated successfully, but these errors were encountered: