mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1112] Question: How can i fix this profile? #762
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#762
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nyancat18 on GitHub (Feb 21, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1112
with https://github.com/chiraag-nataraj/firejail-profiles/raw/master/kdenlive.profile
i get this log
https://gist.github.com/triceratops1/f34c1b68e535b2c35484810a38a14a70
@nyancat18 commented on GitHub (Feb 21, 2017):
firejail version 0.9.44.8
Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- bind support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@netblue30 commented on GitHub (Feb 22, 2017):
In the log you have:
Grsecurity is killing the executable. I think the application is intentionally doing dynamic machine code generation and just needs an exception. This happens in some programs, usually browsers or Python programs. You would need to disable mprotect feature for your program executable, something like this:
Replace iceweasel above with the full path for your executable.
@nyancat18 commented on GitHub (Feb 22, 2017):
@netblue30 i use linux-lts (archlinux) :)
no grsec
@netblue30 commented on GitHub (Feb 22, 2017):
You are right, it is something different. I was going with this: https://pax.grsecurity.net/docs/mprotect.txt
Try to run the program without a profile:
If this is working, we can definitely fix it.
@liloman commented on GitHub (Feb 23, 2017):
I remember clearing reading this amazing staff long time ago I had even printed it! 👯♂️ /mprotect() 4 life!
http://phrack.org/issues/60/6.html
Good ol'd times and amazing job indeed ! :)
Sorry for the spam! 😢
@netblue30 commented on GitHub (Feb 25, 2017):
No problem.
@nyancat18 commented on GitHub (Feb 25, 2017):
@netblue30 it works (firejail --noprofile --net=none kdenlive)