mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2975] Opensuse Tumbleweed firejail Error: cannot create /run/firejail/profile/12562 #1859
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#1859
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 @bobafetthotmail on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2975
I just installed firejail (from the repositories) on OpenSUSE Tumbleweed
And I get this with any other application.
@Vincent43 commented on GitHub (Sep 22, 2019):
Please post output of
ls -al /usr/bin/firejail.@bobafetthotmail commented on GitHub (Sep 22, 2019):
-rwxr-x--- 1 alby users 376552 9 lug 14.09 /usr/bin/firejail@Vincent43 commented on GitHub (Sep 22, 2019):
So it seems missing suid bit on binary, please try
sudo chmod u+s /usr/bin/firejail.@bobafetthotmail commented on GitHub (Sep 22, 2019):
Does not seem to set it.
I removed the package and installed again, and now it's set as root and firejail group, and I can set suid bit.
-rwsr-x--- 1 root firejail 376552 9 lug 14.09 /usr/bin/firejailnow it fails with
while if run as root it kinda works (starts up but then errors out claiming DISPLAY is not set properly.
My user "alby" is not part of firejail group though.
@bobafetthotmail commented on GitHub (Sep 22, 2019):
Hm, added my user to firejail group, logged out, logged in, and now it's working.
So it seems the installation does not add me to the user group.
@Vincent43 commented on GitHub (Sep 22, 2019):
Yes, opensuse requires users to manually add themselves to firejail group in order to use it, this is intentional and was requirement for including firejail in their repos, see https://bugzilla.suse.com/show_bug.cgi?id=1059013