mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #656] Viability of use with skype4linux alpha? #456
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#456
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 @xee5ch on GitHub (Jul 29, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/656
I am a big fan of this package. I am running a current installation of Debian 8.5.0 amd64 that was updated prior to testing. I tested with firejail 9.4.0 using
jessie-backportsto stay current and Skype for Linux Alpha 1.3.0 downloaded from their new repo.I have tried the following executions.
For the first execution, of course, I get a noprofile recommendation.
Obviously, with
--noprofile, not much difference.In the other executions, I get similar execution logs.
When I try any with debugging, I do not get much logged out any syscalls. I get nothing additional beyond the same process creation, child creation, and parent exit log. I tried creating a new private directory just to see, and obviously that did not help. I tried outside the jail and it executes. I am sure I am doing something wrong. How can I help you by further debugging. Should I run
skypeforlinuxwith strace to see what it is executing without containment?@Fred-Barclay commented on GitHub (Jul 29, 2016):
G'day xee5ch. I wonder what would happen if you ran it without
--private=firejail/skype?Can you try running each of the following, pasting the output on Gist or a pastebin service, and posting the links here? Of course, let us know what happens each time too. :)
firejail --profile=/etc/firejail/skype.profile --debug skypeforlinuxfirejail --profile=/etc/firejail/default.profile --debug skypeforlinuxfirejail --noprofile --debug skypeforlinuxThanks!
@xee5ch commented on GitHub (Jul 29, 2016):
On my way out. Will report back in detail later but I removed the
--privateargument and got the same result.@netblue30 commented on GitHub (Jul 29, 2016):
What bothered him was the protocol line, it needs netlnk. Use this profile:
Save it as skypeforlinux.profile. Type "firejail --profile=skypeforlinux.profile skypeforlinux" to start it. I've tested it on Ubuntu 16.04
@xee5ch commented on GitHub (Jul 30, 2016):
@netblue30 Thanks so much for your orompt response. I am curious though, how did you figure that out so quickly?
@netblue30 commented on GitHub (Jul 30, 2016):
I just took the default.profile file and commented out the lines one by one until I found the one with the problem. I kind o knew it was somewhere in seccomp/protocol area, so it wasn't so bad. Thanks for bringing up the problem.