-
Notifications
You must be signed in to change notification settings - Fork 383
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
SCE & run scripts without permissions #528
Comments
@mpreisler You are much more familiar with SCE, can you please share your thoughts? |
There are various tricks to do that, for example:
It's tough to create a portable one. This will be different for linux32, linux64, bsd, OSX, ... If we decide to do any of these tricks we should implement something like |
According to open-scap mailing list,
we are not able to execute SCE scripts without exec permissions (e.g. from /tmp with noexec mount option.)
In my opinion, we can parse shebang from script and use interpret to run it (
/usr/bin/bash /tmp/sce.sh
) - in similar way we run remediations. Can we run binary files in such way?The text was updated successfully, but these errors were encountered: