[GH-ISSUE #1608] noexec ignored #1076

Closed
opened 2026-05-05 07:25:19 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ltworf on GitHub (Oct 17, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1608

I have this profile

name myapp
mkdir ${HOME}/.myapp
private ${HOME}/.myapp
noexec ${HOME}/
noexec /tmp

However in the private home, the exec permissions are not discarded. I can run binary files from programs running inside firejail with this profile.

Originally created by @ltworf on GitHub (Oct 17, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1608 I have this profile ``` name myapp mkdir ${HOME}/.myapp private ${HOME}/.myapp noexec ${HOME}/ noexec /tmp ``` However in the private home, the exec permissions are not discarded. I can run binary files from programs running inside firejail with this profile.
gitea-mirror 2026-05-05 07:25:19 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Oct 20, 2017):

Thanks for the bug, all fixed!

<!-- gh-comment-id:338234737 --> @netblue30 commented on GitHub (Oct 20, 2017): Thanks for the bug, all fixed!
Author
Owner

@ltworf commented on GitHub (Oct 20, 2017):

Thanks! That was quick!

<!-- gh-comment-id:338342382 --> @ltworf commented on GitHub (Oct 20, 2017): Thanks! That was quick!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1076
No description provided.