mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2082] Properties and owner of /run/firejail ? #1407
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#1407
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 @CdeMills on GitHub (Aug 15, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2082
Hello,
There was an update of firejail today (Centos7, firejail-0.9.95-0.1.el7.x86_64.rpm today.
After launch, it failed :-(
After looking at the doc, I ran "firecfg" to create the user database, but still no luck. Starting from the command line showed some file could not be created under /run/firejail/profile. So I deleted /run/firejail and reinstalled the rpm. But is seems /run/firejail is not created from the installation nor the first launch.
What should be the properties and owner of this dir ?
Regards
Pascal
@CdeMills commented on GitHub (Aug 16, 2018):
I went a bit further.
should be performed in the post-install script
usermod -a -G firejail usernameshould be performed by firejail-cfg
for some strange reason,
setgrpwas not SUID root, I had to reinstallshadow-utilsto get it rightWith all those changes, I confirm firejail works as it should in CentOS 7
@chiraag-nataraj commented on GitHub (Aug 16, 2018):
I'm not sure if this means I should close it or leave it open. @CdeMills Are you asking for documentation to be updated? For now, I'll leave it tagged information, and we'll proceed from there.
@smitsohu commented on GitHub (Aug 16, 2018):
@CdeMills Where did you get this package from?
@CdeMills commented on GitHub (Aug 17, 2018):
Hello,
https://copr-be.cloud.fedoraproject.org/results/heikoada/firejail/epel-7-$basearch/
which is an user-maintained repo
Regards
Pascal
@chiraag-nataraj commented on GitHub (Aug 17, 2018):
@CdeMills Do you have the same issues if you use e.g.
make rpmsafter compiling from this repo? If so, we can probably modify theplatform/rpm/mkrpm.shscript to deal with it.@CdeMills commented on GitHub (Aug 17, 2018):
Hello,
I made a few small modifications to the .spec file:
Patch included
Regards
Pascal
firejail.spec.pat.txt
@SkewedZeppelin commented on GitHub (Aug 17, 2018):
@CdeMills
None of that is needed.
To install the latest version of firejail please do the following
@CdeMills commented on GitHub (Aug 17, 2018):
OK, thank you. But what is this repository
https://copr-be.cloud.fedoraproject.org/results/heikoada/firejail/epel-7-x86_64/00787489-firejail/
with a firejail version which seems ahead of yours ?
Regards
Pascal
@Fred-Barclay commented on GitHub (Aug 17, 2018):
I'm not sure. We've not even released 0.9.56 yet. 😕 I haven't done much looking around but they seem to offer 0.9.95 for Fedora too.
Maybe there's some sort of weird versioning requirements for redhat distros?
(Also see https://firejail.wordpress.com/download-2/#comment-499).
@CdeMills commented on GitHub (Aug 17, 2018):
Hello,
The difference between your .spec and heikoada .spec is that yours use the version as defined from git tag, while heikoada version is "frozen". The net result is that fedora and centOS repositories get a version which automatically supersedes yours.
I can't guess a maintainer E-Mail adress from https://copr.fedorainfracloud.org/coprs/heikoada/firejail/ Is it one of the core developpers ?
Pascal
@SkewedZeppelin commented on GitHub (Aug 17, 2018):
@CdeMills That is not our COPR nor is it the same spec file as in our git. None of the Firejail collaborators are responsible for that COPR. Please use the steps I detailed above to install Firejail.
@Fred-Barclay "0.9.95": more like weird repo or typo
@CdeMills commented on GitHub (Aug 17, 2018):
Hello,
I followed your instructions and got firejail up and running, thank you.
I just wanted to know how was behind this "COPR" repository, to report the issues I've got with this specific version.
Regards
Pascal
@CdeMills commented on GitHub (Aug 17, 2018):
OK. The Fedora and CentOS maintainer adress can be found at https://fedoraproject.org/wiki/User:Heikoada
I sent the bug report to him.
Regards
Pascal