[GH-ISSUE #2064] Bugs rpm package heikoada/firejail - Fedora 28 #1392

Closed
opened 2026-05-05 08:02:29 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @CrateOps on GitHub (Jul 25, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2064

Hello dears!found a firejail bug
Not found as this amply show.
dnf copy enable heikoada/firejail
dnfinstall firejail
firejail --help
Warning: an existing sandbox was detected. /bin/bash will run without any additional sandboxing features
firejail --private --noprofile=/home/alex/sandbox-seccomp ----caps.drop=all gedit
Warning: an existing sandbox was detected. gedit will run without any additional sandboxing features
I run and get access beyond the specified --private=/home/alex/sandbox sandbox
firejail-version 0.9.52
dnf copy disable heikoada — firejail-disable repository
I delete firetail, after I collect it from the source code of firejail taken from GitHub everything works fine ./configure --prefix= / usr & & & make& & sudo make install-strip. Firewall version installed-version 0.9.55

Originally created by @CrateOps on GitHub (Jul 25, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/2064 Hello dears!found a firejail bug Not found as this amply show. dnf copy enable heikoada/firejail dnfinstall firejail firejail --help Warning: an existing sandbox was detected. /bin/bash will run without any additional sandboxing features firejail --private --noprofile=/home/alex/sandbox-seccomp ----caps.drop=all gedit Warning: an existing sandbox was detected. gedit will run without any additional sandboxing features I run and get access beyond the specified --private=/home/alex/sandbox sandbox firejail-version 0.9.52 dnf copy disable heikoada — firejail-disable repository I delete firetail, after I collect it from the source code of firejail taken from GitHub everything works fine ./configure --prefix= / usr & & & make& & sudo make install-strip. Firewall version installed-version 0.9.55
Author
Owner

@SkewedZeppelin commented on GitHub (Jul 25, 2018):

Instead of using an outdated COPR repo or using make install I'd recommend the following

./configure
sudo make uninstall #only this time
make rpms
sudo dnf install firejail-0.9.55-1.x86_64.rpm
sudo firecfg

alternatively you can install the official prebuilt RPMs from here https://sourceforge.net/projects/firejail/files/firejail/

<!-- gh-comment-id:407807294 --> @SkewedZeppelin commented on GitHub (Jul 25, 2018): Instead of using an outdated COPR repo or using `make install` I'd recommend the following ``` ./configure sudo make uninstall #only this time make rpms sudo dnf install firejail-0.9.55-1.x86_64.rpm sudo firecfg ``` alternatively you can install the official prebuilt RPMs from here https://sourceforge.net/projects/firejail/files/firejail/
Author
Owner

@CrateOps commented on GitHub (Jul 27, 2018):

Thank you for your help!

<!-- gh-comment-id:408477913 --> @CrateOps commented on GitHub (Jul 27, 2018): Thank you for your help!
Author
Owner

@chiraag-nataraj commented on GitHub (Jul 30, 2018):

Seems like this was resolved?

<!-- gh-comment-id:408726953 --> @chiraag-nataraj commented on GitHub (Jul 30, 2018): Seems like this was resolved?
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#1392
No description provided.