netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.64k stars 556 forks source link

Steam wont launch in firejail using Sea Island GPU(AMD) with vulkan(RADV) support enabled #4237

Closed swimik closed 3 years ago

swimik commented 3 years ago

Thanks for taking the time to read this I tried to fill it out as best I can. I really apprieciate firejail compared to the other container options so many thanks to everyone that puts the time into this project

Bug and expected behavior

Vulkan(RADV) drivers are enabled via a change to the grub2 config file via editing /etc/default/grub to include: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash **radeon.cik_support=0 amdgpu.cik_support=1**" This changes the driver from radeon to amdgpu

Valve suggests enabling Vulkan driver support for this card which works great in non firejailed steam. Firejailed steam does not load yielding a multitude of warnings although the predominant one is: Could not connect to X session manager: None of the authentication protocols specified are supported it then begins to install a breakpad exception handler over and over again.

If I switch back to the radeon driver by removing the radeon.cik_support=0 amdgpu.cik_support=1 steam will load in a firejail and operate fine but its not very useful.

No profile and disabling firejail

Calling firejail --noprofile steam does boot steam with amdgpu(RADV) enabled(the desired outcome). There are still many errors for Could not connect to X session manager: None of the authentication protocols specified are supported. This does not seem to affect anything firejail --list shows a jailed instance of Steam Games appear to work fine.

Environment

I am running Gnome with GDM on wayland. This also occurs using Gnome/GDM/x11, Gnome/LightDM/wayland, Gnome/LightDM/x11, and LXDE.

