[GH-ISSUE #1282] support xonsh as the login shell #873

Closed
opened 2026-05-05 07:00:36 -06:00 by gitea-mirror · 22 comments
Owner

Originally created by @cryzed on GitHub (May 18, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1282

Since the recent update to firejail-0.9.4.6(-1) on Arch Linux it seems to be broken, at least on my system. When I try to start any application using firejail, even using --noprofile to make sure it's not a configuration issue, firejail seemingly exits immediately while simply writing the used path to stderr. Here's a sample output for mpv:

$ firejail --noprofile /usr/bin/mpv 
Parent pid 2178, child pid 2180
Child process initialized in 20.31 ms
'/usr/bin/mpv'

Parent is shutting down, bye...

Here is the output using $ firejail --debug --noprofile /usr/bin/mpv. I'm using the standard Arch Linux kernel on a 64 bit installation; the previous version: firejail-0.9.44.10(-1) worked flawlessly. Let me know if I can provide more information; I suspect this is an issue with the build, since no one else seems to be having issues.

Originally created by @cryzed on GitHub (May 18, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1282 Since the recent update to firejail-0.9.4.6(-1) on Arch Linux it seems to be broken, at least on my system. When I try to start any application using firejail, even using `--noprofile` to make sure it's not a configuration issue, firejail seemingly exits immediately while simply writing the used path to stderr. Here's a sample output for `mpv`: ``` $ firejail --noprofile /usr/bin/mpv Parent pid 2178, child pid 2180 Child process initialized in 20.31 ms '/usr/bin/mpv' Parent is shutting down, bye... ``` [Here](https://gist.github.com/cryzed/9b8e776a56b598ef385f863b6b854e48) is the output using `$ firejail --debug --noprofile /usr/bin/mpv`. I'm using the standard Arch Linux kernel on a 64 bit installation; the previous version: firejail-0.9.44.10(-1) worked flawlessly. Let me know if I can provide more information; I suspect this is an issue with the build, since no one else seems to be having issues.
gitea-mirror 2026-05-05 07:00:36 -06:00
Author
Owner

@ghost commented on GitHub (May 18, 2017):

I also have difficulties using Firejail 0.9.46-1 on Arch. What I have experienced:

  1. Firefox crashes when started in firejail. If I choose restart Firefox, then it is firejailed and starts... If Firefox is running when I launch firejail firefox, it works flawlessly. Log of restarted firejail --debug firefox and closed firefox can be found here and log of firejail --debug firefox (and after that I chose quit) can be found here

  2. Thunderbird won't launch in firejail. Here is the log.

  3. Spotify doesn't work either: here is the log.

I use Arch with the default kernel: 4.10.13-1-ARCH

Dropbox works in firejail.

Oh, one more thing: I've updated the firejail profiles in ~/.config/firejail from /etc/firejail/ before posting these.

Let me know if I can provide some additional info (I use zsh).

EDIT: I've noticed another thing. When I run firejail firefox and choose restart, firejail --list shows

% firejail --list
2251:andor:firejail /usr/lib/firefox/firefox 
2608:andor:firejail --list

But

% which firefox
/usr/bin/firefox

EDIT 2: as someone told me, this is not strange, because of this:

% cat /usr/bin/firefox 
#!/bin/sh
exec /usr/lib/firefox/firefox "$@"
<!-- gh-comment-id:302514815 --> @ghost commented on GitHub (May 18, 2017): I also have difficulties using Firejail 0.9.46-1 on Arch. What I have experienced: 1. Firefox crashes when started in firejail. If I choose restart Firefox, then it is firejailed and starts... If Firefox is running when I launch `firejail firefox`, it works flawlessly. Log of restarted `firejail --debug firefox` and closed firefox can be found [here](https://ptpb.pw/_-3H) and log of `firejail --debug firefox` (and after that I chose quit) can be found [here](https://ptpb.pw/LhC2) 2. Thunderbird won't launch in firejail. [Here](https://ptpb.pw/iHrh) is the log. 3. Spotify doesn't work either: [here](https://ptpb.pw/JXmD) is the log. I use Arch with the default kernel: `4.10.13-1-ARCH` Dropbox works in firejail. Oh, one more thing: I've updated the firejail profiles in `~/.config/firejail` from `/etc/firejail/` before posting these. Let me know if I can provide some additional info (I use zsh). EDIT: I've noticed another thing. When I run `firejail firefox` and choose restart, `firejail --list` shows ``` % firejail --list 2251:andor:firejail /usr/lib/firefox/firefox 2608:andor:firejail --list ``` But ``` % which firefox /usr/bin/firefox ``` EDIT 2: as someone told me, this is not strange, because of this: ``` % cat /usr/bin/firefox #!/bin/sh exec /usr/lib/firefox/firefox "$@" ```
Author
Owner

@pigmonkey commented on GitHub (May 18, 2017):

I have experienced no issues on Arch. I did notice that the new config file was installed as /etc/firejail/firejail.config.pacnew. Have you merged that?

$ uname -a
Linux nous 4.11.0-1-hardened #1 SMP PREEMPT Sun May 7 19:21:36 EDT 2017 x86_64 GNU/Linux
$ pacman -Q firejail
firejail 0.9.46-1
$ firejail --version
firejail version 0.9.46

Compile time support:
        - AppArmor support is disabled
        - AppImage support is enabled
        - bind support is enabled
        - chroot support is enabled
        - file and directory whitelisting support is enabled
        - file transfer support is enabled
        - git install support is disabled
        - networking support is enabled
        - overlayfs support is enabled
        - private-home support is enabled
        - seccomp-bpf support is enabled
        - user namespace support is enabled
        - X11 sandboxing support is enabled
$ firejail --noprofile /usr/bin/mpv
Parent pid 20037, child pid 20039
Child process initialized in 39.67 ms
mpv 0.25.0 (C) 2000-2017 mpv/MPlayer/mplayer2 projects
 built on Mon May  8 20:03:32 CEST 2017
ffmpeg library versions:
   libavutil       55.58.100
   libavcodec      57.89.100
   libavformat     57.71.100
   libswscale      4.6.100
   libavfilter     6.82.100
   libswresample   2.7.100
ffmpeg version: 3.3

Usage:   mpv [options] [url|path/]filename

Basic options:
 --start=<time>    seek to given (percent, seconds, or hh:mm:ss) position
 --no-audio        do not play sound
 --no-video        do not play video
 --fs              fullscreen playback
 --sub-file=<file> specify subtitle file to use
 --playlist=<file> specify playlist file

 --list-options    list all mpv options
 --h=<string>      print options which contain the given string in their name


Parent is shutting down, bye...
<!-- gh-comment-id:302557168 --> @pigmonkey commented on GitHub (May 18, 2017): I have experienced no issues on Arch. I did notice that the new config file was installed as `/etc/firejail/firejail.config.pacnew`. Have you merged that? ``` $ uname -a Linux nous 4.11.0-1-hardened #1 SMP PREEMPT Sun May 7 19:21:36 EDT 2017 x86_64 GNU/Linux $ pacman -Q firejail firejail 0.9.46-1 $ firejail --version firejail version 0.9.46 Compile time support: - AppArmor support is disabled - AppImage support is enabled - bind support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - git install support is disabled - networking support is enabled - overlayfs support is enabled - private-home support is enabled - seccomp-bpf support is enabled - user namespace support is enabled - X11 sandboxing support is enabled $ firejail --noprofile /usr/bin/mpv Parent pid 20037, child pid 20039 Child process initialized in 39.67 ms mpv 0.25.0 (C) 2000-2017 mpv/MPlayer/mplayer2 projects built on Mon May 8 20:03:32 CEST 2017 ffmpeg library versions: libavutil 55.58.100 libavcodec 57.89.100 libavformat 57.71.100 libswscale 4.6.100 libavfilter 6.82.100 libswresample 2.7.100 ffmpeg version: 3.3 Usage: mpv [options] [url|path/]filename Basic options: --start=<time> seek to given (percent, seconds, or hh:mm:ss) position --no-audio do not play sound --no-video do not play video --fs fullscreen playback --sub-file=<file> specify subtitle file to use --playlist=<file> specify playlist file --list-options list all mpv options --h=<string> print options which contain the given string in their name Parent is shutting down, bye... ```
Author
Owner

@cryzed commented on GitHub (May 19, 2017):

@pigmonkey yes, I did:

$ md5sum /etc/firejail/firejail.config 
b5d5a48ea96da88007f55c9f52880f34  /etc/firejail/firejail.config

I went so far as to remove it completely before installing the update, it's definitely the umodified configuration file. Here is my output for the commands you ran:

user@host ~ $ uname -a
Linux host 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64 GNU/Linux
user@host ~ $ pacman -Q firejail
firejail 0.9.46-1
user@host ~ $ firejail --version
firejail version 0.9.46

Compile time support:
        - AppArmor support is disabled
        - AppImage support is enabled
        - bind support is enabled
        - chroot support is enabled
        - file and directory whitelisting support is enabled
        - file transfer support is enabled
        - git install support is disabled
        - networking support is enabled
        - overlayfs support is enabled
        - private-home support is enabled
        - seccomp-bpf support is enabled
        - user namespace support is enabled
        - X11 sandboxing support is enabled

user@host ~ $ firejail --noprofile /usr/bin/mpv
Parent pid 2010, child pid 2014
Child process initialized in 32.90 ms
'/usr/bin/mpv'

Parent is shutting down, bye...

Some "special" things I do, which maybe in some strange way I can't fathom might cause issues are:

  • I use bind mounts in my home-directory
  • I run a dm-crypt/LUKS setup
  • I use xonsh as my login shell (although starting bash within xonsh and then running the command was similarly fruitless; The --debug output still displays: Autoselecting /usr/bin/xonsh as shell)

... that's about it, really.

<!-- gh-comment-id:302664506 --> @cryzed commented on GitHub (May 19, 2017): @pigmonkey yes, I did: ``` $ md5sum /etc/firejail/firejail.config b5d5a48ea96da88007f55c9f52880f34 /etc/firejail/firejail.config ``` I went so far as to remove it completely before installing the update, it's definitely the umodified configuration file. Here is my output for the commands you ran: ``` user@host ~ $ uname -a Linux host 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64 GNU/Linux user@host ~ $ pacman -Q firejail firejail 0.9.46-1 user@host ~ $ firejail --version firejail version 0.9.46 Compile time support: - AppArmor support is disabled - AppImage support is enabled - bind support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - git install support is disabled - networking support is enabled - overlayfs support is enabled - private-home support is enabled - seccomp-bpf support is enabled - user namespace support is enabled - X11 sandboxing support is enabled user@host ~ $ firejail --noprofile /usr/bin/mpv Parent pid 2010, child pid 2014 Child process initialized in 32.90 ms '/usr/bin/mpv' Parent is shutting down, bye... ``` Some "special" things I do, which maybe in some strange way I can't fathom might cause issues are: * I use bind mounts in my home-directory * I run a dm-crypt/LUKS setup * I use xonsh as my login shell (although starting bash within xonsh and then running the command was similarly fruitless; The `--debug` output still displays: `Autoselecting /usr/bin/xonsh as shell`) ... that's about it, really.
Author
Owner

@ghost commented on GitHub (May 19, 2017):

How does one merge /etc/firejail/firejail.config.pacnew? Just replace firejail.config?

My output:

% md5sum /etc/firejail/firejail.config
f5ba0d222ae11a7f4d87f2fd8725bfc3  /etc/firejail/firejail.config
<!-- gh-comment-id:302716775 --> @ghost commented on GitHub (May 19, 2017): How does one merge `/etc/firejail/firejail.config.pacnew`? Just replace firejail.config? My output: ``` % md5sum /etc/firejail/firejail.config f5ba0d222ae11a7f4d87f2fd8725bfc3 /etc/firejail/firejail.config ```
Author
Owner

@cryzed commented on GitHub (May 19, 2017):

@Lemongrass38 if you are sure that you haven't modified the file in question you can usually just:
# mv /etc/firejail/firejail.config.pacnew /etc/firejail/firejail.config. But this is more of a general pacman question.

<!-- gh-comment-id:302729584 --> @cryzed commented on GitHub (May 19, 2017): @Lemongrass38 if you are sure that you haven't modified the file in question you can usually just: `# mv /etc/firejail/firejail.config.pacnew /etc/firejail/firejail.config`. But this is more of a general pacman question.
Author
Owner

@netblue30 commented on GitHub (May 19, 2017):

@cryzed - it could be because of /usr/bin/xnosh shell you have set up. Try this:

$ firejail --noprofile --shell=none /usr/bin/mpv
<!-- gh-comment-id:302773740 --> @netblue30 commented on GitHub (May 19, 2017): @cryzed - it could be because of /usr/bin/xnosh shell you have set up. Try this: ````` $ firejail --noprofile --shell=none /usr/bin/mpv `````
Author
Owner

@netblue30 commented on GitHub (May 19, 2017):

@Lemongrass38 - All of them are crashing with this message:

Gdk-ERROR **: The program 'thunderbird' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 1079 error_code 2 request_code 130 (unknown) minor_code 3)

What happens if you run "firejail --private --noprofile firefox -no-remote"?

<!-- gh-comment-id:302775515 --> @netblue30 commented on GitHub (May 19, 2017): @Lemongrass38 - All of them are crashing with this message: ````` Gdk-ERROR **: The program 'thunderbird' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 1079 error_code 2 request_code 130 (unknown) minor_code 3) ````` What happens if you run "firejail --private --noprofile firefox -no-remote"?
Author
Owner

@ghost commented on GitHub (May 19, 2017):

@cryzed : thanks for your reply. I merged the config file. :)
@netblue30 : thank you too for your time. I've tried the command you showed and Firefox started without any problem, however the Firefox didn't load my profile so it was like using Firefox with a new profile.

% firejail --tree
1602:andor:firejail --private --noprofile firefox -no-remote 
  1603:andor:firejail --private --noprofile firefox -no-remote 
    1612:andor:/usr/lib/firefox/firefox -no-remote 
      1674:andor:/usr/lib/firefox/firefox -contentproc -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 9 true tab 
1735:andor:firejail --tree

firejail --private firefox -no-remote seems to do the same, but
firejail --noprofile firefox -no-remote loads my Firefox profile. This works for Thunderbird and Spotify too.

<!-- gh-comment-id:302785150 --> @ghost commented on GitHub (May 19, 2017): @cryzed : thanks for your reply. I merged the config file. :) @netblue30 : thank you too for your time. I've tried the command you showed and Firefox started without any problem, however the Firefox didn't load my profile so it was like using Firefox with a new profile. ``` % firejail --tree 1602:andor:firejail --private --noprofile firefox -no-remote 1603:andor:firejail --private --noprofile firefox -no-remote 1612:andor:/usr/lib/firefox/firefox -no-remote 1674:andor:/usr/lib/firefox/firefox -contentproc -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 9 true tab 1735:andor:firejail --tree ``` `firejail --private firefox -no-remote` seems to do the same, but `firejail --noprofile firefox -no-remote` loads my Firefox profile. This works for Thunderbird and Spotify too.
Author
Owner

@cryzed commented on GitHub (May 19, 2017):

@netblue30 that works as expected. It seems to be xonsh then, or some incompatibility with it. Can I provide you with some information so you can fix this or is this an issue with xonsh itself? For now I simply added shell none to my firejail configuration that is pulled in by all the other profiles.

<!-- gh-comment-id:302800890 --> @cryzed commented on GitHub (May 19, 2017): @netblue30 that works as expected. It seems to be xonsh then, or some incompatibility with it. Can I provide you with some information so you can fix this or is this an issue with xonsh itself? For now I simply added `shell none` to my firejail configuration that is pulled in by all the other profiles.
Author
Owner

@netblue30 commented on GitHub (May 24, 2017):

@cryzed - I'll try to bring in full support for xonsh in the next version. Until then, try to survive with sell none.

<!-- gh-comment-id:303868542 --> @netblue30 commented on GitHub (May 24, 2017): @cryzed - I'll try to bring in full support for xonsh in the next version. Until then, try to survive with sell none.
Author
Owner

@netblue30 commented on GitHub (May 24, 2017):

@Lemongrass38 - there seem to be some problems on some systems - probably Gnome or similar - with "ipc-namespace" line in profiles. I am not seeing them on my computer, but other people are also complaining. They all get the "received an X Window System error". We commented out that line in firefox.profile. Look in /etc/firejail directory for the programs you have problems with and comment out that line - if it fixes it please let me know.

<!-- gh-comment-id:303869844 --> @netblue30 commented on GitHub (May 24, 2017): @Lemongrass38 - there seem to be some problems on some systems - probably Gnome or similar - with "ipc-namespace" line in profiles. I am not seeing them on my computer, but other people are also complaining. They all get the "received an X Window System error". We commented out that line in firefox.profile. Look in /etc/firejail directory for the programs you have problems with and comment out that line - if it fixes it please let me know.
Author
Owner

@ghost commented on GitHub (May 24, 2017):

@netblue30 : I commented out the ipc-namespace line in /etc/firejail/firefox.profile and in ~/.config/firejail/firefox.profile as well. Firefox and Thunderbird now work as before. :) Thank you!

Spotify still needs the firejail --noprofile spotify %U launch. Its profile doesn't seem to have ipc-namespace in it.

<!-- gh-comment-id:303873933 --> @ghost commented on GitHub (May 24, 2017): @netblue30 : I commented out the `ipc-namespace` line in `/etc/firejail/firefox.profile` and in `~/.config/firejail/firefox.profile` as well. Firefox and Thunderbird now work as before. :) Thank you! Spotify still needs the `firejail --noprofile spotify %U` launch. Its profile doesn't seem to have `ipc-namespace` in it.
Author
Owner

