Package: firejail Version: 0.9.56-2 Severity: important I have the following running:
/usr/bin/firejail --quiet --name=firefox firefox-esr But the following fails: cventin:~> firejail --join=firefox true Error: cannot find sandbox firefox zsh: exit 1 firejail --join=firefox true Strangely, the cause seems to be that the sandbox has been renamed (which is bad as it makes scripts that expect a given name fail): cventin:~> firejail --list 2298:vlefevre:firefox-1:/usr/bin/firejail --quiet --name=firefox firefox-esr Indeed, the following works: cventin:~> firejail --join=firefox-1 true Switching to pid 2299, the first child process inside the sandbox Child process initialized in 15.40 ms -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-2-amd64 (SMP w/12 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages firejail depends on: ii libapparmor1 2.13.1-2 ii libc6 2.27-8 Versions of packages firejail recommends: ii firejail-profiles 0.9.56-2 ii iproute2 4.18.0-2 ii iptables 1.8.1-2 ii xauth 1:1.0.10-1 ii xserver-xephyr 2:1.20.3-1 firejail suggests no packages. -- no debconf information