`firejail --version firejail version 0.9.64.4

Compile time support:

Additional context Other context about the problem like related errors to understand the problem.

A similar issue happens with VLC in firejail that is probably related. With amdgpu enabled firejail vlc will appear to load a file but not actually play any video or audio. Both the steam problem and the vlc problem goes away in a firejail by switching back to radeon drivers so I think solving one problem will help solve the other problem.

Checklist

debug output ``` OUTPUT firejail --debug steam Autoselecting /bin/bash as shell Building quoted command line: 'steam' Command name #steam# Found steam.profile profile in /etc/firejail directory Reading profile /etc/firejail/steam.profile Found steam.local profile in /etc/firejail directory Reading profile /etc/firejail/steam.local Found allow-java.inc profile in /etc/firejail directory Reading profile /etc/firejail/allow-java.inc Found allow-python2.inc profile in /etc/firejail directory Reading profile /etc/firejail/allow-python2.inc Found allow-python3.inc profile in /etc/firejail directory Reading profile /etc/firejail/allow-python3.inc Found disable-common.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-common.inc Found disable-devel.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-devel.inc Found disable-interpreters.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-interpreters.inc Found disable-passwdmgr.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-passwdmgr.inc Found disable-programs.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-programs.inc Drop privileges: pid 16413, uid 1000, gid 1000, nogroups 0 Found whitelist-common.inc profile in /etc/firejail directory Reading profile /etc/firejail/whitelist-common.inc Found whitelist-var-common.inc profile in /etc/firejail directory Reading profile /etc/firejail/whitelist-var-common.inc Warning: networking feature is disabled in Firejail configuration file Found allow-java.inc profile in /etc/firejail directory Reading profile /etc/firejail/allow-java.inc Found allow-python2.inc profile in /etc/firejail directory Reading profile /etc/firejail/allow-python2.inc Found allow-python3.inc profile in /etc/firejail directory Reading profile /etc/firejail/allow-python3.inc Found disable-common.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-common.inc Found disable-devel.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-devel.inc Found disable-interpreters.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-interpreters.inc Found disable-passwdmgr.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-passwdmgr.inc Found disable-programs.inc profile in /etc/firejail directory Reading profile /etc/firejail/disable-programs.inc Drop privileges: pid 16414, uid 1000, gid 1000, nogroups 0 Supplementary groups: 29 44 Found whitelist-common.inc profile in /etc/firejail directory Reading profile /etc/firejail/whitelist-common.inc Found whitelist-var-common.inc profile in /etc/firejail directory Reading profile /etc/firejail/whitelist-var-common.inc Warning: networking feature is disabled in Firejail configuration file Warning: more than one protocol list is present, "unix,inet,inet6,netlink" will be installed Seccomp list in: !ptrace, check list: @default-keep, prelist: unknown, DISPLAY=:0 parsed as 0 Using the local network stack Parent pid 16412, child pid 16415 Initializing child process Host network configured PID namespace installed Mounting tmpfs on /run/firejail/mnt directory Creating empty /run/firejail/mnt/seccomp directory Creating empty /run/firejail/mnt/seccomp/seccomp.protocol file Creating empty /run/firejail/mnt/seccomp/seccomp.postexec file Creating empty /run/firejail/mnt/seccomp/seccomp.postexec32 file IBUS_ADDRESS=unix:abstract=/home/username/.cache/ibus/dbus-2shw1WGl,guid=8bc94d1b93caa54cc3429ef060908c16 IBUS_DAEMON_PID=13038 Build protocol filter: unix,inet,inet6,netlink sbox run: /run/firejail/lib/fseccomp protocol build unix,inet,inet6,netlink /run/firejail/mnt/seccomp/seccomp.protocol Dropping all capabilities Drop privileges: pid 2, uid 1000, gid 1000, nogroups 1 No supplementary groups Mounting /proc filesystem representing the PID namespace Basic read-only filesystem: Mounting read-only /etc 1329 1298 254:1 /etc /etc ro,relatime master:1 - ext4 /dev/mapper/computer--vg-root rw,errors=remount-ro mountid=1329 fsname=/etc dir=/etc fstype=ext4 Mounting noexec /etc 1330 1329 254:1 /etc /etc ro,nosuid,nodev,noexec,relatime master:1 - ext4 /dev/mapper/computer--vg-root rw,errors=remount-ro mountid=1330 fsname=/etc dir=/etc fstype=ext4 Mounting read-only /var 1331 1324 254:2 / /var ro,relatime master:50 - ext4 /dev/mapper/computer--vg-var rw mountid=1331 fsname=/ dir=/var fstype=ext4 Mounting noexec /var 1332 1331 254:2 / /var ro,nosuid,nodev,noexec,relatime master:50 - ext4 /dev/mapper/computer--vg-var rw mountid=1332 fsname=/ dir=/var fstype=ext4 Mounting read-only /usr 1333 1298 254:1 /usr /usr ro,relatime master:1 - ext4 /dev/mapper/computer--vg-root rw,errors=remount-ro mountid=1333 fsname=/usr dir=/usr fstype=ext4 Mounting tmpfs on /var/lock Mounting tmpfs on /var/tmp Mounting tmpfs on /var/log Mounting tmpfs on /var/lib/dhcp Mounting tmpfs on /var/lib/snmp Mounting tmpfs on /var/lib/sudo Create the new utmp file Mount the new utmp file Cleaning /home directory Cleaning /run/user directory Sanitizing /etc/passwd, UID_MIN 1000 Sanitizing /etc/group, GID_MIN 1000 Disable /run/firejail/network Disable /run/firejail/bandwidth Disable /run/firejail/name Disable /run/firejail/profile Disable /run/firejail/x11 Disable /run/firejail/appimage Mounting tmpfs on /dev mounting /run/firejail/mnt/dev/snd directory mounting /run/firejail/mnt/dev/dri directory Process /dev/shm directory Generate private-tmp whitelist commands blacklist /run/firejail/dbus Mounting read-only /proc/sys Remounting /sys directory Disable /sys/firmware Disable /sys/hypervisor Disable /sys/power Disable /sys/kernel/debug Disable /sys/kernel/vmcoreinfo Disable /proc/sys/fs/binfmt_misc Disable /proc/sys/kernel/core_pattern Disable /proc/sys/kernel/modprobe Disable /proc/sysrq-trigger Disable /proc/sys/vm/panic_on_oom Disable /proc/irq Disable /proc/bus Disable /proc/sched_debug Disable /proc/timer_list Disable /proc/kcore Disable /proc/kallsyms Disable /usr/lib/modules (requested /lib/modules) Disable /boot Disable /run/user/1000/gnupg Disable /run/user/1000/systemd Disable /proc/kmsg Copying files in the new /etc directory: copying /etc/alsa to private /etc Creating empty /run/firejail/mnt/etc/alsa directory sbox run: /run/firejail/lib/fcopy /etc/alsa /run/firejail/mnt/etc/alsa copying /etc/alternatives to private /etc Creating empty /run/firejail/mnt/etc/alternatives directory sbox run: /run/firejail/lib/fcopy /etc/alternatives /run/firejail/mnt/etc/alternatives Warning: file /etc/asound.conf not found. Warning: skipping asound.conf for private /etc Warning: file /etc/bumblebee not found. Warning: skipping bumblebee for private /etc copying /etc/ca-certificates to private /etc Creating empty /run/firejail/mnt/etc/ca-certificates directory sbox run: /run/firejail/lib/fcopy /etc/ca-certificates /run/firejail/mnt/etc/ca-certificates Warning: file /etc/crypto-policies not found. Warning: skipping crypto-policies for private /etc copying /etc/dbus-1 to private /etc Creating empty /run/firejail/mnt/etc/dbus-1 directory sbox run: /run/firejail/lib/fcopy /etc/dbus-1 /run/firejail/mnt/etc/dbus-1 Warning: file /etc/drirc not found. Warning: skipping drirc for private /etc copying /etc/fonts to private /etc Creating empty /run/firejail/mnt/etc/fonts directory sbox run: /run/firejail/lib/fcopy /etc/fonts /run/firejail/mnt/etc/fonts copying /etc/group to private /etc sbox run: /run/firejail/lib/fcopy /etc/group /run/firejail/mnt/etc copying /etc/gtk-2.0 to private /etc Creating empty /run/firejail/mnt/etc/gtk-2.0 directory sbox run: /run/firejail/lib/fcopy /etc/gtk-2.0 /run/firejail/mnt/etc/gtk-2.0 copying /etc/gtk-3.0 to private /etc Creating empty /run/firejail/mnt/etc/gtk-3.0 directory sbox run: /run/firejail/lib/fcopy /etc/gtk-3.0 /run/firejail/mnt/etc/gtk-3.0 copying /etc/host.conf to private /etc sbox run: /run/firejail/lib/fcopy /etc/host.conf /run/firejail/mnt/etc copying /etc/hostname to private /etc sbox run: /run/firejail/lib/fcopy /etc/hostname /run/firejail/mnt/etc copying /etc/hosts to private /etc sbox run: /run/firejail/lib/fcopy /etc/hosts /run/firejail/mnt/etc copying /etc/ld.so.cache to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.cache /run/firejail/mnt/etc copying /etc/ld.so.conf to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.conf /run/firejail/mnt/etc copying /etc/ld.so.conf.d to private /etc Creating empty /run/firejail/mnt/etc/ld.so.conf.d directory sbox run: /run/firejail/lib/fcopy /etc/ld.so.conf.d /run/firejail/mnt/etc/ld.so.conf.d copying /etc/ld.so.preload to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.preload /run/firejail/mnt/etc copying /etc/localtime to private /etc sbox run: /run/firejail/lib/fcopy /etc/localtime /run/firejail/mnt/etc Warning: file /etc/lsb-release not found. Warning: skipping lsb-release for private /etc copying /etc/machine-id to private /etc sbox run: /run/firejail/lib/fcopy /etc/machine-id /run/firejail/mnt/etc copying /etc/mime.types to private /etc sbox run: /run/firejail/lib/fcopy /etc/mime.types /run/firejail/mnt/etc Warning: file /etc/nvidia not found. Warning: skipping nvidia for private /etc copying /etc/os-release to private /etc sbox run: /run/firejail/lib/fcopy /etc/os-release /run/firejail/mnt/etc copying /etc/passwd to private /etc sbox run: /run/firejail/lib/fcopy /etc/passwd /run/firejail/mnt/etc copying /etc/pki to private /etc Creating empty /run/firejail/mnt/etc/pki directory sbox run: /run/firejail/lib/fcopy /etc/pki /run/firejail/mnt/etc/pki copying /etc/pulse to private /etc Creating empty /run/firejail/mnt/etc/pulse directory sbox run: /run/firejail/lib/fcopy /etc/pulse /run/firejail/mnt/etc/pulse Warning fcopy: skipping /etc/pulse/client.conf.d/01-enable-autospawn.conf, cannot find inode copying /etc/resolv.conf to private /etc sbox run: /run/firejail/lib/fcopy /etc/resolv.conf /run/firejail/mnt/etc copying /etc/services to private /etc sbox run: /run/firejail/lib/fcopy /etc/services /run/firejail/mnt/etc copying /etc/ssl to private /etc Creating empty /run/firejail/mnt/etc/ssl directory sbox run: /run/firejail/lib/fcopy /etc/ssl /run/firejail/mnt/etc/ssl copying /etc/alsa to private /etc sbox run: /run/firejail/lib/fcopy /etc/alsa /run/firejail/mnt/etc/alsa Warning fcopy: skipping /etc/alsa/conf.d, file already present Warning fcopy: skipping /etc/alsa/conf.d/50-arcam-av-ctl.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/60-upmix.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/60-a52-encoder.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/10-samplerate.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/10-rate-lav.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/50-oss.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/98-usb-stream.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/10-speexrate.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/99-pulse.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/50-jack.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/50-pulseaudio.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/60-vdownmix.conf, file already present Warning fcopy: skipping /etc/alsa/conf.d/99-pulseaudio-default.conf.example, file already present copying /etc/alternatives to private /etc sbox run: /run/firejail/lib/fcopy /etc/alternatives /run/firejail/mnt/etc/alternatives Warning fcopy: skipping /etc/alternatives/ex.ru.1.gz, file already present Warning fcopy: skipping /etc/alternatives/x-session-manager.1.gz, file already present Warning fcopy: skipping /etc/alternatives/desktop-login-background, file already present Warning fcopy: skipping /etc/alternatives/lzless, file already present Warning fcopy: skipping /etc/alternatives/gnome-text-editor, file already present Warning fcopy: skipping /etc/alternatives/vi.it.1.gz, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-scalable, file already present Warning fcopy: skipping /etc/alternatives/vi.fr.1.gz, file already present Warning fcopy: skipping /etc/alternatives/pinentry-x11, file already present Warning fcopy: skipping /etc/alternatives/lzfgrep.1.gz, file already present Warning fcopy: skipping /etc/alternatives/default-GM.sf3, file already present Warning fcopy: skipping /etc/alternatives/ebtables, file already present Warning fcopy: skipping /etc/alternatives/view.1.gz, file already present Warning fcopy: skipping /etc/alternatives/ip6tables-save, file already present Warning fcopy: skipping /etc/alternatives/arptables, file already present Warning fcopy: skipping /etc/alternatives/vi.ru.1.gz, file already present Warning fcopy: skipping /etc/alternatives/vi.da.1.gz, file already present Warning fcopy: skipping /etc/alternatives/x-www-browser.1.gz, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-128, file already present Warning fcopy: skipping /etc/alternatives/pico, file already present Warning fcopy: skipping /etc/alternatives/ip6tables-restore, file already present Warning fcopy: skipping /etc/alternatives/desktop-grub, file already present Warning fcopy: skipping /etc/alternatives/ex, file already present Warning fcopy: skipping /etc/alternatives/view.da.1.gz, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-white-256, file already present Warning fcopy: skipping /etc/alternatives/builtins.7.gz, file already present Warning fcopy: skipping /etc/alternatives/pinentry-x11.1.gz, file already present Warning fcopy: skipping /etc/alternatives/vendor-logos, file already present Warning fcopy: skipping /etc/alternatives/gstreamer-codec-install, file already present Warning fcopy: skipping /etc/alternatives/desktop-grub.sh, file already present Warning fcopy: skipping /etc/alternatives/awk.1.gz, file already present Warning fcopy: skipping /etc/alternatives/desktop-lockscreen.xml, file already present Warning fcopy: skipping /etc/alternatives/pager, file already present Warning fcopy: skipping /etc/alternatives/view.ja.1.gz, file already present Warning fcopy: skipping /etc/alternatives/unlzma, file already present Warning fcopy: skipping /etc/alternatives/write, file already present Warning fcopy: skipping /etc/alternatives/rmt, file already present Warning fcopy: skipping /etc/alternatives/lzfgrep, file already present Warning fcopy: skipping /etc/alternatives/nawk.1.gz, file already present Warning fcopy: skipping /etc/alternatives/vi.de.1.gz, file already present Warning fcopy: skipping /etc/alternatives/vi.pl.1.gz, file already present Warning fcopy: skipping /etc/alternatives/desktop-background, file already present Warning fcopy: skipping /etc/alternatives/iptables-save, file already present Warning fcopy: skipping /etc/alternatives/ex.de.1.gz, file already present Warning fcopy: skipping /etc/alternatives/lzma.1.gz, file already present Warning fcopy: skipping /etc/alternatives/nawk, file already present Warning fcopy: skipping /etc/alternatives/regulatory.db, file already present Warning fcopy: skipping /etc/alternatives/gnome-www-browser, file already present Warning fcopy: skipping /etc/alternatives/lzcat.1.gz, file already present Warning fcopy: skipping /etc/alternatives/ebtables-save, file already present Warning fcopy: skipping /etc/alternatives/ex.pl.1.gz, file already present Warning fcopy: skipping /etc/alternatives/x-session-manager, file already present Warning fcopy: skipping /etc/alternatives/pico.1.gz, file already present Warning fcopy: skipping /etc/alternatives/gnome-www-browser.1.gz, file already present Warning fcopy: skipping /etc/alternatives/ex.da.1.gz, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-white-scalable, file already present Warning fcopy: skipping /etc/alternatives/mt.1.gz, file already present Warning fcopy: skipping /etc/alternatives/view.ru.1.gz, file already present Warning fcopy: skipping /etc/alternatives/editor, file already present Warning fcopy: skipping /etc/alternatives/editor.1.gz, file already present Warning fcopy: skipping /etc/alternatives/lzmore.1.gz, file already present Warning fcopy: skipping /etc/alternatives/open, file already present Warning fcopy: skipping /etc/alternatives/lzdiff.1.gz, file already present Warning fcopy: skipping /etc/alternatives/vi, file already present Warning fcopy: skipping /etc/alternatives/cpp, file already present Warning fcopy: skipping /etc/alternatives/x-terminal-emulator, file already present Warning fcopy: skipping /etc/alternatives/lzgrep, file already present Warning fcopy: skipping /etc/alternatives/arptables-save, file already present Warning fcopy: skipping /etc/alternatives/rview, file already present Warning fcopy: skipping /etc/alternatives/x-terminal-emulator.1.gz, file already present Warning fcopy: skipping /etc/alternatives/iptables-restore, file already present Warning fcopy: skipping /etc/alternatives/ebtables-restore, file already present Warning fcopy: skipping /etc/alternatives/x-www-browser, file already present Warning fcopy: skipping /etc/alternatives/lzegrep.1.gz, file already present Warning fcopy: skipping /etc/alternatives/write.1.gz, file already present Warning fcopy: skipping /etc/alternatives/default-GM.sf2, file already present Warning fcopy: skipping /etc/alternatives/README, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-white-128, file already present Warning fcopy: skipping /etc/alternatives/pinentry, file already present Warning fcopy: skipping /etc/alternatives/lzcmp.1.gz, file already present Warning fcopy: skipping /etc/alternatives/open.1.gz, file already present Warning fcopy: skipping /etc/alternatives/desktop-plasma5-wallpaper, file already present Warning fcopy: skipping /etc/alternatives/arptables-restore, file already present Warning fcopy: skipping /etc/alternatives/view.fr.1.gz, file already present Warning fcopy: skipping /etc/alternatives/vi.ja.1.gz, file already present Warning fcopy: skipping /etc/alternatives/gnome-text-editor.1.gz, file already present Warning fcopy: skipping /etc/alternatives/view, file already present Warning fcopy: skipping /etc/alternatives/desktop-background.xml, file already present Warning fcopy: skipping /etc/alternatives/ex.1.gz, file already present Warning fcopy: skipping /etc/alternatives/rmt.8.gz, file already present Warning fcopy: skipping /etc/alternatives/x-cursor-theme, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-symbolic-scalable, file already present Warning fcopy: skipping /etc/alternatives/regulatory.db.p7s, file already present Warning fcopy: skipping /etc/alternatives/view.pl.1.gz, file already present Warning fcopy: skipping /etc/alternatives/lzegrep, file already present Warning fcopy: skipping /etc/alternatives/ex.ja.1.gz, file already present Warning fcopy: skipping /etc/alternatives/iptables, file already present Warning fcopy: skipping /etc/alternatives/awk, file already present Warning fcopy: skipping /etc/alternatives/libblas.so.3-x86_64-linux-gnu, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-64, file already present Warning fcopy: skipping /etc/alternatives/lzcat, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-symbolic-256, file already present Warning fcopy: skipping /etc/alternatives/liblapack.so.3-x86_64-linux-gnu, file already present Warning fcopy: skipping /etc/alternatives/view.it.1.gz, file already present Warning fcopy: skipping /etc/alternatives/ip6tables, file already present Warning fcopy: skipping /etc/alternatives/view.de.1.gz, file already present Warning fcopy: skipping /etc/alternatives/desktop-theme, file already present Warning fcopy: skipping /etc/alternatives/lzmore, file already present Warning fcopy: skipping /etc/alternatives/lzcmp, file already present Warning fcopy: skipping /etc/alternatives/lzma, file already present Warning fcopy: skipping /etc/alternatives/vi.1.gz, file already present Warning fcopy: skipping /etc/alternatives/lzgrep.1.gz, file already present Warning fcopy: skipping /etc/alternatives/unlzma.1.gz, file already present Warning fcopy: skipping /etc/alternatives/lzdiff, file already present Warning fcopy: skipping /etc/alternatives/lzless.1.gz, file already present Warning fcopy: skipping /etc/alternatives/mt, file already present Warning fcopy: skipping /etc/alternatives/pager.1.gz, file already present Warning fcopy: skipping /etc/alternatives/ex.it.1.gz, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-256, file already present Warning fcopy: skipping /etc/alternatives/pinentry.1.gz, file already present Warning fcopy: skipping /etc/alternatives/ex.fr.1.gz, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-symbolic-64, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-white-64, file already present Warning fcopy: skipping /etc/alternatives/emblem-vendor-symbolic-128, file already present Warning: file /etc/asound.conf not found. Warning: skipping asound.conf for private /etc Warning: file /etc/bumblebee not found. Warning: skipping bumblebee for private /etc copying /etc/ca-certificates to private /etc sbox run: /run/firejail/lib/fcopy /etc/ca-certificates /run/firejail/mnt/etc/ca-certificates Warning fcopy: skipping /etc/ca-certificates/update.d, file already present Warning: file /etc/crypto-policies not found. Warning: skipping crypto-policies for private /etc copying /etc/dbus-1 to private /etc sbox run: /run/firejail/lib/fcopy /etc/dbus-1 /run/firejail/mnt/etc/dbus-1 Warning fcopy: skipping /etc/dbus-1/system.d, file already present Warning fcopy: skipping /etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/avahi-dbus.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/dnsmasq.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/wpa_supplicant.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/org.freedesktop.realmd.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/gdm.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/com.ubuntu.SoftwareProperties.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/net.hadess.SwitcherooControl.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/pulseaudio-system.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/net.hadess.SensorProxy.conf, file already present Warning fcopy: skipping /etc/dbus-1/system.d/bluetooth.conf, file already present Warning fcopy: skipping /etc/dbus-1/session.d, file already present Warning: file /etc/drirc not found. Warning: skipping drirc for private /etc copying /etc/fonts to private /etc sbox run: /run/firejail/lib/fcopy /etc/fonts /run/firejail/mnt/etc/fonts Warning fcopy: skipping /etc/fonts/fonts.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d, file already present Warning fcopy: skipping /etc/fonts/conf.d/10-hinting-slight.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/49-sansserif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-nimbus-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/10-scale-bitmap-fonts.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/60-latin.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-p052.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/57-dejavu-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/45-generic.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-c059.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/69-unifont.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/30-metric-aliases.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/51-local.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/65-nonlatin.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/58-dejavu-lgc-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-z003.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-d050000l.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/50-user.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-gothic.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/58-dejavu-lgc-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/65-fonts-persian.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-fallback-backwards.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-standard-symbols-ps.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/57-dejavu-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/45-latin.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-fallback-generics.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/57-dejavu-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/80-delicious.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/README, file already present Warning fcopy: skipping /etc/fonts/conf.d/11-lcdfilter-default.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-bookman.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-nimbus-mono-ps.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/70-no-bitmaps.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/90-synthetic.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/40-nonlatin.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/61-urw-nimbus-roman.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-vera.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.d/60-generic.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail, file already present Warning fcopy: skipping /etc/fonts/conf.avail/57-dejavu-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/58-dejavu-lgc-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/65-droid-sans-fallback.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/58-dejavu-lgc-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/57-dejavu-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/57-dejavu-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/30-droid-noto-mono.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf, file already present Warning fcopy: skipping /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf, file already present copying /etc/group to private /etc sbox run: /run/firejail/lib/fcopy /etc/group /run/firejail/mnt/etc copying /etc/gtk-2.0 to private /etc sbox run: /run/firejail/lib/fcopy /etc/gtk-2.0 /run/firejail/mnt/etc/gtk-2.0 Warning fcopy: skipping /etc/gtk-2.0/im-multipress.conf, file already present copying /etc/gtk-3.0 to private /etc sbox run: /run/firejail/lib/fcopy /etc/gtk-3.0 /run/firejail/mnt/etc/gtk-3.0 Warning fcopy: skipping /etc/gtk-3.0/im-multipress.conf, file already present copying /etc/host.conf to private /etc sbox run: /run/firejail/lib/fcopy /etc/host.conf /run/firejail/mnt/etc copying /etc/hostname to private /etc sbox run: /run/firejail/lib/fcopy /etc/hostname /run/firejail/mnt/etc copying /etc/hosts to private /etc sbox run: /run/firejail/lib/fcopy /etc/hosts /run/firejail/mnt/etc copying /etc/ld.so.cache to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.cache /run/firejail/mnt/etc copying /etc/ld.so.conf to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.conf /run/firejail/mnt/etc copying /etc/ld.so.conf.d to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.conf.d /run/firejail/mnt/etc/ld.so.conf.d Warning fcopy: skipping /etc/ld.so.conf.d/libc.conf, file already present Warning fcopy: skipping /etc/ld.so.conf.d/i386-linux-gnu.conf, file already present Warning fcopy: skipping /etc/ld.so.conf.d/x86_64-linux-gnu.conf, file already present copying /etc/ld.so.preload to private /etc sbox run: /run/firejail/lib/fcopy /etc/ld.so.preload /run/firejail/mnt/etc copying /etc/localtime to private /etc sbox run: /run/firejail/lib/fcopy /etc/localtime /run/firejail/mnt/etc Warning: file /etc/lsb-release not found. Warning: skipping lsb-release for private /etc copying /etc/machine-id to private /etc sbox run: /run/firejail/lib/fcopy /etc/machine-id /run/firejail/mnt/etc copying /etc/mime.types to private /etc sbox run: /run/firejail/lib/fcopy /etc/mime.types /run/firejail/mnt/etc Warning: file /etc/nvidia not found. Warning: skipping nvidia for private /etc copying /etc/os-release to private /etc sbox run: /run/firejail/lib/fcopy /etc/os-release /run/firejail/mnt/etc copying /etc/passwd to private /etc sbox run: /run/firejail/lib/fcopy /etc/passwd /run/firejail/mnt/etc copying /etc/pki to private /etc sbox run: /run/firejail/lib/fcopy /etc/pki /run/firejail/mnt/etc/pki Warning fcopy: skipping /etc/pki/fwupd-metadata, file already present Warning fcopy: skipping /etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service, file already present Warning fcopy: skipping /etc/pki/fwupd-metadata/LVFS-CA.pem, file already present Warning fcopy: skipping /etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata, file already present Warning fcopy: skipping /etc/pki/fwupd, file already present Warning fcopy: skipping /etc/pki/fwupd/GPG-KEY-Hughski-Limited, file already present Warning fcopy: skipping /etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service, file already present Warning fcopy: skipping /etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware, file already present Warning fcopy: skipping /etc/pki/fwupd/LVFS-CA.pem, file already present copying /etc/pulse to private /etc sbox run: /run/firejail/lib/fcopy /etc/pulse /run/firejail/mnt/etc/pulse Warning fcopy: skipping /etc/pulse/default.pa, file already present Warning fcopy: skipping /etc/pulse/client.conf.d, file already present Warning fcopy: skipping /etc/pulse/client.conf.d/01-enable-autospawn.conf, cannot find inode Warning fcopy: skipping /etc/pulse/daemon.conf, file already present Warning fcopy: skipping /etc/pulse/system.pa, file already present Warning fcopy: skipping /etc/pulse/client.conf, file already present copying /etc/resolv.conf to private /etc sbox run: /run/firejail/lib/fcopy /etc/resolv.conf /run/firejail/mnt/etc copying /etc/services to private /etc sbox run: /run/firejail/lib/fcopy /etc/services /run/firejail/mnt/etc copying /etc/ssl to private /etc sbox run: /run/firejail/lib/fcopy /etc/ssl /run/firejail/mnt/etc/ssl Warning fcopy: skipping /etc/ssl/certs, file already present Warning fcopy: skipping /etc/ssl/certs/fc5a8f99.0, file already present Warning fcopy: skipping /etc/ssl/certs/b7a5b843.0, file already present Warning fcopy: skipping /etc/ssl/certs/IdenTrust_Public_Sector_Root_CA_1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/4b718d9b.0, file already present Warning fcopy: skipping /etc/ssl/certs/e868b802.0, file already present Warning fcopy: skipping /etc/ssl/certs/Izenpe.com.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GlobalSign_Root_CA_-_R6.pem, file already present Warning fcopy: skipping /etc/ssl/certs/c28a8a30.0, file already present Warning fcopy: skipping /etc/ssl/certs/fe8a2cd8.0, file already present Warning fcopy: skipping /etc/ssl/certs/ef954a4e.0, file already present Warning fcopy: skipping /etc/ssl/certs/f0c70a8d.0, file already present Warning fcopy: skipping /etc/ssl/certs/SSL.com_Root_Certification_Authority_RSA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/a3418fda.0, file already present Warning fcopy: skipping /etc/ssl/certs/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Certigna.pem, file already present Warning fcopy: skipping /etc/ssl/certs/CFCA_EV_ROOT.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Global_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/QuoVadis_Root_CA_3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem, file already present Warning fcopy: skipping /etc/ssl/certs/ePKI_Root_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/aee5f10d.0, file already present Warning fcopy: skipping /etc/ssl/certs/GeoTrust_Primary_Certification_Authority_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/ca-certificates.crt, file already present Warning fcopy: skipping /etc/ssl/certs/Certigna_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Trusted_Root_G4.pem, file already present Warning fcopy: skipping /etc/ssl/certs/03179a64.0, file already present Warning fcopy: skipping /etc/ssl/certs/GlobalSign_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/3513523f.0, file already present Warning fcopy: skipping /etc/ssl/certs/AffirmTrust_Premium.pem, file already present Warning fcopy: skipping /etc/ssl/certs/f3377b1b.0, file already present Warning fcopy: skipping /etc/ssl/certs/Microsoft_RSA_Root_Certificate_Authority_2017.pem, file already present Warning fcopy: skipping /etc/ssl/certs/76cb8f92.0, file already present Warning fcopy: skipping /etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Hongkong_Post_Root_CA_3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/5d3033c5.0, file already present Warning fcopy: skipping /etc/ssl/certs/4304c5e5.0, file already present Warning fcopy: skipping /etc/ssl/certs/76faf6c0.0, file already present Warning fcopy: skipping /etc/ssl/certs/GDCA_TrustAUTH_R5_ROOT.pem, file already present Warning fcopy: skipping /etc/ssl/certs/ca6e4ad9.0, file already present Warning fcopy: skipping /etc/ssl/certs/AffirmTrust_Networking.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem, file already present Warning fcopy: skipping /etc/ssl/certs/09789157.0, file already present Warning fcopy: skipping /etc/ssl/certs/6b99d060.0, file already present Warning fcopy: skipping /etc/ssl/certs/d4dae3dd.0, file already present Warning fcopy: skipping /etc/ssl/certs/cbf06781.0, file already present Warning fcopy: skipping /etc/ssl/certs/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/cd58d51e.0, file already present Warning fcopy: skipping /etc/ssl/certs/CA_Disig_Root_R2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DST_Root_CA_X3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Staat_der_Nederlanden_EV_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Hongkong_Post_Root_CA_1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/SecureTrust_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Baltimore_CyberTrust_Root.pem, file already present Warning fcopy: skipping /etc/ssl/certs/SSL.com_Root_Certification_Authority_ECC.pem, file already present Warning fcopy: skipping /etc/ssl/certs/244b5494.0, file already present Warning fcopy: skipping /etc/ssl/certs/COMODO_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/IdenTrust_Commercial_Root_CA_1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Trustwave_Global_ECC_P384_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GTS_Root_R2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/TrustCor_ECA-1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/48bec511.0, file already present Warning fcopy: skipping /etc/ssl/certs/75d1b2ed.0, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/9d04f354.0, file already present Warning fcopy: skipping /etc/ssl/certs/Sonera_Class_2_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Trustwave_Global_ECC_P256_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/1e09d511.0, file already present Warning fcopy: skipping /etc/ssl/certs/f249de83.0, file already present Warning fcopy: skipping /etc/ssl/certs/AffirmTrust_Commercial.pem, file already present Warning fcopy: skipping /etc/ssl/certs/5443e9e3.0, file already present Warning fcopy: skipping /etc/ssl/certs/cc450945.0, file already present Warning fcopy: skipping /etc/ssl/certs/c47d9980.0, file already present Warning fcopy: skipping /etc/ssl/certs/54657681.0, file already present Warning fcopy: skipping /etc/ssl/certs/f081611a.0, file already present Warning fcopy: skipping /etc/ssl/certs/NAVER_Global_Root_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Secure_Global_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/7aaf71c0.0, file already present Warning fcopy: skipping /etc/ssl/certs/2e5ac55d.0, file already present Warning fcopy: skipping /etc/ssl/certs/d853d49e.0, file already present Warning fcopy: skipping /etc/ssl/certs/Entrust_Root_Certification_Authority_-_EC1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/32888f65.0, file already present Warning fcopy: skipping /etc/ssl/certs/cd8c0d63.0, file already present Warning fcopy: skipping /etc/ssl/certs/Certum_Trusted_Network_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_ECC.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Amazon_Root_CA_1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/0bf05006.0, file already present Warning fcopy: skipping /etc/ssl/certs/653b494a.0, file already present Warning fcopy: skipping /etc/ssl/certs/Buypass_Class_2_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Starfield_Class_2_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/emSign_Root_CA_-_G1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/bf53fb88.0, file already present Warning fcopy: skipping /etc/ssl/certs/UCA_Global_G2_Root.pem, file already present Warning fcopy: skipping /etc/ssl/certs/6fa5da56.0, file already present Warning fcopy: skipping /etc/ssl/certs/e18bfb83.0, file already present Warning fcopy: skipping /etc/ssl/certs/d6325660.0, file already present Warning fcopy: skipping /etc/ssl/certs/emSign_ECC_Root_CA_-_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Go_Daddy_Class_2_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/dd8e9d41.0, file already present Warning fcopy: skipping /etc/ssl/certs/Buypass_Class_3_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/5e98733a.0, file already present Warning fcopy: skipping /etc/ssl/certs/dc4d6a89.0, file already present Warning fcopy: skipping /etc/ssl/certs/e73d606e.0, file already present Warning fcopy: skipping /etc/ssl/certs/XRamp_Global_CA_Root.pem, file already present Warning fcopy: skipping /etc/ssl/certs/106f3e4d.0, file already present Warning fcopy: skipping /etc/ssl/certs/b66938e9.0, file already present Warning fcopy: skipping /etc/ssl/certs/3bde41ac.0, file already present Warning fcopy: skipping /etc/ssl/certs/1001acf7.0, file already present Warning fcopy: skipping /etc/ssl/certs/USERTrust_ECC_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Entrust_Root_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Comodo_AAA_Services_root.pem, file already present Warning fcopy: skipping /etc/ssl/certs/7719f463.0, file already present Warning fcopy: skipping /etc/ssl/certs/8160b96c.0, file already present Warning fcopy: skipping /etc/ssl/certs/OISTE_WISeKey_Global_Root_GC_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/E-Tugra_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Certum_Trusted_Network_CA_2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/certSIGN_Root_CA_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/ff34af3f.0, file already present Warning fcopy: skipping /etc/ssl/certs/Entrust_Root_Certification_Authority_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/5f15c80c.0, file already present Warning fcopy: skipping /etc/ssl/certs/064e0aa9.0, file already present Warning fcopy: skipping /etc/ssl/certs/a94d09e5.0, file already present Warning fcopy: skipping /etc/ssl/certs/4bfab552.0, file already present Warning fcopy: skipping /etc/ssl/certs/3e45d192.0, file already present Warning fcopy: skipping /etc/ssl/certs/Security_Communication_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/AC_RAIZ_FNMT-RCM.pem, file already present Warning fcopy: skipping /etc/ssl/certs/1d3472b9.0, file already present Warning fcopy: skipping /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Global_Root_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/5ad8a5d6.0, file already present Warning fcopy: skipping /etc/ssl/certs/9b5697b0.0, file already present Warning fcopy: skipping /etc/ssl/certs/eed8c118.0, file already present Warning fcopy: skipping /etc/ssl/certs/e113c810.0, file already present Warning fcopy: skipping /etc/ssl/certs/8d86cdd1.0, file already present Warning fcopy: skipping /etc/ssl/certs/Starfield_Root_Certificate_Authority_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/emSign_Root_CA_-_C1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Global_Root_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Chambers_of_Commerce_Root_-_2008.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_EV_2009.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GTS_Root_R1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/TrustCor_RootCert_CA-1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/14bc7599.0, file already present Warning fcopy: skipping /etc/ssl/certs/ISRG_Root_X1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Actalis_Authentication_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/e36a6752.0, file already present Warning fcopy: skipping /etc/ssl/certs/4f316efb.0, file already present Warning fcopy: skipping /etc/ssl/certs/40193066.0, file already present Warning fcopy: skipping /etc/ssl/certs/Go_Daddy_Root_Certificate_Authority_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Assured_ID_Root_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Microsec_e-Szigno_Root_CA_2009.pem, file already present Warning fcopy: skipping /etc/ssl/certs/COMODO_RSA_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/3e44d2f7.0, file already present Warning fcopy: skipping /etc/ssl/certs/7f3d5d1d.0, file already present Warning fcopy: skipping /etc/ssl/certs/40547a79.0, file already present Warning fcopy: skipping /etc/ssl/certs/Trustis_FPS_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/18856ac4.0, file already present Warning fcopy: skipping /etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem, file already present Warning fcopy: skipping /etc/ssl/certs/EC-ACC.pem, file already present Warning fcopy: skipping /etc/ssl/certs/certSIGN_ROOT_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/T-TeleSec_GlobalRoot_Class_3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/1e08bfd1.0, file already present Warning fcopy: skipping /etc/ssl/certs/Entrust_Root_Certification_Authority_-_G4.pem, file already present Warning fcopy: skipping /etc/ssl/certs/9c8dfbd4.0, file already present Warning fcopy: skipping /etc/ssl/certs/2923b3f9.0, file already present Warning fcopy: skipping /etc/ssl/certs/Cybertrust_Global_Root.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GTS_Root_R3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/AffirmTrust_Premium_ECC.pem, file already present Warning fcopy: skipping /etc/ssl/certs/c01eb047.0, file already present Warning fcopy: skipping /etc/ssl/certs/5273a94c.0, file already present Warning fcopy: skipping /etc/ssl/certs/d7e8dc79.0, file already present Warning fcopy: skipping /etc/ssl/certs/5cd81ad7.0, file already present Warning fcopy: skipping /etc/ssl/certs/5a4d6896.0, file already present Warning fcopy: skipping /etc/ssl/certs/de6d66f3.0, file already present Warning fcopy: skipping /etc/ssl/certs/0a775a30.0, file already present Warning fcopy: skipping /etc/ssl/certs/f39fc864.0, file already present Warning fcopy: skipping /etc/ssl/certs/1636090b.0, file already present Warning fcopy: skipping /etc/ssl/certs/TWCA_Root_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Starfield_Services_Root_Certificate_Authority_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/5f618aec.0, file already present Warning fcopy: skipping /etc/ssl/certs/NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem, file already present Warning fcopy: skipping /etc/ssl/certs/749e9e03.0, file already present Warning fcopy: skipping /etc/ssl/certs/f30dd6ad.0, file already present Warning fcopy: skipping /etc/ssl/certs/2ae6433e.0, file already present Warning fcopy: skipping /etc/ssl/certs/ee64a828.0, file already present Warning fcopy: skipping /etc/ssl/certs/06dc52d5.0, file already present Warning fcopy: skipping /etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R4.pem, file already present Warning fcopy: skipping /etc/ssl/certs/8d89cda1.0, file already present Warning fcopy: skipping /etc/ssl/certs/ACCVRAIZ1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/emSign_ECC_Root_CA_-_C3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/QuoVadis_Root_CA_1_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Security_Communication_RootCA2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/QuoVadis_Root_CA_2_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/QuoVadis_Root_CA_3_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/f51bb24c.0, file already present Warning fcopy: skipping /etc/ssl/certs/Amazon_Root_CA_4.pem, file already present Warning fcopy: skipping /etc/ssl/certs/2b349938.0, file already present Warning fcopy: skipping /etc/ssl/certs/Amazon_Root_CA_3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/4a6481c9.0, file already present Warning fcopy: skipping /etc/ssl/certs/080911ac.0, file already present Warning fcopy: skipping /etc/ssl/certs/930ac5d2.0, file already present Warning fcopy: skipping /etc/ssl/certs/607986c7.0, file already present Warning fcopy: skipping /etc/ssl/certs/SZAFIR_ROOT_CA2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/706f604c.0, file already present Warning fcopy: skipping /etc/ssl/certs/SecureSign_RootCA11.pem, file already present Warning fcopy: skipping /etc/ssl/certs/773e07ad.0, file already present Warning fcopy: skipping /etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R5.pem, file already present Warning fcopy: skipping /etc/ssl/certs/4042bcee.0, file already present Warning fcopy: skipping /etc/ssl/certs/VeriSign_Universal_Root_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/e8de2f56.0, file already present Warning fcopy: skipping /etc/ssl/certs/062cdee6.0, file already present Warning fcopy: skipping /etc/ssl/certs/57bcb2da.0, file already present Warning fcopy: skipping /etc/ssl/certs/ce5e74ef.0, file already present Warning fcopy: skipping /etc/ssl/certs/116bf586.0, file already present Warning fcopy: skipping /etc/ssl/certs/UCA_Extended_Validation_Root.pem, file already present Warning fcopy: skipping /etc/ssl/certs/0b1b94ef.0, file already present Warning fcopy: skipping /etc/ssl/certs/0f5dc4f3.0, file already present Warning fcopy: skipping /etc/ssl/certs/406c9bb1.0, file already present Warning fcopy: skipping /etc/ssl/certs/02265526.0, file already present Warning fcopy: skipping /etc/ssl/certs/68dd7389.0, file already present Warning fcopy: skipping /etc/ssl/certs/d887a5bb.0, file already present Warning fcopy: skipping /etc/ssl/certs/TeliaSonera_Root_CA_v1.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Trustwave_Global_Certification_Authority.pem, file already present Warning fcopy: skipping /etc/ssl/certs/QuoVadis_Root_CA_2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/b727005e.0, file already present Warning fcopy: skipping /etc/ssl/certs/OISTE_WISeKey_Global_Root_GB_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/TrustCor_RootCert_CA-2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/b1159c4c.0, file already present Warning fcopy: skipping /etc/ssl/certs/Amazon_Root_CA_2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/TWCA_Global_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/DigiCert_Assured_ID_Root_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/Atos_TrustedRoot_2011.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GlobalSign_Root_CA_-_R3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/9c2e7d30.0, file already present Warning fcopy: skipping /etc/ssl/certs/0c4c9b6c.0, file already present Warning fcopy: skipping /etc/ssl/certs/3fb36b73.0, file already present Warning fcopy: skipping /etc/ssl/certs/f387163d.0, file already present Warning fcopy: skipping /etc/ssl/certs/626dceaf.0, file already present Warning fcopy: skipping /etc/ssl/certs/Global_Chambersign_Root_-_2008.pem, file already present Warning fcopy: skipping /etc/ssl/certs/QuoVadis_Root_CA.pem, file already present Warning fcopy: skipping /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/e-Szigno_Root_CA_2017.pem, file already present Warning fcopy: skipping /etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/GTS_Root_R4.pem, file already present Warning fcopy: skipping /etc/ssl/certs/c01cdfa2.0, file already present Warning fcopy: skipping /etc/ssl/certs/Staat_der_Nederlanden_Root_CA_-_G3.pem, file already present Warning fcopy: skipping /etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_2009.pem, file already present Warning fcopy: skipping /etc/ssl/certs/8cb5ee0f.0, file already present Warning fcopy: skipping /etc/ssl/certs/6d41d539.0, file already present Warning fcopy: skipping /etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_RSA_R2.pem, file already present Warning fcopy: skipping /etc/ssl/certs/0f6fa695.0, file already present Warning fcopy: skipping /etc/ssl/certs/b0e59380.0, file already present Warning fcopy: skipping /etc/ssl/certs/988a38cb.0, file already present Warning fcopy: skipping /etc/ssl/certs/Microsoft_ECC_Root_Certificate_Authority_2017.pem, file already present Warning fcopy: skipping /etc/ssl/certs/349f2832.0, file already present Warning fcopy: skipping /etc/ssl/certs/93bc0acc.0, file already present Warning fcopy: skipping /etc/ssl/private, file already present Warning fcopy: skipping /etc/ssl/openssl.cnf, file already present Mount-bind /run/firejail/mnt/etc on top of /etc Private /etc installed in 59.00 ms Cannot find /usr/etc Debug 456: new_name #/home/username/.config/unity3d#, whitelist Debug 571: fname #/home/username/.config/unity3d#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/unity3d Debug 456: new_name #/home/username/.killingfloor#, whitelist Debug 571: fname #/home/username/.killingfloor#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.killingfloor Debug 456: new_name #/home/username/.local/share/3909/PapersPlease#, whitelist Debug 571: fname #/home/username/.local/share/3909/PapersPlease#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/3909/PapersPlease Debug 456: new_name #/home/username/.local/share/aspyr-media#, whitelist Debug 571: fname #/home/username/.local/share/aspyr-media#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/aspyr-media Debug 456: new_name #/home/username/.local/share/bohemiainteractive#, whitelist Debug 571: fname #/home/username/.local/share/bohemiainteractive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/bohemiainteractive Debug 456: new_name #/home/username/.local/share/cdprojektred#, whitelist Debug 571: fname #/home/username/.local/share/cdprojektred#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/cdprojektred Debug 456: new_name #/home/username/.local/share/FasterThanLight#, whitelist Debug 571: fname #/home/username/.local/share/FasterThanLight#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/FasterThanLight Debug 456: new_name #/home/username/.local/share/feral-interactive#, whitelist Debug 571: fname #/home/username/.local/share/feral-interactive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/feral-interactive Debug 456: new_name #/home/username/.local/share/IntoTheBreach#, whitelist Debug 571: fname #/home/username/.local/share/IntoTheBreach#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/IntoTheBreach Debug 456: new_name #/home/username/.local/share/Paradox Interactive#, whitelist Debug 571: fname #/home/username/.local/share/Paradox Interactive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/Paradox Interactive Debug 456: new_name #/home/username/.local/share/Steam#, whitelist Debug 571: fname #/home/username/.local/share/Steam#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/Steam Debug 456: new_name #/home/username/.local/share/SuperHexagon#, whitelist Debug 571: fname #/home/username/.local/share/SuperHexagon#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/SuperHexagon Debug 456: new_name #/home/username/.local/share/Terraria#, whitelist Debug 571: fname #/home/username/.local/share/Terraria#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/Terraria Debug 456: new_name #/home/username/.local/share/vpltd#, whitelist Debug 571: fname #/home/username/.local/share/vpltd#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/vpltd Debug 456: new_name #/home/username/.local/share/vulkan#, whitelist Debug 571: fname #/home/username/.local/share/vulkan#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/vulkan Debug 456: new_name #/home/username/.mbwarband#, whitelist Debug 571: fname #/home/username/.mbwarband#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.mbwarband Debug 456: new_name #/home/username/.paradoxinteractive#, whitelist Debug 571: fname #/home/username/.paradoxinteractive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.paradoxinteractive Debug 456: new_name #/home/username/.paradoxlauncher#, whitelist Debug 571: fname #/home/username/.paradoxlauncher#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.paradoxlauncher Debug 456: new_name #/home/username/.steam#, whitelist Debug 571: fname #/home/username/.steam#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.steam Debug 456: new_name #/home/username/.steampath#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.steampath expanded: /home/username/.steampath real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.steampid#, whitelist Debug 571: fname #/home/username/.steam/steam.pid#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.steam/steam.pid Debug 456: new_name #/home/username/.XCompose#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.XCompose expanded: /home/username/.XCompose real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.alsaequal.bin#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.alsaequal.bin expanded: /home/username/.alsaequal.bin real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.asoundrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.asoundrc expanded: /home/username/.asoundrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/ibus#, whitelist Debug 571: fname #/home/username/.config/ibus#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/ibus Debug 456: new_name #/home/username/.config/mimeapps.list#, whitelist Debug 571: fname #/home/username/.config/mimeapps.list#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/mimeapps.list Debug 456: new_name #/home/username/.config/pkcs11#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/pkcs11 expanded: /home/username/.config/pkcs11 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/user-dirs.dirs#, whitelist Debug 571: fname #/home/username/.config/user-dirs.dirs#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/user-dirs.dirs Debug 456: new_name #/home/username/.config/user-dirs.locale#, whitelist Debug 571: fname #/home/username/.config/user-dirs.locale#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/user-dirs.locale Debug 456: new_name #/home/username/.drirc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.drirc expanded: /home/username/.drirc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.icons expanded: /home/username/.icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/applications#, whitelist Debug 571: fname #/home/username/.local/share/applications#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/applications Debug 456: new_name #/home/username/.local/share/icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/icons expanded: /home/username/.local/share/icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/mime#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/mime expanded: /home/username/.local/share/mime real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.mime.types#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.mime.types expanded: /home/username/.mime.types real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.uim.d#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.uim.d expanded: /home/username/.uim.d real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/dconf#, whitelist Debug 571: fname #/home/username/.config/dconf#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/dconf Debug 456: new_name #/home/username/.cache/fontconfig#, whitelist Debug 571: fname #/home/username/.cache/fontconfig#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.cache/fontconfig Debug 456: new_name #/home/username/.config/fontconfig#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/fontconfig expanded: /home/username/.config/fontconfig real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fontconfig#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fontconfig expanded: /home/username/.fontconfig real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts expanded: /home/username/.fonts real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts.conf#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts.conf expanded: /home/username/.fonts.conf real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts.conf.d#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts.conf.d expanded: /home/username/.fonts.conf.d real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts.d#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts.d expanded: /home/username/.fonts.d real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/fonts#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/fonts expanded: /home/username/.local/share/fonts real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.pangorc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.pangorc expanded: /home/username/.pangorc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/gtk-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/gtk-2.0 expanded: /home/username/.config/gtk-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/gtk-3.0#, whitelist Debug 571: fname #/home/username/.config/gtk-3.0#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/gtk-3.0 Debug 456: new_name #/home/username/.config/gtk-4.0#, whitelist Debug 571: fname #/home/username/.config/gtk-4.0#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/gtk-4.0 Debug 456: new_name #/home/username/.config/gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/gtkrc expanded: /home/username/.config/gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/gtkrc-2.0 expanded: /home/username/.config/gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gnome2#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gnome2 expanded: /home/username/.gnome2 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gnome2-private#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gnome2-private expanded: /home/username/.gnome2-private real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gtk-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gtk-2.0 expanded: /home/username/.gtk-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gtkrc expanded: /home/username/.gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gtkrc-2.0 expanded: /home/username/.gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/gtkrc expanded: /home/username/.kde/share/config/gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/gtkrc-2.0 expanded: /home/username/.kde/share/config/gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/gtkrc expanded: /home/username/.kde4/share/config/gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/gtkrc-2.0 expanded: /home/username/.kde4/share/config/gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/themes#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/themes expanded: /home/username/.local/share/themes real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.themes#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.themes expanded: /home/username/.themes real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.cache/kioexec/krun#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.cache/kioexec/krun expanded: /home/username/.cache/kioexec/krun real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/Kvantum#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/Kvantum expanded: /home/username/.config/Kvantum real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/Trolltech.conf#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/Trolltech.conf expanded: /home/username/.config/Trolltech.conf real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/QtProject.conf#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/QtProject.conf expanded: /home/username/.config/QtProject.conf real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/kdeglobals#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/kdeglobals expanded: /home/username/.config/kdeglobals real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/kio_httprc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/kio_httprc expanded: /home/username/.config/kio_httprc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/kioslaverc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/kioslaverc expanded: /home/username/.config/kioslaverc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/ksslcablacklist#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/ksslcablacklist expanded: /home/username/.config/ksslcablacklist real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/qt5ct#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/qt5ct expanded: /home/username/.config/qt5ct real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/qtcurve#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/qtcurve expanded: /home/username/.config/qtcurve real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/kdeglobals#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/kdeglobals expanded: /home/username/.kde/share/config/kdeglobals real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/kio_httprc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/kio_httprc expanded: /home/username/.kde/share/config/kio_httprc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/kioslaverc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/kioslaverc expanded: /home/username/.kde/share/config/kioslaverc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/ksslcablacklist#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/ksslcablacklist expanded: /home/username/.kde/share/config/ksslcablacklist real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/oxygenrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/oxygenrc expanded: /home/username/.kde/share/config/oxygenrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/icons expanded: /home/username/.kde/share/icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/kdeglobals#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/kdeglobals expanded: /home/username/.kde4/share/config/kdeglobals real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/kio_httprc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/kio_httprc expanded: /home/username/.kde4/share/config/kio_httprc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/kioslaverc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/kioslaverc expanded: /home/username/.kde4/share/config/kioslaverc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/ksslcablacklist#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/ksslcablacklist expanded: /home/username/.kde4/share/config/ksslcablacklist real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/oxygenrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/oxygenrc expanded: /home/username/.kde4/share/config/oxygenrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/icons expanded: /home/username/.kde4/share/icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/qt5ct#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/qt5ct expanded: /home/username/.local/share/qt5ct real path: (null) realpath: No such file or directory Debug 456: new_name #/var/lib/ca-certificates#, whitelist Removed whitelist/nowhitelist path: whitelist /var/lib/ca-certificates expanded: /var/lib/ca-certificates real path: (null) realpath: No such file or directory Debug 456: new_name #/var/lib/dbus#, whitelist Debug 456: new_name #/var/lib/menu-xdg#, whitelist Removed whitelist/nowhitelist path: whitelist /var/lib/menu-xdg expanded: /var/lib/menu-xdg real path: (null) realpath: No such file or directory Debug 456: new_name #/var/lib/uim#, whitelist Removed whitelist/nowhitelist path: whitelist /var/lib/uim expanded: /var/lib/uim real path: (null) realpath: No such file or directory Debug 456: new_name #/var/cache/fontconfig#, whitelist Debug 456: new_name #/var/tmp#, whitelist Debug 456: new_name #/var/run#, whitelist Replaced whitelist path: whitelist /run Debug 456: new_name #/var/lock#, whitelist Replaced whitelist path: whitelist /run/lock Debug 456: new_name #/home/username/.config/unity3d#, whitelist Debug 571: fname #/home/username/.config/unity3d#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/unity3d Debug 456: new_name #/home/username/.killingfloor#, whitelist Debug 571: fname #/home/username/.killingfloor#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.killingfloor Debug 456: new_name #/home/username/.local/share/3909/PapersPlease#, whitelist Debug 571: fname #/home/username/.local/share/3909/PapersPlease#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/3909/PapersPlease Debug 456: new_name #/home/username/.local/share/aspyr-media#, whitelist Debug 571: fname #/home/username/.local/share/aspyr-media#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/aspyr-media Debug 456: new_name #/home/username/.local/share/bohemiainteractive#, whitelist Debug 571: fname #/home/username/.local/share/bohemiainteractive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/bohemiainteractive Debug 456: new_name #/home/username/.local/share/cdprojektred#, whitelist Debug 571: fname #/home/username/.local/share/cdprojektred#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/cdprojektred Debug 456: new_name #/home/username/.local/share/FasterThanLight#, whitelist Debug 571: fname #/home/username/.local/share/FasterThanLight#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/FasterThanLight Debug 456: new_name #/home/username/.local/share/feral-interactive#, whitelist Debug 571: fname #/home/username/.local/share/feral-interactive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/feral-interactive Debug 456: new_name #/home/username/.local/share/IntoTheBreach#, whitelist Debug 571: fname #/home/username/.local/share/IntoTheBreach#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/IntoTheBreach Debug 456: new_name #/home/username/.local/share/Paradox Interactive#, whitelist Debug 571: fname #/home/username/.local/share/Paradox Interactive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/Paradox Interactive Debug 456: new_name #/home/username/.local/share/Steam#, whitelist Debug 571: fname #/home/username/.local/share/Steam#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/Steam Debug 456: new_name #/home/username/.local/share/SuperHexagon#, whitelist Debug 571: fname #/home/username/.local/share/SuperHexagon#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/SuperHexagon Debug 456: new_name #/home/username/.local/share/Terraria#, whitelist Debug 571: fname #/home/username/.local/share/Terraria#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/Terraria Debug 456: new_name #/home/username/.local/share/vpltd#, whitelist Debug 571: fname #/home/username/.local/share/vpltd#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/vpltd Debug 456: new_name #/home/username/.local/share/vulkan#, whitelist Debug 571: fname #/home/username/.local/share/vulkan#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/vulkan Debug 456: new_name #/home/username/.mbwarband#, whitelist Debug 571: fname #/home/username/.mbwarband#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.mbwarband Debug 456: new_name #/home/username/.paradoxinteractive#, whitelist Debug 571: fname #/home/username/.paradoxinteractive#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.paradoxinteractive Debug 456: new_name #/home/username/.paradoxlauncher#, whitelist Debug 571: fname #/home/username/.paradoxlauncher#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.paradoxlauncher Debug 456: new_name #/home/username/.steam#, whitelist Debug 571: fname #/home/username/.steam#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.steam Debug 456: new_name #/home/username/.steampath#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.steampath expanded: /home/username/.steampath real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.steampid#, whitelist Debug 571: fname #/home/username/.steam/steam.pid#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.steam/steam.pid Debug 456: new_name #/home/username/.XCompose#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.XCompose expanded: /home/username/.XCompose real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.alsaequal.bin#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.alsaequal.bin expanded: /home/username/.alsaequal.bin real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.asoundrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.asoundrc expanded: /home/username/.asoundrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/ibus#, whitelist Debug 571: fname #/home/username/.config/ibus#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/ibus Debug 456: new_name #/home/username/.config/mimeapps.list#, whitelist Debug 571: fname #/home/username/.config/mimeapps.list#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/mimeapps.list Debug 456: new_name #/home/username/.config/pkcs11#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/pkcs11 expanded: /home/username/.config/pkcs11 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/user-dirs.dirs#, whitelist Debug 571: fname #/home/username/.config/user-dirs.dirs#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/user-dirs.dirs Debug 456: new_name #/home/username/.config/user-dirs.locale#, whitelist Debug 571: fname #/home/username/.config/user-dirs.locale#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/user-dirs.locale Debug 456: new_name #/home/username/.drirc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.drirc expanded: /home/username/.drirc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.icons expanded: /home/username/.icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/applications#, whitelist Debug 571: fname #/home/username/.local/share/applications#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.local/share/applications Debug 456: new_name #/home/username/.local/share/icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/icons expanded: /home/username/.local/share/icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/mime#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/mime expanded: /home/username/.local/share/mime real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.mime.types#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.mime.types expanded: /home/username/.mime.types real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.uim.d#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.uim.d expanded: /home/username/.uim.d real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/dconf#, whitelist Debug 571: fname #/home/username/.config/dconf#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/dconf Debug 456: new_name #/home/username/.cache/fontconfig#, whitelist Debug 571: fname #/home/username/.cache/fontconfig#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.cache/fontconfig Debug 456: new_name #/home/username/.config/fontconfig#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/fontconfig expanded: /home/username/.config/fontconfig real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fontconfig#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fontconfig expanded: /home/username/.fontconfig real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts expanded: /home/username/.fonts real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts.conf#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts.conf expanded: /home/username/.fonts.conf real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts.conf.d#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts.conf.d expanded: /home/username/.fonts.conf.d real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.fonts.d#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.fonts.d expanded: /home/username/.fonts.d real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/fonts#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/fonts expanded: /home/username/.local/share/fonts real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.pangorc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.pangorc expanded: /home/username/.pangorc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/gtk-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/gtk-2.0 expanded: /home/username/.config/gtk-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/gtk-3.0#, whitelist Debug 571: fname #/home/username/.config/gtk-3.0#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/gtk-3.0 Debug 456: new_name #/home/username/.config/gtk-4.0#, whitelist Debug 571: fname #/home/username/.config/gtk-4.0#, cfg.homedir #/home/username# Replaced whitelist path: whitelist /home/username/.config/gtk-4.0 Debug 456: new_name #/home/username/.config/gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/gtkrc expanded: /home/username/.config/gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/gtkrc-2.0 expanded: /home/username/.config/gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gnome2#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gnome2 expanded: /home/username/.gnome2 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gnome2-private#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gnome2-private expanded: /home/username/.gnome2-private real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gtk-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gtk-2.0 expanded: /home/username/.gtk-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gtkrc expanded: /home/username/.gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.gtkrc-2.0 expanded: /home/username/.gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/gtkrc expanded: /home/username/.kde/share/config/gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/gtkrc-2.0 expanded: /home/username/.kde/share/config/gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/gtkrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/gtkrc expanded: /home/username/.kde4/share/config/gtkrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/gtkrc-2.0#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/gtkrc-2.0 expanded: /home/username/.kde4/share/config/gtkrc-2.0 real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/themes#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/themes expanded: /home/username/.local/share/themes real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.themes#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.themes expanded: /home/username/.themes real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.cache/kioexec/krun#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.cache/kioexec/krun expanded: /home/username/.cache/kioexec/krun real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/Kvantum#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/Kvantum expanded: /home/username/.config/Kvantum real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/Trolltech.conf#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/Trolltech.conf expanded: /home/username/.config/Trolltech.conf real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/QtProject.conf#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/QtProject.conf expanded: /home/username/.config/QtProject.conf real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/kdeglobals#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/kdeglobals expanded: /home/username/.config/kdeglobals real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/kio_httprc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/kio_httprc expanded: /home/username/.config/kio_httprc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/kioslaverc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/kioslaverc expanded: /home/username/.config/kioslaverc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/ksslcablacklist#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/ksslcablacklist expanded: /home/username/.config/ksslcablacklist real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/qt5ct#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/qt5ct expanded: /home/username/.config/qt5ct real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.config/qtcurve#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.config/qtcurve expanded: /home/username/.config/qtcurve real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/kdeglobals#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/kdeglobals expanded: /home/username/.kde/share/config/kdeglobals real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/kio_httprc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/kio_httprc expanded: /home/username/.kde/share/config/kio_httprc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/kioslaverc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/kioslaverc expanded: /home/username/.kde/share/config/kioslaverc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/ksslcablacklist#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/ksslcablacklist expanded: /home/username/.kde/share/config/ksslcablacklist real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/config/oxygenrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/config/oxygenrc expanded: /home/username/.kde/share/config/oxygenrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde/share/icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde/share/icons expanded: /home/username/.kde/share/icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/kdeglobals#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/kdeglobals expanded: /home/username/.kde4/share/config/kdeglobals real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/kio_httprc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/kio_httprc expanded: /home/username/.kde4/share/config/kio_httprc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/kioslaverc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/kioslaverc expanded: /home/username/.kde4/share/config/kioslaverc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/ksslcablacklist#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/ksslcablacklist expanded: /home/username/.kde4/share/config/ksslcablacklist real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/config/oxygenrc#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/config/oxygenrc expanded: /home/username/.kde4/share/config/oxygenrc real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.kde4/share/icons#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.kde4/share/icons expanded: /home/username/.kde4/share/icons real path: (null) realpath: No such file or directory Debug 456: new_name #/home/username/.local/share/qt5ct#, whitelist Removed whitelist/nowhitelist path: whitelist ${HOME}/.local/share/qt5ct expanded: /home/username/.local/share/qt5ct real path: (null) realpath: No such file or directory Debug 456: new_name #/var/lib/ca-certificates#, whitelist Removed whitelist/nowhitelist path: whitelist /var/lib/ca-certificates expanded: /var/lib/ca-certificates real path: (null) realpath: No such file or directory Debug 456: new_name #/var/lib/dbus#, whitelist Debug 456: new_name #/var/lib/menu-xdg#, whitelist Removed whitelist/nowhitelist path: whitelist /var/lib/menu-xdg expanded: /var/lib/menu-xdg real path: (null) realpath: No such file or directory Debug 456: new_name #/var/lib/uim#, whitelist Removed whitelist/nowhitelist path: whitelist /var/lib/uim expanded: /var/lib/uim real path: (null) realpath: No such file or directory Debug 456: new_name #/var/cache/fontconfig#, whitelist Debug 456: new_name #/var/tmp#, whitelist Debug 456: new_name #/var/run#, whitelist Replaced whitelist path: whitelist /run Debug 456: new_name #/var/lock#, whitelist Replaced whitelist path: whitelist /run/lock Debug 456: new_name #/tmp/.X11-unix#, whitelist Mounting tmpfs on /tmp directory Mounting tmpfs on /var directory Mounting a new /root directory Mounting a new /home directory Create a new user directory Whitelisting /home/username/.config/unity3d 1400 1399 254:5 /username/.config/unity3d /home/username/.config/unity3d rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1400 fsname=/username/.config/unity3d dir=/home/username/.config/unity3d fstype=ext4 Whitelisting /home/username/.killingfloor 1401 1399 254:5 /username/.killingfloor /home/username/.killingfloor rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1401 fsname=/username/.killingfloor dir=/home/username/.killingfloor fstype=ext4 Whitelisting /home/username/.local/share/3909/PapersPlease 1402 1399 254:5 /username/.local/share/3909/PapersPlease /home/username/.local/share/3909/PapersPlease rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1402 fsname=/username/.local/share/3909/PapersPlease dir=/home/username/.local/share/3909/PapersPlease fstype=ext4 Whitelisting /home/username/.local/share/aspyr-media 1403 1399 254:5 /username/.local/share/aspyr-media /home/username/.local/share/aspyr-media rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1403 fsname=/username/.local/share/aspyr-media dir=/home/username/.local/share/aspyr-media fstype=ext4 Whitelisting /home/username/.local/share/bohemiainteractive 1404 1399 254:5 /username/.local/share/bohemiainteractive /home/username/.local/share/bohemiainteractive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1404 fsname=/username/.local/share/bohemiainteractive dir=/home/username/.local/share/bohemiainteractive fstype=ext4 Whitelisting /home/username/.local/share/cdprojektred 1405 1399 254:5 /username/.local/share/cdprojektred /home/username/.local/share/cdprojektred rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1405 fsname=/username/.local/share/cdprojektred dir=/home/username/.local/share/cdprojektred fstype=ext4 Whitelisting /home/username/.local/share/FasterThanLight 1406 1399 254:5 /username/.local/share/FasterThanLight /home/username/.local/share/FasterThanLight rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1406 fsname=/username/.local/share/FasterThanLight dir=/home/username/.local/share/FasterThanLight fstype=ext4 Whitelisting /home/username/.local/share/feral-interactive 1407 1399 254:5 /username/.local/share/feral-interactive /home/username/.local/share/feral-interactive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1407 fsname=/username/.local/share/feral-interactive dir=/home/username/.local/share/feral-interactive fstype=ext4 Whitelisting /home/username/.local/share/IntoTheBreach 1408 1399 254:5 /username/.local/share/IntoTheBreach /home/username/.local/share/IntoTheBreach rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1408 fsname=/username/.local/share/IntoTheBreach dir=/home/username/.local/share/IntoTheBreach fstype=ext4 Whitelisting /home/username/.local/share/Paradox Interactive 1409 1399 254:5 /username/.local/share/Paradox\040Interactive /home/username/.local/share/Paradox\040Interactive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1409 fsname=/username/.local/share/Paradox Interactive dir=/home/username/.local/share/Paradox Interactive fstype=ext4 Whitelisting /home/username/.local/share/Steam 1410 1399 254:5 /username/.local/share/Steam /home/username/.local/share/Steam rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1410 fsname=/username/.local/share/Steam dir=/home/username/.local/share/Steam fstype=ext4 Whitelisting /home/username/.local/share/SuperHexagon 1411 1399 254:5 /username/.local/share/SuperHexagon /home/username/.local/share/SuperHexagon rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1411 fsname=/username/.local/share/SuperHexagon dir=/home/username/.local/share/SuperHexagon fstype=ext4 Whitelisting /home/username/.local/share/Terraria 1412 1399 254:5 /username/.local/share/Terraria /home/username/.local/share/Terraria rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1412 fsname=/username/.local/share/Terraria dir=/home/username/.local/share/Terraria fstype=ext4 Whitelisting /home/username/.local/share/vpltd 1413 1399 254:5 /username/.local/share/vpltd /home/username/.local/share/vpltd rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1413 fsname=/username/.local/share/vpltd dir=/home/username/.local/share/vpltd fstype=ext4 Whitelisting /home/username/.local/share/vulkan 1414 1399 254:5 /username/.local/share/vulkan /home/username/.local/share/vulkan rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1414 fsname=/username/.local/share/vulkan dir=/home/username/.local/share/vulkan fstype=ext4 Whitelisting /home/username/.mbwarband 1415 1399 254:5 /username/.mbwarband /home/username/.mbwarband rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1415 fsname=/username/.mbwarband dir=/home/username/.mbwarband fstype=ext4 Whitelisting /home/username/.paradoxinteractive 1416 1399 254:5 /username/.paradoxinteractive /home/username/.paradoxinteractive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1416 fsname=/username/.paradoxinteractive dir=/home/username/.paradoxinteractive fstype=ext4 Whitelisting /home/username/.paradoxlauncher 1417 1399 254:5 /username/.paradoxlauncher /home/username/.paradoxlauncher rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1417 fsname=/username/.paradoxlauncher dir=/home/username/.paradoxlauncher fstype=ext4 Whitelisting /home/username/.steam 1418 1399 254:5 /username/.steam /home/username/.steam rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1418 fsname=/username/.steam dir=/home/username/.steam fstype=ext4 Whitelisting /home/username/.steam/steam.pid Created symbolic link /home/username/.steampid -> /home/username/.steam/steam.pid Whitelisting /home/username/.config/ibus 1419 1399 254:5 /username/.config/ibus /home/username/.config/ibus rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1419 fsname=/username/.config/ibus dir=/home/username/.config/ibus fstype=ext4 Whitelisting /home/username/.config/mimeapps.list 1420 1399 254:5 /username/.config/mimeapps.list /home/username/.config/mimeapps.list rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1420 fsname=/username/.config/mimeapps.list dir=/home/username/.config/mimeapps.list fstype=ext4 Whitelisting /home/username/.config/user-dirs.dirs 1421 1399 254:5 /username/.config/user-dirs.dirs /home/username/.config/user-dirs.dirs rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1421 fsname=/username/.config/user-dirs.dirs dir=/home/username/.config/user-dirs.dirs fstype=ext4 Whitelisting /home/username/.config/user-dirs.locale 1422 1399 254:5 /username/.config/user-dirs.locale /home/username/.config/user-dirs.locale rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1422 fsname=/username/.config/user-dirs.locale dir=/home/username/.config/user-dirs.locale fstype=ext4 Whitelisting /home/username/.local/share/applications 1423 1399 254:5 /username/.local/share/applications /home/username/.local/share/applications rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1423 fsname=/username/.local/share/applications dir=/home/username/.local/share/applications fstype=ext4 Whitelisting /home/username/.config/dconf 1424 1399 254:5 /username/.config/dconf /home/username/.config/dconf rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1424 fsname=/username/.config/dconf dir=/home/username/.config/dconf fstype=ext4 Whitelisting /home/username/.cache/fontconfig 1425 1399 254:5 /username/.cache/fontconfig /home/username/.cache/fontconfig rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1425 fsname=/username/.cache/fontconfig dir=/home/username/.cache/fontconfig fstype=ext4 Whitelisting /home/username/.config/gtk-3.0 1426 1399 254:5 /username/.config/gtk-3.0 /home/username/.config/gtk-3.0 rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1426 fsname=/username/.config/gtk-3.0 dir=/home/username/.config/gtk-3.0 fstype=ext4 Whitelisting /home/username/.config/gtk-4.0 1427 1399 254:5 /username/.config/gtk-4.0 /home/username/.config/gtk-4.0 rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1427 fsname=/username/.config/gtk-4.0 dir=/home/username/.config/gtk-4.0 fstype=ext4 Whitelisting /var/lib/dbus 1428 1396 254:2 /lib/dbus /var/lib/dbus ro,nosuid,nodev,noexec,relatime master:50 - ext4 /dev/mapper/computer--vg-var rw mountid=1428 fsname=/lib/dbus dir=/var/lib/dbus fstype=ext4 Whitelisting /var/cache/fontconfig 1429 1396 254:2 /cache/fontconfig /var/cache/fontconfig ro,nosuid,nodev,noexec,relatime master:50 - ext4 /dev/mapper/computer--vg-var rw mountid=1429 fsname=/cache/fontconfig dir=/var/cache/fontconfig fstype=ext4 Whitelisting /var/tmp 1430 1396 0:103 / /var/tmp rw,nosuid,nodev,noexec - tmpfs tmpfs rw mountid=1430 fsname=/ dir=/var/tmp fstype=tmpfs Created symbolic link /var/run -> /run Created symbolic link /var/lock -> /run/lock Whitelisting /home/username/.config/unity3d 1431 1400 254:5 /username/.config/unity3d /home/username/.config/unity3d rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1431 fsname=/username/.config/unity3d dir=/home/username/.config/unity3d fstype=ext4 Whitelisting /home/username/.killingfloor 1432 1401 254:5 /username/.killingfloor /home/username/.killingfloor rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1432 fsname=/username/.killingfloor dir=/home/username/.killingfloor fstype=ext4 Whitelisting /home/username/.local/share/3909/PapersPlease 1433 1402 254:5 /username/.local/share/3909/PapersPlease /home/username/.local/share/3909/PapersPlease rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1433 fsname=/username/.local/share/3909/PapersPlease dir=/home/username/.local/share/3909/PapersPlease fstype=ext4 Whitelisting /home/username/.local/share/aspyr-media 1434 1403 254:5 /username/.local/share/aspyr-media /home/username/.local/share/aspyr-media rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1434 fsname=/username/.local/share/aspyr-media dir=/home/username/.local/share/aspyr-media fstype=ext4 Whitelisting /home/username/.local/share/bohemiainteractive 1435 1404 254:5 /username/.local/share/bohemiainteractive /home/username/.local/share/bohemiainteractive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1435 fsname=/username/.local/share/bohemiainteractive dir=/home/username/.local/share/bohemiainteractive fstype=ext4 Whitelisting /home/username/.local/share/cdprojektred 1436 1405 254:5 /username/.local/share/cdprojektred /home/username/.local/share/cdprojektred rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1436 fsname=/username/.local/share/cdprojektred dir=/home/username/.local/share/cdprojektred fstype=ext4 Whitelisting /home/username/.local/share/FasterThanLight 1437 1406 254:5 /username/.local/share/FasterThanLight /home/username/.local/share/FasterThanLight rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1437 fsname=/username/.local/share/FasterThanLight dir=/home/username/.local/share/FasterThanLight fstype=ext4 Whitelisting /home/username/.local/share/feral-interactive 1438 1407 254:5 /username/.local/share/feral-interactive /home/username/.local/share/feral-interactive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1438 fsname=/username/.local/share/feral-interactive dir=/home/username/.local/share/feral-interactive fstype=ext4 Whitelisting /home/username/.local/share/IntoTheBreach 1439 1408 254:5 /username/.local/share/IntoTheBreach /home/username/.local/share/IntoTheBreach rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1439 fsname=/username/.local/share/IntoTheBreach dir=/home/username/.local/share/IntoTheBreach fstype=ext4 Whitelisting /home/username/.local/share/Paradox Interactive 1440 1409 254:5 /username/.local/share/Paradox\040Interactive /home/username/.local/share/Paradox\040Interactive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1440 fsname=/username/.local/share/Paradox Interactive dir=/home/username/.local/share/Paradox Interactive fstype=ext4 Whitelisting /home/username/.local/share/Steam 1441 1410 254:5 /username/.local/share/Steam /home/username/.local/share/Steam rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1441 fsname=/username/.local/share/Steam dir=/home/username/.local/share/Steam fstype=ext4 Whitelisting /home/username/.local/share/SuperHexagon 1442 1411 254:5 /username/.local/share/SuperHexagon /home/username/.local/share/SuperHexagon rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1442 fsname=/username/.local/share/SuperHexagon dir=/home/username/.local/share/SuperHexagon fstype=ext4 Whitelisting /home/username/.local/share/Terraria 1443 1412 254:5 /username/.local/share/Terraria /home/username/.local/share/Terraria rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1443 fsname=/username/.local/share/Terraria dir=/home/username/.local/share/Terraria fstype=ext4 Whitelisting /home/username/.local/share/vpltd 1444 1413 254:5 /username/.local/share/vpltd /home/username/.local/share/vpltd rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1444 fsname=/username/.local/share/vpltd dir=/home/username/.local/share/vpltd fstype=ext4 Whitelisting /home/username/.local/share/vulkan 1445 1414 254:5 /username/.local/share/vulkan /home/username/.local/share/vulkan rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1445 fsname=/username/.local/share/vulkan dir=/home/username/.local/share/vulkan fstype=ext4 Whitelisting /home/username/.mbwarband 1446 1415 254:5 /username/.mbwarband /home/username/.mbwarband rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1446 fsname=/username/.mbwarband dir=/home/username/.mbwarband fstype=ext4 Whitelisting /home/username/.paradoxinteractive 1447 1416 254:5 /username/.paradoxinteractive /home/username/.paradoxinteractive rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1447 fsname=/username/.paradoxinteractive dir=/home/username/.paradoxinteractive fstype=ext4 Whitelisting /home/username/.paradoxlauncher 1448 1417 254:5 /username/.paradoxlauncher /home/username/.paradoxlauncher rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1448 fsname=/username/.paradoxlauncher dir=/home/username/.paradoxlauncher fstype=ext4 Whitelisting /home/username/.steam 1449 1418 254:5 /username/.steam /home/username/.steam rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1449 fsname=/username/.steam dir=/home/username/.steam fstype=ext4 Whitelisting /home/username/.steam/steam.pid Whitelisting /home/username/.config/ibus 1450 1419 254:5 /username/.config/ibus /home/username/.config/ibus rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1450 fsname=/username/.config/ibus dir=/home/username/.config/ibus fstype=ext4 Whitelisting /home/username/.config/mimeapps.list Whitelisting /home/username/.config/user-dirs.dirs Whitelisting /home/username/.config/user-dirs.locale Whitelisting /home/username/.local/share/applications 1451 1423 254:5 /username/.local/share/applications /home/username/.local/share/applications rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1451 fsname=/username/.local/share/applications dir=/home/username/.local/share/applications fstype=ext4 Whitelisting /home/username/.config/dconf 1452 1424 254:5 /username/.config/dconf /home/username/.config/dconf rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1452 fsname=/username/.config/dconf dir=/home/username/.config/dconf fstype=ext4 Whitelisting /home/username/.cache/fontconfig 1453 1425 254:5 /username/.cache/fontconfig /home/username/.cache/fontconfig rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1453 fsname=/username/.cache/fontconfig dir=/home/username/.cache/fontconfig fstype=ext4 Whitelisting /home/username/.config/gtk-3.0 1454 1426 254:5 /username/.config/gtk-3.0 /home/username/.config/gtk-3.0 rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1454 fsname=/username/.config/gtk-3.0 dir=/home/username/.config/gtk-3.0 fstype=ext4 Whitelisting /home/username/.config/gtk-4.0 1455 1427 254:5 /username/.config/gtk-4.0 /home/username/.config/gtk-4.0 rw,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1455 fsname=/username/.config/gtk-4.0 dir=/home/username/.config/gtk-4.0 fstype=ext4 Whitelisting /var/lib/dbus 1456 1428 254:2 /lib/dbus /var/lib/dbus ro,nosuid,nodev,noexec,relatime master:50 - ext4 /dev/mapper/computer--vg-var rw mountid=1456 fsname=/lib/dbus dir=/var/lib/dbus fstype=ext4 Whitelisting /var/cache/fontconfig 1457 1429 254:2 /cache/fontconfig /var/cache/fontconfig ro,nosuid,nodev,noexec,relatime master:50 - ext4 /dev/mapper/computer--vg-var rw mountid=1457 fsname=/cache/fontconfig dir=/var/cache/fontconfig fstype=ext4 Whitelisting /var/tmp 1458 1430 0:103 / /var/tmp rw,nosuid,nodev,noexec - tmpfs tmpfs rw mountid=1458 fsname=/ dir=/var/tmp fstype=tmpfs Whitelisting /tmp/.X11-unix 1459 1389 254:4 /.X11-unix /tmp/.X11-unix rw,relatime master:48 - ext4 /dev/mapper/computer--vg-tmp rw mountid=1459 fsname=/.X11-unix dir=/tmp/.X11-unix fstype=ext4 Mounting read-only /home/username/.config/dconf 1463 1452 254:5 /username/.config/dconf /home/username/.config/dconf ro,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1463 fsname=/username/.config/dconf dir=/home/username/.config/dconf fstype=ext4 Disable /run/user/1000/gnome-session-leader-fifo Disable /run/user/1000/gnome-shell Disable /usr/bin/systemd-run Disable /usr/bin/systemd-run (requested /bin/systemd-run) Disable /run/user/1000/systemd Mounting read-only /home/username/.local/share/applications 1469 1451 254:5 /username/.local/share/applications /home/username/.local/share/applications ro,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1469 fsname=/username/.local/share/applications dir=/home/username/.local/share/applications fstype=ext4 Mounting read-only /home/username/.config/mimeapps.list 1470 1420 254:5 /username/.config/mimeapps.list /home/username/.config/mimeapps.list ro,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1470 fsname=/username/.config/mimeapps.list dir=/home/username/.config/mimeapps.list fstype=ext4 Mounting read-only /home/username/.config/user-dirs.dirs 1471 1421 254:5 /username/.config/user-dirs.dirs /home/username/.config/user-dirs.dirs ro,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1471 fsname=/username/.config/user-dirs.dirs dir=/home/username/.config/user-dirs.dirs fstype=ext4 Mounting read-only /home/username/.config/user-dirs.locale 1472 1422 254:5 /username/.config/user-dirs.locale /home/username/.config/user-dirs.locale ro,relatime master:52 - ext4 /dev/mapper/computer--vg-home rw mountid=1472 fsname=/username/.config/user-dirs.locale dir=/home/username/.config/user-dirs.locale fstype=ext4 Not blacklist /sbin Disable /usr/local/sbin Not blacklist /usr/sbin Disable /usr/bin/busybox Disable /usr/bin/busybox (requested /bin/busybox) Disable /usr/bin/chage Disable /usr/bin/chage (requested /bin/chage) Disable /usr/bin/chfn Disable /usr/bin/chfn (requested /bin/chfn) Disable /usr/bin/chsh Disable /usr/bin/chsh (requested /bin/chsh) Disable /usr/bin/crontab Disable /usr/bin/crontab (requested /bin/crontab) Disable /usr/bin/expiry Disable /usr/bin/expiry (requested /bin/expiry) Disable /usr/bin/fusermount3 (requested /usr/bin/fusermount) Disable /usr/bin/fusermount3 (requested /bin/fusermount) Disable /usr/bin/gpasswd Disable /usr/bin/gpasswd (requested /bin/gpasswd) Disable /usr/bin/mount Disable /usr/bin/mount (requested /bin/mount) Disable /usr/bin/newgrp Disable /usr/bin/newgrp (requested /bin/newgrp) Disable /usr/bin/ntfs-3g Disable /usr/bin/ntfs-3g (requested /bin/ntfs-3g) Disable /usr/bin/pkexec Disable /usr/bin/pkexec (requested /bin/pkexec) Disable /usr/bin/newgrp (requested /usr/bin/sg) Disable /usr/bin/newgrp (requested /bin/sg) Disable /usr/bin/su Disable /usr/bin/su (requested /bin/su) Disable /usr/bin/sudo Disable /usr/bin/sudo (requested /bin/sudo) Disable /usr/bin/umount Disable /usr/bin/umount (requested /bin/umount) Disable /usr/bin/xev Disable /usr/bin/xev (requested /bin/xev) Disable /usr/bin/gnome-terminal Disable /usr/bin/gnome-terminal (requested /bin/gnome-terminal) Disable /usr/bin/gnome-terminal.wrapper Disable /usr/bin/gnome-terminal.wrapper (requested /bin/gnome-terminal.wrapper) Disable /usr/bin/bwrap Disable /usr/bin/bwrap (requested /bin/bwrap) Disable /usr/bin/host Disable /usr/bin/host (requested /bin/host) Disable /usr/bin/resolvectl Disable /usr/bin/resolvectl (requested /bin/resolvectl) Disable /run/user/1000/wayland-0.lock Disable /run/user/1000/pipewire-0.lock Disable /run/user/1000/pk-debconf-socket Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /usr/bin/cpp-10) Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /usr/bin/cpp) Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /bin/cpp-10) Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /bin/cpp) Not blacklist /usr/local/bin/java Not blacklist /usr/bin/java Not blacklist /bin/java Not blacklist /usr/local/games/java Not blacklist /usr/games/java Not blacklist /etc/java Not blacklist /usr/lib/java Not blacklist /usr/share/java Disable /usr/bin/openssl Disable /usr/bin/openssl (requested /bin/openssl) Disable /usr/lib/valgrind Disable /usr/src Disable /usr/local/src Disable /usr/include Disable /usr/local/include Disable /usr/bin/gjs-console (requested /usr/bin/gjs) Disable /usr/bin/gjs-console (requested /bin/gjs) Disable /usr/bin/gjs-console Disable /usr/bin/gjs-console (requested /bin/gjs-console) Disable /usr/share/lua Disable /usr/bin/cpan Disable /usr/bin/cpan5.32-x86_64-linux-gnu Disable /usr/bin/cpan (requested /bin/cpan) Disable /usr/bin/cpan5.32-x86_64-linux-gnu (requested /bin/cpan5.32-x86_64-linux-gnu) Disable /usr/bin/perl Disable /usr/bin/perl (requested /bin/perl) Disable /usr/share/perl Disable /usr/share/perl5 Disable /usr/share/perl-openssl-defaults Not blacklist /usr/local/bin/python2* Not blacklist /usr/bin/python2* Not blacklist /bin/python2* Not blacklist /usr/local/games/python2* Not blacklist /usr/games/python2* Not blacklist /usr/include/python2* Not blacklist /usr/lib/python2.7 Not blacklist /usr/local/lib/python2* Not blacklist /usr/share/python2* Not blacklist /usr/local/bin/python3* Not blacklist /usr/bin/python3 Not blacklist /usr/bin/python3.9 Not blacklist /bin/python3 Not blacklist /bin/python3.9 Not blacklist /usr/local/games/python3* Not blacklist /usr/games/python3* Not blacklist /usr/include/python3* Not blacklist /usr/lib/python3 Not blacklist /usr/lib/python3.9 Not blacklist /usr/lib64/python3* Not blacklist /usr/local/lib/python3.9 Not blacklist /usr/share/python3 Not blacklist /home/username/.java Not blacklist /home/username/.killingfloor Not blacklist /home/username/.local/share/3909/PapersPlease Not blacklist /home/username/.local/share/Steam Not blacklist /home/username/.local/share/SuperHexagon Not blacklist /home/username/.local/share/Terraria Not blacklist /home/username/.local/share/aspyr-media Not blacklist /home/username/.local/share/bohemiainteractive Not blacklist /home/username/.local/share/cdprojektred Not blacklist /home/username/.local/share/FasterThanLight Not blacklist /home/username/.local/share/feral-interactive Not blacklist /home/username/.local/share/IntoTheBreach Not blacklist /home/username/.local/share/Paradox Interactive Not blacklist /home/username/.local/share/vpltd Not blacklist /home/username/.local/share/vulkan Not blacklist /home/username/.mbwarband Not blacklist /home/username/.paradoxinteractive Not blacklist /home/username/.steam Not blacklist /home/username/.steampath Not blacklist /home/username/.steampid Drop privileges: pid 53, uid 1000, gid 1000, nogroups 0 Supplementary groups: 29 44 Disable /run/user/1000/gnome-session-leader-fifo Disable /run/user/1000/gnome-shell Disable /usr/bin/systemd-run Disable /usr/bin/systemd-run (requested /bin/systemd-run) Disable /run/user/1000/systemd Not blacklist /sbin Disable /usr/local/sbin Not blacklist /usr/sbin Disable /usr/bin/busybox Disable /usr/bin/busybox (requested /bin/busybox) Disable /usr/bin/chage Disable /usr/bin/chage (requested /bin/chage) Disable /usr/bin/chfn Disable /usr/bin/chfn (requested /bin/chfn) Disable /usr/bin/chsh Disable /usr/bin/chsh (requested /bin/chsh) Disable /usr/bin/crontab Disable /usr/bin/crontab (requested /bin/crontab) Disable /usr/bin/expiry Disable /usr/bin/expiry (requested /bin/expiry) Disable /usr/bin/fusermount3 (requested /usr/bin/fusermount) Disable /usr/bin/fusermount3 (requested /bin/fusermount) Disable /usr/bin/gpasswd Disable /usr/bin/gpasswd (requested /bin/gpasswd) Disable /usr/bin/mount Disable /usr/bin/mount (requested /bin/mount) Disable /usr/bin/newgrp Disable /usr/bin/newgrp (requested /bin/newgrp) Disable /usr/bin/ntfs-3g Disable /usr/bin/ntfs-3g (requested /bin/ntfs-3g) Disable /usr/bin/pkexec Disable /usr/bin/pkexec (requested /bin/pkexec) Disable /usr/bin/newgrp (requested /usr/bin/sg) Disable /usr/bin/newgrp (requested /bin/sg) Disable /usr/bin/su Disable /usr/bin/su (requested /bin/su) Disable /usr/bin/sudo Disable /usr/bin/sudo (requested /bin/sudo) Disable /usr/bin/umount Disable /usr/bin/umount (requested /bin/umount) Disable /usr/bin/xev Disable /usr/bin/xev (requested /bin/xev) Disable /usr/bin/gnome-terminal Disable /usr/bin/gnome-terminal (requested /bin/gnome-terminal) Disable /usr/bin/gnome-terminal.wrapper Disable /usr/bin/gnome-terminal.wrapper (requested /bin/gnome-terminal.wrapper) Disable /usr/bin/bwrap Disable /usr/bin/bwrap (requested /bin/bwrap) Disable /usr/bin/host Disable /usr/bin/host (requested /bin/host) Disable /usr/bin/resolvectl Disable /usr/bin/resolvectl (requested /bin/resolvectl) Disable /run/user/1000/wayland-0.lock Disable /run/user/1000/pipewire-0.lock Disable /run/user/1000/pk-debconf-socket Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /usr/bin/cpp-10) Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /usr/bin/cpp) Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /bin/cpp-10) Disable /usr/bin/x86_64-linux-gnu-cpp-10 (requested /bin/cpp) Not blacklist /usr/local/bin/java Not blacklist /usr/bin/java Not blacklist /bin/java Not blacklist /usr/local/games/java Not blacklist /usr/games/java Not blacklist /etc/java Not blacklist /usr/lib/java Not blacklist /usr/share/java Disable /usr/bin/openssl Disable /usr/bin/openssl (requested /bin/openssl) Disable /usr/lib/valgrind Disable /usr/src Disable /usr/local/src Disable /usr/include Disable /usr/local/include Disable /usr/bin/gjs-console (requested /usr/bin/gjs) Disable /usr/bin/gjs-console (requested /bin/gjs) Disable /usr/bin/gjs-console Disable /usr/bin/gjs-console (requested /bin/gjs-console) Disable /usr/share/lua Disable /usr/bin/cpan Disable /usr/bin/cpan5.32-x86_64-linux-gnu Disable /usr/bin/cpan (requested /bin/cpan) Disable /usr/bin/cpan5.32-x86_64-linux-gnu (requested /bin/cpan5.32-x86_64-linux-gnu) Disable /usr/bin/perl Disable /usr/bin/perl (requested /bin/perl) Disable /usr/share/perl Disable /usr/share/perl5 Disable /usr/share/perl-openssl-defaults Not blacklist /usr/local/bin/python2* Not blacklist /usr/bin/python2* Not blacklist /bin/python2* Not blacklist /usr/local/games/python2* Not blacklist /usr/games/python2* Not blacklist /usr/include/python2* Not blacklist /usr/lib/python2.7 Not blacklist /usr/local/lib/python2* Not blacklist /usr/share/python2* Not blacklist /usr/local/bin/python3* Not blacklist /usr/bin/python3 Not blacklist /usr/bin/python3.9 Not blacklist /bin/python3 Not blacklist /bin/python3.9 Not blacklist /usr/local/games/python3* Not blacklist /usr/games/python3* Not blacklist /usr/include/python3* Not blacklist /usr/lib/python3 Not blacklist /usr/lib/python3.9 Not blacklist /usr/lib64/python3* Not blacklist /usr/local/lib/python3.9 Not blacklist /usr/share/python3 Not blacklist /home/username/.java Not blacklist /home/username/.killingfloor Not blacklist /home/username/.local/share/3909/PapersPlease Not blacklist /home/username/.local/share/Steam Not blacklist /home/username/.local/share/SuperHexagon Not blacklist /home/username/.local/share/Terraria Not blacklist /home/username/.local/share/aspyr-media Not blacklist /home/username/.local/share/bohemiainteractive Not blacklist /home/username/.local/share/cdprojektred Not blacklist /home/username/.local/share/FasterThanLight Not blacklist /home/username/.local/share/feral-interactive Not blacklist /home/username/.local/share/IntoTheBreach Not blacklist /home/username/.local/share/Paradox Interactive Not blacklist /home/username/.local/share/vpltd Not blacklist /home/username/.local/share/vulkan Not blacklist /home/username/.mbwarband Not blacklist /home/username/.paradoxinteractive Not blacklist /home/username/.steam Not blacklist /home/username/.steampath Not blacklist /home/username/.steampid Mounting read-only /tmp/.X11-unix 1624 1459 254:4 /.X11-unix /tmp/.X11-unix ro,relatime master:48 - ext4 /dev/mapper/computer--vg-tmp rw mountid=1624 fsname=/.X11-unix dir=/tmp/.X11-unix fstype=ext4 Disable /sys/fs Disable /sys/module Mounting noexec /run/firejail/mnt/pulse 1627 1326 0:100 /pulse /run/firejail/mnt/pulse rw,nosuid,nodev,noexec - tmpfs tmpfs rw,mode=755 mountid=1627 fsname=/pulse dir=/run/firejail/mnt/pulse fstype=tmpfs Creating empty /home/username/.config/pulse directory Drop privileges: pid 54, uid 1000, gid 1000, nogroups 0 Supplementary groups: 29 44 Mounting /run/firejail/mnt/pulse on /home/username/.config/pulse 1628 1399 0:100 /pulse /home/username/.config/pulse rw,nosuid,nodev,noexec - tmpfs tmpfs rw,mode=755 mountid=1628 fsname=/pulse dir=/home/username/.config/pulse fstype=tmpfs Current directory: /home/username DISPLAY=:0 parsed as 0 Install protocol filter: unix,inet,inet6,netlink configuring 22 seccomp entries in /run/firejail/mnt/seccomp/seccomp.protocol sbox run: /usr/lib/x86_64-linux-gnu/firejail/fsec-print /run/firejail/mnt/seccomp/seccomp.protocol Dropping all capabilities Drop privileges: pid 55, uid 1000, gid 1000, nogroups 1 No supplementary groups line OP JT JF K ================================= 0000: 20 00 00 00000004 ld data.architecture 0001: 15 04 00 c000003e jeq ARCH_64 0006 (false 0002) 0002: 20 00 00 00000000 ld data.syscall-number 0003: 15 01 00 00000167 jeq unknown 0005 (false 0004) 0004: 06 00 00 7fff0000 ret ALLOW 0005: 05 00 00 00000006 jmp 000c 0006: 20 00 00 00000004 ld data.architecture 0007: 15 01 00 c000003e jeq ARCH_64 0009 (false 0008) 0008: 06 00 00 7fff0000 ret ALLOW 0009: 20 00 00 00000000 ld data.syscall-number 000a: 15 01 00 00000029 jeq socket 000c (false 000b) 000b: 06 00 00 7fff0000 ret ALLOW 000c: 20 00 00 00000010 ld data.args[0] 000d: 15 00 01 00000001 jeq 1 000e (false 000f) 000e: 06 00 00 7fff0000 ret ALLOW 000f: 15 00 01 00000002 jeq 2 0010 (false 0011) 0010: 06 00 00 7fff0000 ret ALLOW 0011: 15 00 01 0000000a jeq a 0012 (false 0013) 0012: 06 00 00 7fff0000 ret ALLOW 0013: 15 00 01 00000010 jeq 10 0014 (false 0015) 0014: 06 00 00 7fff0000 ret ALLOW 0015: 06 00 00 0005005f ret ERRNO(95) configuring 101 seccomp entries in /run/firejail/mnt/seccomp/seccomp.32 sbox run: /usr/lib/x86_64-linux-gnu/firejail/fsec-print /run/firejail/mnt/seccomp/seccomp.32 Dropping all capabilities Drop privileges: pid 56, uid 1000, gid 1000, nogroups 1 No supplementary groups line OP JT JF K ================================= 0000: 20 00 00 00000004 ld data.architecture 0001: 15 01 00 40000003 jeq ARCH_32 0003 (false 0002) 0002: 06 00 00 7fff0000 ret ALLOW 0003: 20 00 00 00000000 ld data.syscall-number 0004: 15 00 01 00000015 jeq 15 0005 (false 0006) 0005: 06 00 00 00000001 ret KILL 0006: 15 00 01 00000034 jeq 34 0007 (false 0008) 0007: 06 00 00 00000001 ret KILL 0008: 15 00 01 0000001a jeq 1a 0009 (false 000a) 0009: 06 00 00 00000001 ret KILL 000a: 15 00 01 0000011b jeq 11b 000b (false 000c) 000b: 06 00 00 00000001 ret KILL 000c: 15 00 01 00000155 jeq 155 000d (false 000e) 000d: 06 00 00 00000001 ret KILL 000e: 15 00 01 00000156 jeq 156 000f (false 0010) 000f: 06 00 00 00000001 ret KILL 0010: 15 00 01 0000007f jeq 7f 0011 (false 0012) 0011: 06 00 00 00000001 ret KILL 0012: 15 00 01 00000080 jeq 80 0013 (false 0014) 0013: 06 00 00 00000001 ret KILL 0014: 15 00 01 0000015e jeq 15e 0015 (false 0016) 0015: 06 00 00 00000001 ret KILL 0016: 15 00 01 00000081 jeq 81 0017 (false 0018) 0017: 06 00 00 00000001 ret KILL 0018: 15 00 01 0000006e jeq 6e 0019 (false 001a) 0019: 06 00 00 00000001 ret KILL 001a: 15 00 01 00000065 jeq 65 001b (false 001c) 001b: 06 00 00 00000001 ret KILL 001c: 15 00 01 00000121 jeq 121 001d (false 001e) 001d: 06 00 00 00000001 ret KILL 001e: 15 00 01 00000057 jeq 57 001f (false 0020) 001f: 06 00 00 00000001 ret KILL 0020: 15 00 01 00000073 jeq 73 0021 (false 0022) 0021: 06 00 00 00000001 ret KILL 0022: 15 00 01 00000067 jeq 67 0023 (false 0024) 0023: 06 00 00 00000001 ret KILL 0024: 15 00 01 0000015b jeq 15b 0025 (false 0026) 0025: 06 00 00 00000001 ret KILL 0026: 15 00 01 0000015c jeq 15c 0027 (false 0028) 0027: 06 00 00 00000001 ret KILL 0028: 15 00 01 00000087 jeq 87 0029 (false 002a) 0029: 06 00 00 00000001 ret KILL 002a: 15 00 01 00000095 jeq 95 002b (false 002c) 002b: 06 00 00 00000001 ret KILL 002c: 15 00 01 0000007c jeq 7c 002d (false 002e) 002d: 06 00 00 00000001 ret KILL 002e: 15 00 01 00000157 jeq 157 002f (false 0030) 002f: 06 00 00 00000001 ret KILL 0030: 15 00 01 000000fd jeq fd 0031 (false 0032) 0031: 06 00 00 00000001 ret KILL 0032: 15 00 01 00000150 jeq 150 0033 (false 0034) 0033: 06 00 00 00000001 ret KILL 0034: 15 00 01 00000152 jeq 152 0035 (false 0036) 0035: 06 00 00 00000001 ret KILL 0036: 15 00 01 0000015d jeq 15d 0037 (false 0038) 0037: 06 00 00 00000001 ret KILL 0038: 15 00 01 0000011e jeq 11e 0039 (false 003a) 0039: 06 00 00 00000001 ret KILL 003a: 15 00 01 0000011f jeq 11f 003b (false 003c) 003b: 06 00 00 00000001 ret KILL 003c: 15 00 01 00000120 jeq 120 003d (false 003e) 003d: 06 00 00 00000001 ret KILL 003e: 15 00 01 00000056 jeq 56 003f (false 0040) 003f: 06 00 00 00000001 ret KILL 0040: 15 00 01 00000033 jeq 33 0041 (false 0042) 0041: 06 00 00 00000001 ret KILL 0042: 15 00 01 0000007b jeq 7b 0043 (false 0044) 0043: 06 00 00 00000001 ret KILL 0044: 15 00 01 000000d9 jeq d9 0045 (false 0046) 0045: 06 00 00 00000001 ret KILL 0046: 15 00 01 000000f5 jeq f5 0047 (false 0048) 0047: 06 00 00 00000001 ret KILL 0048: 15 00 01 000000f6 jeq f6 0049 (false 004a) 0049: 06 00 00 00000001 ret KILL 004a: 15 00 01 000000f7 jeq f7 004b (false 004c) 004b: 06 00 00 00000001 ret KILL 004c: 15 00 01 000000f8 jeq f8 004d (false 004e) 004d: 06 00 00 00000001 ret KILL 004e: 15 00 01 000000f9 jeq f9 004f (false 0050) 004f: 06 00 00 00000001 ret KILL 0050: 15 00 01 00000101 jeq 101 0051 (false 0052) 0051: 06 00 00 00000001 ret KILL 0052: 15 00 01 00000112 jeq 112 0053 (false 0054) 0053: 06 00 00 00000001 ret KILL 0054: 15 00 01 00000114 jeq 114 0055 (false 0056) 0055: 06 00 00 00000001 ret KILL 0056: 15 00 01 00000126 jeq 126 0057 (false 0058) 0057: 06 00 00 00000001 ret KILL 0058: 15 00 01 0000013d jeq 13d 0059 (false 005a) 0059: 06 00 00 00000001 ret KILL 005a: 15 00 01 0000013c jeq 13c 005b (false 005c) 005b: 06 00 00 00000001 ret KILL 005c: 15 00 01 0000003d jeq 3d 005d (false 005e) 005d: 06 00 00 00000001 ret KILL 005e: 15 00 01 00000058 jeq 58 005f (false 0060) 005f: 06 00 00 00000001 ret KILL 0060: 15 00 01 000000a9 jeq a9 0061 (false 0062) 0061: 06 00 00 00000001 ret KILL 0062: 15 00 01 00000082 jeq 82 0063 (false 0064) 0063: 06 00 00 00000001 ret KILL 0064: 06 00 00 7fff0000 ret ALLOW Dual 32/64 bit seccomp filter configured Build default+drop seccomp filter sbox run: /run/firejail/lib/fseccomp default drop /run/firejail/mnt/seccomp/seccomp /run/firejail/mnt/seccomp/seccomp.postexec !ptrace Dropping all capabilities Drop privileges: pid 57, uid 1000, gid 1000, nogroups 1 No supplementary groups Seccomp list in: !ptrace, check list: @default-keep, prelist: unknown, sbox run: /run/firejail/lib/fsec-optimize /run/firejail/mnt/seccomp/seccomp Dropping all capabilities Drop privileges: pid 58, uid 1000, gid 1000, nogroups 1 No supplementary groups configuring 136 seccomp entries in /run/firejail/mnt/seccomp/seccomp sbox run: /usr/lib/x86_64-linux-gnu/firejail/fsec-print /run/firejail/mnt/seccomp/seccomp Dropping all capabilities Drop privileges: pid 59, uid 1000, gid 1000, nogroups 1 No supplementary groups line OP JT JF K ================================= 0000: 20 00 00 00000004 ld data.architecture 0001: 15 01 00 c000003e jeq ARCH_64 0003 (false 0002) 0002: 06 00 00 7fff0000 ret ALLOW 0003: 20 00 00 00000000 ld data.syscall-number 0004: 35 01 00 40000000 jge X32_ABI 0006 (false 0005) 0005: 35 01 00 00000000 jge read 0007 (false 0006) 0006: 06 00 00 00050001 ret ERRNO(1) 0007: 15 00 01 00000065 jeq ptrace 0008 (false 0009) 0008: 06 00 00 7fff0000 ret ALLOW 0009: 15 00 01 0000009f jeq adjtimex 000a (false 000b) 000a: 06 00 00 00050001 ret ERRNO(1) 000b: 15 00 01 00000131 jeq clock_adjtime 000c (false 000d) 000c: 06 00 00 00050001 ret ERRNO(1) 000d: 15 00 01 000000e3 jeq clock_settime 000e (false 000f) 000e: 06 00 00 00050001 ret ERRNO(1) 000f: 15 00 01 000000a4 jeq settimeofday 0010 (false 0011) 0010: 06 00 00 00050001 ret ERRNO(1) 0011: 15 00 01 0000009a jeq modify_ldt 0012 (false 0013) 0012: 06 00 00 00050001 ret ERRNO(1) 0013: 15 00 01 000000d4 jeq lookup_dcookie 0014 (false 0015) 0014: 06 00 00 00050001 ret ERRNO(1) 0015: 15 00 01 0000012a jeq perf_event_open 0016 (false 0017) 0016: 06 00 00 00050001 ret ERRNO(1) 0017: 15 00 01 00000137 jeq process_vm_writev 0018 (false 0019) 0018: 06 00 00 00050001 ret ERRNO(1) 0019: 15 00 01 000000b0 jeq delete_module 001a (false 001b) 001a: 06 00 00 00050001 ret ERRNO(1) 001b: 15 00 01 00000139 jeq finit_module 001c (false 001d) 001c: 06 00 00 00050001 ret ERRNO(1) 001d: 15 00 01 000000af jeq init_module 001e (false 001f) 001e: 06 00 00 00050001 ret ERRNO(1) 001f: 15 00 01 000000a1 jeq chroot 0020 (false 0021) 0020: 06 00 00 00050001 ret ERRNO(1) 0021: 15 00 01 000000a5 jeq mount 0022 (false 0023) 0022: 06 00 00 00050001 ret ERRNO(1) 0023: 15 00 01 0000009b jeq pivot_root 0024 (false 0025) 0024: 06 00 00 00050001 ret ERRNO(1) 0025: 15 00 01 000000a6 jeq umount2 0026 (false 0027) 0026: 06 00 00 00050001 ret ERRNO(1) 0027: 15 00 01 0000009c jeq _sysctl 0028 (false 0029) 0028: 06 00 00 00050001 ret ERRNO(1) 0029: 15 00 01 000000b7 jeq afs_syscall 002a (false 002b) 002a: 06 00 00 00050001 ret ERRNO(1) 002b: 15 00 01 000000ae jeq create_module 002c (false 002d) 002c: 06 00 00 00050001 ret ERRNO(1) 002d: 15 00 01 000000b1 jeq get_kernel_syms 002e (false 002f) 002e: 06 00 00 00050001 ret ERRNO(1) 002f: 15 00 01 000000b5 jeq getpmsg 0030 (false 0031) 0030: 06 00 00 00050001 ret ERRNO(1) 0031: 15 00 01 000000b6 jeq putpmsg 0032 (false 0033) 0032: 06 00 00 00050001 ret ERRNO(1) 0033: 15 00 01 000000b2 jeq query_module 0034 (false 0035) 0034: 06 00 00 00050001 ret ERRNO(1) 0035: 15 00 01 000000b9 jeq security 0036 (false 0037) 0036: 06 00 00 00050001 ret ERRNO(1) 0037: 15 00 01 0000008b jeq sysfs 0038 (false 0039) 0038: 06 00 00 00050001 ret ERRNO(1) 0039: 15 00 01 000000b8 jeq tuxcall 003a (false 003b) 003a: 06 00 00 00050001 ret ERRNO(1) 003b: 15 00 01 00000086 jeq uselib 003c (false 003d) 003c: 06 00 00 00050001 ret ERRNO(1) 003d: 15 00 01 00000088 jeq ustat 003e (false 003f) 003e: 06 00 00 00050001 ret ERRNO(1) 003f: 15 00 01 000000ec jeq vserver 0040 (false 0041) 0040: 06 00 00 00050001 ret ERRNO(1) 0041: 15 00 01 000000ad jeq ioperm 0042 (false 0043) 0042: 06 00 00 00050001 ret ERRNO(1) 0043: 15 00 01 000000ac jeq iopl 0044 (false 0045) 0044: 06 00 00 00050001 ret ERRNO(1) 0045: 15 00 01 000000f6 jeq kexec_load 0046 (false 0047) 0046: 06 00 00 00050001 ret ERRNO(1) 0047: 15 00 01 00000140 jeq kexec_file_load 0048 (false 0049) 0048: 06 00 00 00050001 ret ERRNO(1) 0049: 15 00 01 000000a9 jeq reboot 004a (false 004b) 004a: 06 00 00 00050001 ret ERRNO(1) 004b: 15 00 01 000000a7 jeq swapon 004c (false 004d) 004c: 06 00 00 00050001 ret ERRNO(1) 004d: 15 00 01 000000a8 jeq swapoff 004e (false 004f) 004e: 06 00 00 00050001 ret ERRNO(1) 004f: 15 00 01 00000130 jeq open_by_handle_at 0050 (false 0051) 0050: 06 00 00 00050001 ret ERRNO(1) 0051: 15 00 01 0000012f jeq name_to_handle_at 0052 (false 0053) 0052: 06 00 00 00050001 ret ERRNO(1) 0053: 15 00 01 000000fb jeq ioprio_set 0054 (false 0055) 0054: 06 00 00 00050001 ret ERRNO(1) 0055: 15 00 01 00000067 jeq syslog 0056 (false 0057) 0056: 06 00 00 00050001 ret ERRNO(1) 0057: 15 00 01 0000012c jeq fanotify_init 0058 (false 0059) 0058: 06 00 00 00050001 ret ERRNO(1) 0059: 15 00 01 00000138 jeq kcmp 005a (false 005b) 005a: 06 00 00 00050001 ret ERRNO(1) 005b: 15 00 01 000000f8 jeq add_key 005c (false 005d) 005c: 06 00 00 00050001 ret ERRNO(1) 005d: 15 00 01 000000f9 jeq request_key 005e (false 005f) 005e: 06 00 00 00050001 ret ERRNO(1) 005f: 15 00 01 000000ed jeq mbind 0060 (false 0061) 0060: 06 00 00 00050001 ret ERRNO(1) 0061: 15 00 01 00000100 jeq migrate_pages 0062 (false 0063) 0062: 06 00 00 00050001 ret ERRNO(1) 0063: 15 00 01 00000117 jeq move_pages 0064 (false 0065) 0064: 06 00 00 00050001 ret ERRNO(1) 0065: 15 00 01 000000fa jeq keyctl 0066 (false 0067) 0066: 06 00 00 00050001 ret ERRNO(1) 0067: 15 00 01 000000ce jeq io_setup 0068 (false 0069) 0068: 06 00 00 00050001 ret ERRNO(1) 0069: 15 00 01 000000cf jeq io_destroy 006a (false 006b) 006a: 06 00 00 00050001 ret ERRNO(1) 006b: 15 00 01 000000d0 jeq io_getevents 006c (false 006d) 006c: 06 00 00 00050001 ret ERRNO(1) 006d: 15 00 01 000000d1 jeq io_submit 006e (false 006f) 006e: 06 00 00 00050001 ret ERRNO(1) 006f: 15 00 01 000000d2 jeq io_cancel 0070 (false 0071) 0070: 06 00 00 00050001 ret ERRNO(1) 0071: 15 00 01 000000d8 jeq remap_file_pages 0072 (false 0073) 0072: 06 00 00 00050001 ret ERRNO(1) 0073: 15 00 01 00000143 jeq userfaultfd 0074 (false 0075) 0074: 06 00 00 00050001 ret ERRNO(1) 0075: 15 00 01 000000a3 jeq acct 0076 (false 0077) 0076: 06 00 00 00050001 ret ERRNO(1) 0077: 15 00 01 00000141 jeq bpf 0078 (false 0079) 0078: 06 00 00 00050001 ret ERRNO(1) 0079: 15 00 01 000000b4 jeq nfsservctl 007a (false 007b) 007a: 06 00 00 00050001 ret ERRNO(1) 007b: 15 00 01 000000ab jeq setdomainname 007c (false 007d) 007c: 06 00 00 00050001 ret ERRNO(1) 007d: 15 00 01 000000aa jeq sethostname 007e (false 007f) 007e: 06 00 00 00050001 ret ERRNO(1) 007f: 15 00 01 00000099 jeq vhangup 0080 (false 0081) 0080: 06 00 00 00050001 ret ERRNO(1) 0081: 15 00 01 00000065 jeq ptrace 0082 (false 0083) 0082: 06 00 00 00050001 ret ERRNO(1) 0083: 15 00 01 00000087 jeq personality 0084 (false 0085) 0084: 06 00 00 00050001 ret ERRNO(1) 0085: 15 00 01 00000136 jeq process_vm_readv 0086 (false 0087) 0086: 06 00 00 00050001 ret ERRNO(1) 0087: 06 00 00 7fff0000 ret ALLOW seccomp filter configured Mounting read-only /run/firejail/mnt/seccomp 1630 1326 0:100 /seccomp /run/firejail/mnt/seccomp ro,nosuid - tmpfs tmpfs rw,mode=755 mountid=1630 fsname=/seccomp dir=/run/firejail/mnt/seccomp fstype=tmpfs Seccomp directory: ls /run/firejail/mnt/seccomp drwxr-xr-x root root 160 . drwxr-xr-x root root 380 .. -rw-r--r-- username username 1088 seccomp -rw-r--r-- username username 808 seccomp.32 -rw-r--r-- username username 114 seccomp.list -rw-r--r-- username username 0 seccomp.postexec -rw-r--r-- username username 0 seccomp.postexec32 -rw-r--r-- username username 176 seccomp.protocol Active seccomp files: cat /run/firejail/mnt/seccomp/seccomp.list /run/firejail/mnt/seccomp/seccomp.protocol /run/firejail/mnt/seccomp/seccomp.32 /run/firejail/mnt/seccomp/seccomp Dropping all capabilities noroot user namespace installed Dropping all capabilities NO_NEW_PRIVS set Drop privileges: pid 1, uid 1000, gid 1000, nogroups 1 No supplementary groups Starting application LD_PRELOAD=(null) execvp argument 0: steam Child process initialized in 173.11 ms Searching $PATH for steam trying #/usr/local/bin/steam# trying #/usr/bin/steam# trying #/bin/steam# trying #/usr/local/games/steam# trying #/usr/games/steam# Installing /run/firejail/mnt/seccomp/seccomp seccomp filter Installing /run/firejail/mnt/seccomp/seccomp.32 seccomp filter Installing /run/firejail/mnt/seccomp/seccomp.protocol seccomp filter monitoring pid 60 /home/username/.steam/debian-installation/steam.sh: line 117: VERSION_ID: unbound variable /home/username/.steam/debian-installation/steam.sh: line 117: VERSION_ID: unbound variable Running Steam on debian 64-bit /home/username/.steam/debian-installation/steam.sh: line 117: VERSION_ID: unbound variable STEAM_RUNTIME is enabled automatically Pins up-to-date! Steam client's requirements are satisfied WARNING: Using default/fallback debugger launch /home/username/.steam/debian-installation/ubuntu12_32/steam -nominidumps -nobreakpad [2021-05-03 18:10:59] Startup - updater built Apr 12 2021 18:51:36 Installing breakpad exception handler for appid(steam)/version(1618256785) Looks like steam didn't shutdown cleanly, scheduling immediate update check [2021-05-03 18:10:59] Loading cached metrics from disk (/home/username/.steam/debian-installation/package/steam_client_metrics.bin) [2021-05-03 18:10:59] Using the following download hosts for Public, Realm steamglobal [2021-05-03 18:10:59] 1. https://cdn.akamai.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' [2021-05-03 18:10:59] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' [2021-05-03 18:10:59] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in' Installing breakpad exception handler for appid(steam)/version(1618256785) [2021-05-03 18:10:59] Checking for update on startup [2021-05-03 18:10:59] Checking for available updates... [2021-05-03 18:10:59] Downloading manifest: https://cdn.akamai.steamstatic.com/client/steam_client_ubuntu12 Installing breakpad exception handler for appid(steam)/version(1618256785) [2021-05-03 18:11:00] Download skipped: /client/steam_client_ubuntu12 version 1618256785, installed version 1618256785, existing pending version 0 [2021-05-03 18:11:00] Nothing to do [2021-05-03 18:11:00] Verifying installation... [2021-05-03 18:11:00] Performing checksum verification of executable files [2021-05-03 18:11:00] Verification complete Loaded SDL version 2.0.15-6484190 Gtk-Message: 18:11:00.731: Failed to load module "gail" Gtk-Message: 18:11:00.731: Failed to load module "atk-bridge" (steam:201): Gtk-WARNING **: 18:11:00.733: Unable to locate theme engine in module_path: "adwaita", /usr/share/themes/Adwaita/gtk-2.0/main.rc:733: error: unexpected identifier 'direction', expected character '}' (steam:201): Gtk-WARNING **: 18:11:00.734: Unable to locate theme engine in module_path: "adwaita", /usr/share/themes/Adwaita/gtk-2.0/hacks.rc:28: error: invalid string constant "normal_entry", expected valid string constant Installing breakpad exception handler for appid(steam)/version(1618256785) STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy Could not connect to X session manager: None of the authentication protocols specified are supported [0503/181100.906729:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: browser Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) [0503/181100.922156:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0 [0503/181100.922191:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1618253516 [0503/181100.922196:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public [0503/181100.922200:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: undefined symbol: g_log_structured_standard Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed Warning: failed to set thread priority: set failed for priority 8 Warning: support for elevated priorities is most likely unavailable, suppressing future warnings [0503/181100.952143:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0 [0503/181100.952181:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1618253516 [0503/181100.952187:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public [0503/181100.952192:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed [0503/181100.952616:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: gpu-process Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) CApplicationManagerPopulateThread took 40 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread) Installing breakpad exception handler for appid(steam)/version(1618256785) Proceed to auto login CAppInfoCacheReadFromDiskThread took 88 milliseconds to initialize Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported [0503/181101.045720:ERROR:sandbox_linux.cc(372)] InitializeSandbox() called with multiple threads in process gpu-process. Opted-in Controller Mask for AppId 0: 0 Installing breakpad exception handler for appid(steam)/version(1618256785) [0503/181101.072709:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0 [0503/181101.072751:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1618253516 [0503/181101.072757:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public [0503/181101.072761:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve [0503/181101.073205:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: utility Installing breakpad exception handler for appid(steam)/version(1618256785) Found no supported CDM versions, using last known good version 4.10.1440.19 (steam:201): Gtk-WARNING **: 18:11:01.249: gtk_disable_setlocale() must be called before gtk_init() Installing breakpad exception handler for appid(steam)/version(1618256785) LogonFailure 5 Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported WARNING: radv is not a conformant vulkan implementation, testing use only. WARNING: radv is not a conformant vulkan implementation, testing use only. Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) roaming config store loaded successfully - 2298 bytes. migrating temporary roaming config store BRefreshApplicationsInLibrary 1: 7ms Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported [0503/181106.259567:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported [0503/181106.299102:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported [0503/181106.321790:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer Installing breakpad exception handler for appid(steam)/version(1618256785) Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Failed to init SteamVR because it isn't installed Installing breakpad exception handler for appid(steam)/version(1618256785) Installing breakpad exception handler for appid(steam)/version(1618256785) ^C Parent received signal 2, shutting down the child process... Child received signal 2, shutting down the sandbox... Parent is shutting down, bye...
rusty-snake commented 3 years ago

Duplicate of #3219? At least vlc yes.

fix vlc with this

mkdir -p ~/-config/firejail
echo 'seccomp !kcmp' >> ~/-config/firejail/vlc.local

and try this for steam

echo 'seccomp !kcmp,!ptrace' >> ~/-config/firejail/vlc.local
swimik commented 3 years ago

Duplicate of #3219? At least vlc yes.

fix vlc with this

mkdir -p ~/-config/firejail
echo 'seccomp !kcmp' >> ~/-config/firejail/vlc.local

This did work to fix vlc by creating a firejail folder in /home/username/.config/firejail and then adding a vlc.local to there.

adding seccomp !kcmp to the vlc.profile(or vlc.local) located in /etc/firejail did not work. Odd, but whatever

and try this for steam

echo 'seccomp !kcmp,!ptrace' >> ~/-config/firejail/vlc.local

I assume you meant echo 'seccomp !kcmp,!ptrace' >> ~/-config/firejail/**steam**.local

This did not enable steam to work. I also tried ignore seccomp or commenting out seccomp to no effect. It does try to load steam, the login window does appear but the steam console does not load.

Perhaps there is a feature of firejail that is recognizing the fact I am loading the 'wrong' driver for this card and sees that as some sort of security breach?

rusty-snake commented 3 years ago

Is anything relevant in the syslog? If not, try firejail --ignore=private-etc --ignore=nogroups --ignore=noroot steam. If this still don't help, you need to comment steam.profile and uncomment it line for line.

swimik commented 3 years ago

Ok, looking it over more it seems it wasn't reading steam.local because when I commented out seccomp it had no effect.

Deleting steam.local and commenting out seccomp in steam.profile did enable steam to work again. This was the only comment I made in the file.

My syslog shows this error when trying to run steam with seccomp enabled. kernel: [ 587.823999] audit: type=1326 audit(1620170477.091:19): auid=1000 uid=1000 gid=1000 ses=3 subj==unconfined pid=3988 comm="steam" exe="/home/username/.steam/debian-installation/ubuntu12_32/steam" sig=31 arch=40000003 syscall=349 compat=1 ip=0xf7f01559 code=0x0

following the seccomp guide found here https://firejail.wordpress.com/documentation-2/seccomp-guide/

I tried running firejail --debug-syscall | grep 349 but this didnt return anything. A quick search shows that this is the rcmp syscall but I cant seem to exclude it in steam.profile(currently the only profile in use).

I tried seccomp !ptrace,!kcmp and seccomp !ptrace,kcmp and it still gives me the kernel error for syscall=349

I take it my syntax is wrong?

swimik commented 3 years ago

Also, my debian installation is amd64 but steam is 32 bit and I have the i386 architecture enabled to use it. I see syscall 349 is for i386 so maybe the issue is firejail cant reference the i386 architecture on an amd64 install?

I could be blowing smoke but it could be relevant so I figured I would add it incase someone wasn't aware of this about steam.

rusty-snake commented 3 years ago

You can try

seccomp !kcmp,!ptrace
seccomp.32 !kcmp,!ptrace

but IDK if this works. If not use seccomp.drop.

seccomp.drop @clock,@cpu-emulation,@debug,@module,@mount,@obsolete,@raw-io,@reboot,@swap,open_by_handle_at,name_to_handle_at,ioprio_set,ni_syscall,syslog,fanotify_init,add_key,request_key,mbind,migrate_pages,move_pages,keyctl,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,set_mempolicyvmsplice,userfaultfd,acct,bpf,nfsservctl,setdomainname,sethostname,vhangup,personality,process_vm_readv
seccomp.32.drop @clock,@cpu-emulation,@debug,@module,@mount,@obsolete,@raw-io,@reboot,@swap,open_by_handle_at,name_to_handle_at,ioprio_set,ni_syscall,syslog,fanotify_init,add_key,request_key,mbind,migrate_pages,move_pages,keyctl,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,set_mempolicyvmsplice,userfaultfd,acct,bpf,nfsservctl,setdomainname,sethostname,vhangup,personality,process_vm_readv
swimik commented 3 years ago

seccomp !kcmp,!ptrace seccomp.32 !kcmp.!ptrace

This works only with separate lines for the 32bit syscall and the 64 bit syscall being split.

I guess vlc for debian is 32 bit? And/or this is only a problem if there need to be 64 bit and 32 bit exceptions? It might be worth updating the manpage to mention that seccomp.32 is an option when there is split 64bit and 32bit usage, or maybe this is something that can be fixed internally to firejail.

Ill keep testing to see if there are other issues.

swimik commented 3 years ago

There are some other issues with games within Steam but overall the initial problem I cited is fixed so I will close this and diagnose the game issues on a case by case basis.

Thanks