@Fred-Barclay commented on GitHub (May 25, 2017):

Hi @Lemongrass38
I'm not entirely sure what's going on with the Spotify profile. It launches fine on my system, but others are reporting problems: #1306

<!-- gh-comment-id:303897063 --> @Fred-Barclay commented on GitHub (May 25, 2017): Hi @Lemongrass38 I'm not entirely sure what's going on with the Spotify profile. It launches fine on my system, but others are reporting problems: #1306
Author
Owner

@ghost commented on GitHub (May 25, 2017):

Hi @Fred-Barclay , I guess it's just something with openssl. Recently a new version of openssl broke Spotify in AUR, and Spotify's maintainer changed its dependencies to some 'compatible' versions of openssl. As I know, an even newer version of openssl is compatible with Spotify. Once that happens, I post here whether this error still persists.

<!-- gh-comment-id:304028978 --> @ghost commented on GitHub (May 25, 2017): Hi @Fred-Barclay , I guess it's just something with openssl. Recently a new version of openssl broke Spotify in AUR, and Spotify's maintainer changed its dependencies to some 'compatible' versions of openssl. As I know, an even newer version of openssl is compatible with Spotify. Once that happens, I post here whether this error still persists.
Author
Owner

@ghost commented on GitHub (May 26, 2017):

