-
Notifications
You must be signed in to change notification settings - Fork 437
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
Permissions module causing "[Errno 13] Permission denied" #2197
Comments
thanks for headups, def need check this, main issue is spare time right now, so i will leave it open till I or someone else review this |
I will take a closer look this evening and put up a PR if I find a good fix. |
@doomedraven I have a PR for this. #2203 I do not have a Windows 7 install to test this on, so my approach may need to be adjusted. |
Thanks for PR
El mar, 2 jul 2024, 4:08, ChrisThibodeaux ***@***.***>
escribió:
… @doomedraven <https://github.com/doomedraven> I have a PR for this. #2203
<#2203>
I do not have a Windows 7 install to test this on, so my approach may need
to be adjusted.
—
Reply to this email directly, view it on GitHub
<#2197 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOFH3ZEXDDBJ2MAU7SU7ITZKIDQDAVCNFSM6AAAAABKD2KLDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBRGY3TMNJVGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firstly, thank you for everyone who is keeping CAPEv2 going. I am creating this to help anyone else who comes across the same issue, just as in this recent issue #2133. It appears that the Permissions module has been known to cause issues before, as seen with #1376.
When running a Windows 10/11 guest VM, enabling permissions in
auxiliary.conf
causes[Errno 13] Permission denied
and prevents analysis' running. You will only have static analysis returned from the submission. Setting the value topermissions = no
inauxiliary.conf
fixes this. The snippet below fromanalysis.log
are examples of the issues caused.Looking at the module, I am not sure whether the intent is to hard code the locations or have them passed along as options during submission. I could not find anything in the documentation about this, nor did I see anywhere that
self.options["permissions"]
was being set in the code. Without a doubt, not giving explicit locations breaks analysis on Windows 10/11 VMs.Please feel free to close this issue whenever.
The text was updated successfully, but these errors were encountered: