mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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#2085
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 @ghost on GitHub (Apr 5, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3320
Just noticed that building from git master breaks on Ubuntu 16.04 LTS. Not sure, but it looks as if older versions of
installcan't handle the syntax introduced inab62720b38. I do realize 16.04 is dinosaurial by now, but it might be broken on other OS'es too.@netblue30 commented on GitHub (Apr 5, 2020):
Try now, I think I have a fix in. I'm still waiting on travis here:
https://travis-ci.org/github/netblue30/firejail
@rusty-snake commented on GitHub (Apr 5, 2020):
The globbing should be done by the your shell. Maybe the bash in 16.04 is too old for this syntax. The globing in
fbec95c4is also done by the shell, if it works can you try:@netblue30 commented on GitHub (Apr 5, 2020):
I'm seeing the same problem in debian stable. It's something very recent. TravisCi is fine (that's an Ubuntu 14.04) @rusty-snake what distro are you on?
@rusty-snake commented on GitHub (Apr 5, 2020):
Fedora 31; bash 5.0; install/coreutils 8.31; make 4.2.1.
@netblue30 commented on GitHub (Apr 5, 2020):
cool!
@ghost commented on GitHub (Apr 5, 2020):
@netblue30 Thanks, that worked.
@rusty-snake seems a lot faster now doing it like that, it worked with bash from a xenial PPA (5.0-6ubuntu1~16.04.sav0) and the original xenial version (4.0).
@netblue30 commented on GitHub (Apr 5, 2020):
running a travis test with the version from @glitsj16 - fine on debian
@netblue30 commented on GitHub (Apr 5, 2020):
all fine, both travis and gitlab pipeline passing.