This happened just now. firejail spotify is still not working without --noprofile. Log. As I see the problem is now caused by libcurl.so.3.

<!-- gh-comment-id:304260673 --> @ghost commented on GitHub (May 26, 2017): This happened just now. `firejail spotify` is still not working without `--noprofile`. [Log.](https://ptpb.pw/hgU4) As I see the problem is now caused by libcurl.so.3.
Author
Owner

@netblue30 commented on GitHub (May 26, 2017):

@Lemongrass38 - I have commented out ipc-namespaces in most profiles until we figure out what's going on. Try to install the mainline git version of firejail. There are all kind of other bugs fixed there.

spotify: in a text editor, as root, open /etc/firejail/sporify.profile and comment out some lines there (add a #). One of them is creating the problem, you just need to find it. Or start with all lines commented out (equivalent with --noprofile) and bring them back one by one.

<!-- gh-comment-id:304281679 --> @netblue30 commented on GitHub (May 26, 2017): @Lemongrass38 - I have commented out ipc-namespaces in most profiles until we figure out what's going on. Try to install the mainline git version of firejail. There are all kind of other bugs fixed there. spotify: in a text editor, as root, open /etc/firejail/sporify.profile and comment out some lines there (add a #). One of them is creating the problem, you just need to find it. Or start with all lines commented out (equivalent with --noprofile) and bring them back one by one.
Author
Owner

@ghost commented on GitHub (May 27, 2017):

@netblue30 : Thank you for your debugging tips. I've managed to find the issue. I've commented out these lines like:

#blacklist ${HOME}/.Xauthority
#blacklist /mnt

These are both needed for Spotify to run. The first line causes the Gtk-WARNING, the second is just needed too.
I've forgot that my .cache/spotify is actually a symlink to a folder on /mnt/adatok (the data partition).
I've been thinking about adding my data partition to my firejail profiles with just the same settings as my home folder. As far as I see, firejail blocks the home folder only.

<!-- gh-comment-id:304439750 --> @ghost commented on GitHub (May 27, 2017): @netblue30 : Thank you for your debugging tips. I've managed to find the issue. I've commented out these lines like: ``` #blacklist ${HOME}/.Xauthority #blacklist /mnt ``` These are both needed for Spotify to run. The first line causes the Gtk-WARNING, the second is just needed too. I've forgot that my .cache/spotify is actually a symlink to a folder on /mnt/adatok (the data partition). I've been thinking about adding my data partition to my firejail profiles with just the same settings as my home folder. As far as I see, firejail blocks the home folder only.
Author
Owner

@Fred-Barclay commented on GitHub (May 27, 2017):

@Lemongrass38 Is #blacklist ${HOME}/.Xauthority actually needed for Spotify to run, or does it just cause the Gtk-WARNING?

<!-- gh-comment-id:304452882 --> @Fred-Barclay commented on GitHub (May 27, 2017): @Lemongrass38 Is `#blacklist ${HOME}/.Xauthority` actually needed for Spotify to run, or does it just cause the Gtk-WARNING?
Author
Owner

@ghost commented on GitHub (May 27, 2017):

Well, the Gtk-WARNING causes my command to terminate... Both lines are imperative to be commented out, otherwise Spotify won't launch.

The terminal outputs of firejail spotify can be found here when blacklist ${HOME}/.Xauthority is not commented out and here when it is commented out (I closed Spotify manually).

pacman -Qs gtk output here.

Btw. if there's a way to cut my half of this "topic" or "issue" to another one, somebody can do that. I posted here because I thought that my problem is related to cryzed's, but it's not really.

<!-- gh-comment-id:304452975 --> @ghost commented on GitHub (May 27, 2017): Well, the Gtk-WARNING causes my command to terminate... Both lines are imperative to be commented out, otherwise Spotify won't launch. The terminal outputs of firejail spotify can be found [here](https://ptpb.pw/j8T5) when `blacklist ${HOME}/.Xauthority` is not commented out and [here](https://ptpb.pw/2J6u) when it is commented out (I closed Spotify manually). `pacman -Qs gtk` output [here](https://ptpb.pw/3J_j). Btw. if there's a way to cut my half of this "topic" or "issue" to another one, somebody can do that. I posted here because I thought that my problem is related to cryzed's, but it's not really.
Author
Owner

@Fred-Barclay commented on GitHub (May 27, 2017):

@Lemongrass38 I've edited the spotify profile, thanks!
We can continue this discussion in #1306 if you prefer. 😄

<!-- gh-comment-id:304456778 --> @Fred-Barclay commented on GitHub (May 27, 2017): @Lemongrass38 I've edited the spotify profile, thanks! We can continue this discussion in #1306 if you prefer. 😄
Author
Owner

@chiraag-nataraj commented on GitHub (Aug 19, 2018):

Is this fixed?

<!-- gh-comment-id:414141105 --> @chiraag-nataraj commented on GitHub (Aug 19, 2018): Is this fixed?
Author
Owner

@chiraag-nataraj commented on GitHub (May 21, 2019):

Closing for inactivity. Please feel free to re-open if this is still an issue.

<!-- gh-comment-id:494213508 --> @chiraag-nataraj commented on GitHub (May 21, 2019): Closing for inactivity. Please feel free to re-open if this is still an issue.
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#873
No description provided.