-
Notifications
You must be signed in to change notification settings - Fork 64
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
Strict permissions checking sudo handling not working in openSeaChest_firmware #161
Comments
Adding initial code to output errors about Windows directory security issues [Seagate/openSeaChest#161] Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
…e file Making some error messages more informative for users when a directory is not considered secure [Seagate/openSeaChest#161] Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
Pulling in some new error messages that are added in the low-level code doing directory security evaluation to provide better messaging about what went wrong trying to securely open a file. [#161] Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
Can you try this build from our CI? It enables some additional error messages about the directory security to help debug this issue further. I would like to see what error it reports in your case to figure out what I need to try doing next. |
much improved feedback:
How interesting, unzip running as my regular user vs root acts differently, I ran the same command $ ls -ld /root/openSeaChest-feature-Secure_File_Error_Improvements-linux-x86_64-portable/firmware/
drwxr-xr-x 2 root root 4096 Feb 5 2013 /root/openSeaChest-feature-Secure_File_Error_Improvements-linux-x86_64-portable/firmware/
$ ls -ld ~gdevenyi/Downloads/openSeaChest-feature-Secure_File_Error_Improvements-linux-x86_64-portable/firmware/
drwxrwxr-x 2 gdevenyi gdevenyi 4096 Feb 5 2013 /home/gdevenyi/Downloads/openSeaChest-feature-Secure_File_Error_Improvements-linux-x86_64-portable/firmware/ Looks to me like the |
Further improvement to the error messages from the POSIX secure file. This will provide the user with better information about how to correct the situation and when possible this function will also provide recommendations for commands to run (chown or chmod) as necessary. [Seagate/openSeaChest#161] Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
[#161] Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
I have a similar problem. I compiled the latest version of OpenSeaChest from git, but the problem persists.
|
Following up on #158
Running the same set of testing commands, using the "testing" fixed permissions release.
The text was updated successfully, but these errors were encountered: