Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: firejail | Distribution: openSUSE Tumbleweed |
Version: 0.9.74 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Jul 19 13:11:41 2025 |
Group: Productivity/Security | Build host: reproducible |
Size: 2498845 | Source RPM: firejail-0.9.74-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://firejail.wordpress.com | |
Summary: Linux namepaces sandbox program |
Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf. It includes sandbox profiles for many existing applications like Iceweasel/Mozilla Firefox and Chromium. Firejail also expands the restricted shell facility found in bash by adding Linux namespace support. It supports sandboxing specific users upon login.
GPL-2.0-only
* Sat Jul 19 2025 Sebastian Wagner <sebix@sebix.at> - update to version 0.9.74: * security: fix sscanf rv checks (CodeQL) (#6184) * feature: private-etc rework: improve handling of /etc/resolv.conf and add * private-etc groups (#6400 #5518 #5608 #5609 #5629 #5638 #5641 #5642 #5643 * #5650 #5681 #5737 #5844 #5989 #6016 #6104 #5655 #6435 #6514 #6515) * feature: Add "keep-shell-rc" command and option (#1127 #5634) * feature: Print the argument when failing with "too long arguments" (#5677) * feature: a random hostname is assigned to each sandbox unless * overwritten using --hostname command * feature: add IPv6 support for --net.print option * feature: QUIC (HTTP/3) support in --nettrace * feature: add seccomp filters for --restrict-namespaces * feature: stats support for --nettrace * feature: add doas support in firecfg and jailcheck (#5899 #5900) * feature: firecfg: add firecfg.d & add ignore command (#2097 #5245 #5876 * #6153 #6268) * feature: expand simple macros in more commands (--chroot= --netfilter= * --netfilter6= --trace=) (#6032 #6109) * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187 #6195 #6200 * #6228 #6260 #6302 #6305) * feature: add support for comm, coredump, and prctl procevents in firemon * (#6414 #6415) * feature: add notpm command & keep tpm devices in private-dev (#6379 #6390) * feature: fshaper.sh: support tc on NixOS (#6426 #6431) * feature: add aarch64 syscalls (#5821 #6574) * feature: add --disable-sandbox-check configure flag (#6592) * feature: block /dev/ntsync & add keep-dev-ntsync command (#6655 #6660) * modif: Stop forwarding own double-dash to the shell (#5599 #5600) * modif: Prevent sandbox name (--name=) and host name (--hostname=) * from containing only digits (#5578 #5741) * modif: Escape control characters of the command line (#5613) * modif: Allow mostly only ASCII letters and digits for sandbox name * (--name=) and host name (--hostname=) (#5708 #5856) * modif: make private-lib a configure-time option, disabled by default (see * --enable-private-lib) (#5727 #5732) * modif: Improve --version/--help & print version on startup (#5829 #6172) * modif: improve errExit error messages (#5871) * modif: drop deprecated 'shell' option references (#5894) * modif: keep pipewire group unless nosound is used (#5992 #5993) * modif: fcopy: use lstat when copying directory (#5378 #5957) * modif: private-dev: keep /dev/kfd unless no3d is used (#6380) * modif: keep /sys/module/nvidia* if prop driver and no no3d (#6372 #6387) * modif: clarify error messages in profile.c (#6605) * modif: keep plugdev group unless nou2f is used (#6664) * removal: firemon: remove --interface option (it duplicates the firejail * --net.print= option) (0e48f99) * removal: remove support for LTS and firetunnel (db09546) * bugfix: fix --hostname and --hosts-file commands * bugfix: fix examples in firejail-local AppArmor profile (#5717) * bugfix: arp.c: ensure positive timeout on select(2) (#5806) * bugfix: Wrong syscall names for s390_pci_mmio_read and s390_pci_mmio_write * (#5965 #5976) * bugfix: firejail --ls reports wrong file sizes for large files (#5982 * #6086) * bugfix: fix startup race condition for /run/firejail directory (#6307) * bugfix: fix various resource leaks (#6367) * bugfix: profstats: fix restrict-namespaces max count (#6369) * bugfix: remove --noautopulse from --help and zsh comp (#6401) * bugfix: parse --debug before using it (#6579) * bugfix: fix possible memory leak in fs_home.c (#6598) * bugfix: do not interact with dbus directory if dbus proxy is disabled * (#6591) * bugfix: firecfg: check full .desktop filename in check_profile() (#6674) * build: auto-generate syntax files (#5627) * build: mark all phony targets as such (#5637) * build: mkdeb.sh: pass all arguments to ./configure (#5654) * build: deb: enable apparmor by default & remove deb-apparmor (#5668) * build: Fix whitespace and add .editorconfig (#5674) * build: remove for loop initial declarations to fix building with old * compilers (#5778) * build: enable compiler warnings by default (#5842) * build: remove -mretpoline and NO_EXTRA_CFLAGS (#5859) * build: disable all built-in implicit make rules (#5864) * build: organize and standardize make vars and targets (#5866) * build: fix seccomp filters and man pages always being rebuilt when running * make (#5156 #5898) * build: fix hardcoded make & remove unnecessary distclean targets (#5911) * build: dist and asc improvements (#5916) * build: fix some shellcheck issues & use config.sh in more scripts (#5927) * build: firecfg.config sorting improvements (#5942) * build: codespell improvements (#5955) * build: add missing makefile dep & syntax improvements (#5956) * build: sort.py: use case-sensitive sorting (#6070) * build: mkrpm.sh: append instead of override configure args (#6126) * build: use CPPFLAGS instead of INCLUDE in compile targets (#6159) * build: use full paths on compile/link targets (#6158) * build: automatically generate header dependencies (#6164) * build: improve main clean target (#6186) * build: mkrpm.sh improvements (#6196) * build: move errExit macro into inline function (#6217) * build: allow overriding certain tools & sync targets with CI (#6222) * build: reduce hardcoding and inconsistencies & add installcheck target * (#6230 #6620) * build: sort.py: filter empty and duplicate items (#6261) * build: fix "warning: "_FORTIFY_SOURCE" redefined" (#6282 #6283) * build: sort.py: add -h/-i/-n/-- options (#6290 #6339 #6562) * build: add strip target and simplify install targets (#6342) * build: remove clean dependency from cppcheck targets (#6343) * build: allow overriding common tools (#6354) * build: standardize install commands (#6366) * build: improve reliability/portability of date command usage (#6403 #6404) * build: sort.py: strip whitespace in profiles (#6556) * build: sort.py: fix whitespace in entire profile (#6593) * build: sort.py: quote diff lines (#6594) * build: remove cppcheck-old target/job (#6676) * ci: always update the package db before installing packages (#5742) * ci: fix codeql unable to download its own bundle (#5783) * ci: split configure/build/install commands on gitlab (#5784) * ci: fix swapped name/email arguments in debian_ci (#5795) * ci: formatting and misc improvements (#5802) * ci: run for every branch instead of just master (#5815) * ci: upgrade debian:stretch to debian:buster (#5818) * ci: standardize apt-get update/install & misc improvements (#5857) * ci: Update step-security/harden-runner and update allowed endpoints (#5953) * ci: whitelist paths, reorganize workflows & speed-up tests (#5960 #6627) * ci: fix dependabot duplicated workflow runs (#5984) * ci: allow running workflows manually (#6026) * ci: add timeout limits (#6178) * ci: make dependabot updates monthly and bump PR limit (#6338) * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057 * #6059) * contrib/vim: match profile files more broadly (#5850) * contrib/vim: add ftplugin file (based on cfg.vim) (#6680) * test: split individual test groups in github workflows * test: add chroot, appimage and network tests in github workflows * docs: remove apparmor options in --help when building without apparmor * support (#5589) * docs: fix typos (#5693) * docs: markdown formatting and misc improvements (#5757) * docs: add uninstall instructions to README.md (#5812) * docs: add precedence info to manpage & fix noblacklist example (#6358 * #6359) * docs: bug_report.md: use absolute path in 'steps to reproduce' (#6382) * docs: man: format and sort some private- items (#6398) * docs: man: improve blacklist/whitelist examples with spaces (#6425) * docs: add build_issue.md issue template (#6423) * docs: man: sort commands (firejail.1) (#6451) * docs: man: fix bold in command TPs (#6472) * docs: man: fix wrong escapes (#6474) * docs: github: streamline environment in issue templates (#6471 #6607) * docs: fix typos of --enable-selinux configure option (#6526) * docs: clarify intro and build section in README (#6524) * docs: clarify that other tools may not be in PPA (#6407) * docs: use GitHub issues as the bug reporting address (#6525) * docs: update distribution table & add note in SECURITY.md (#6624) * docs: clarify unmaintained status of overlayfs in configure.ac (#6632) * docs: improve whitelist and blacklist descriptions in man pages (#6622) * docs: note that --build may generate a non-functional profile (#6653) * legal: selinux.c: Split Copyright notice & use same license as upstream * (#5667) * profiles: qutebrowser: fix links not opening in the existing instance * (#5601 #5618) * profiles: clarify userns comments (#5686) * profiles: bulk rename electron to electron-common (#5700) * profiles: streamline seccomp socket comment (#5735) * profiles: drop hostname option from all profiles (#5702) * profiles: move read-only config entries to disable-common.inc (#5763) * profiles: standardize on just "GTK" on comments (#5794) * profiles: bleachbit: allow erasing Trash contents (#5337 #5902) * profiles: improvements to profiles using private (#5946) * profiles: standardize commented code and eol comments (#5987) * profiles: disable-common: add more suid programs (#6049 #6051 #6052) * profiles: replace private-opt with whitelist & document private-opt issues * (#6021) * profiles: drop paths already in wusc (#6218) * profiles: deny access to ~/.config/autostart (#6257) * profiles: replace x11 socket blacklist with disable-X11.inc (#6286) * profiles: sort blacklist sections (#6289) * profiles: rename disable-X11.inc to disable-x11.inc (#6294) * profiles: add allow-nodejs.inc to profile.template (#6298) * profiles: add allow-php.inc to profile.template (#6299) * profiles: clarify and add opengl-game to profile.template (#6300) * profiles: allow-ssh: allow /etc/ssh/ssh_revoked_hosts (#6308 #6309) * profiles: libreoffice: support signing documents with GPG (#6352 #6353) * profiles: blacklist i3 IPC socket & dir except for i3 itself (#6361) * profiles: librewolf: add new dbus name (io.gitlab.firefox) (#6413 #6473) * profiles: nextcloud: fix access to ~/Nextcloud (#5877 #6478) * profiles: ssh: add ${RUNUSER}/gvfsd-sftp (#5816 #6479) * profiles: firecfg: disable text editors (#6002 #6477) * profiles: browsers: centralize/sync/improve comments (#6486) * profiles: keepassxc: add new socket location (#5447 #6391) * profiles: signal-desktop: allow org.freedesktop.secrets (#6498) * profiles: firefox-common: allow org.freedesktop.portal.Documents (#6444 * #6499) * profiles: keepassxc: allow access to ssh-agent socket (#3314 #6531) * profiles: firecfg.config: disable dnsmasq (#6533) * profiles: game-launchers: disable nou2f (#6534) * profiles: anki: fix opening, allow media & add to firecfg (#6544 #6545) * profiles: wget: allow ~/.local/share/wget (#6542) * profiles: wget: unify wget2 into wget profile (#6551) * profiles: tesseract: disable private-tmp to fix ocrmypdf (#6550 #6552) * profiles: ensure allow-lua where mpv is allowed (#6555) * profiles: video-players: add missing /usr/share paths (#6557) * profiles: clamav: add /etc/clamav (#6565) * profiles: lutris: add comment for gamescope workaround (#6192) * profiles: disable-common: add bubblejail paths (#6571) * profiles: fix misc in kmail/transmission-qt & add kontact.profile (#5905) * profiles: misc changes and self-ref fixes in ghostwriter/peek (#5648) * profiles: firecfg: fix sha384sum & add b2sum/cksum (#6578) * profiles: refactor com.github.johnfactotum.Foliate into foliate.profile * (#6582) * profiles: anki: fix dark mode detection & misc changes (#6581) * profiles: tor: add memory-deny-write-execute (#6641) * profiles: torbrowser-launcher: move path from dc to dp (#6640) * profiles: ytmdesktop: add redirect & whitelist /opt/ytmdesktop (#6662 * #6666) * profiles: seahorse: add redirect org.gnome.seahorse.Application (#6658 * #6673) * profiles: godot: ignore noexec in home to fix addons (#6686) * new profiles: qpdf and redirects (fix-qdf, qpdf, zlib-flate) (#5675) * new profiles: parsecd (#5646 #5682) * new profiles: lobster (#5706 #5847 #5885 #6155) * new profiles: ani-cli (#5707 #5733 #5892 #5954) * new profiles: discord redirects (DiscordPTB, discord-ptb) (#5729) * new profiles: jami and postman (#5691) * new profiles: mov-cli (#5710) * new profiles: standard-notes (#5761) * new profiles: url-eater (#5780) * new profiles: fbreader redirect (FBReader) (d88c8d4) * new profiles: rssguard (#5881) * new profiles: mullvad-browser (#5887) * new profiles: sniffnet (#5920) * new profiles: daisy (#5935) * new profiles: reader (#5934) * new profiles: journal-viewer (#5943) * new profiles: clac (#5947) * new profiles: blender redirect (blender-3.6) (#6013) * new profiles: fluffychat (#6007) * new profiles: lettura (#6027) * new profiles: brz and bzr (Breezy) (#6028) * new profiles: floorp (#6030 #6683) * new profiles: tidal-hifi (#6008 #6009) * new profiles: termshark (#6039) * new profiles: tiny-rdm (#6083) * new profiles: rawtherapee (#6180) * new profiles: electron-cash (#6181) * new profiles: gnome-boxes (#6226) * new profiles: virt-manager (#6227) * new profiles: ledger-live-desktop (#6219) * new profiles: lz4 and redirects (#6241) * new profiles: qt5ct (#6249) * new profiles: qt6ct (#6250) * new profiles: green-recoder (#6237) * new profiles: bpftop (#6231) * new profiles: erd (#6236) * new profiles: lyriek (#6245) * new profiles: statusof (#6253) * new profiles: cloneit (#6232) * new profiles: deadlink (#6233) * new profiles: dexios (#6234) * new profiles: koreader (#6243) * new profiles: editorconfiger (#6235) * new profiles: localsend_app (#6244) * new profiles: rymdport (#6251) * new profiles: textroom (#6254) * new profiles: tvnamer (#6256) * new profiles: mimetype (#6247) * new profiles: session-desktop (#6259) * new profiles: metadata-cleaner (#6246) * new profiles: tqemu (#6255) * new profiles: gh (GitHub CLI) (#6293) * new profiles: axel (#6315) * new profiles: several kids programs (alienblaster geki2 geki3 lbreakouthd * tuxtype typespeed) (4c5f558) * new profiles: loupe (#6327 #6333) * new profiles: d-spy (#6328) * new profiles: nhex (#6341) * new profiles: armcord (#6365) * new profiles: dtui (#6422) * new profiles: singularity (Endgame: Singularity) (#6463) * new profiles: prismlauncher (#6558) * new profiles: irssi (#6549) * new profiles: syncthing (#6536) * new profiles: obsidian (#6314) * new profiles: b3sum (blake3) (#6577) * new profiles: aria2p/aria2rpc (#6583 #6609) * new profiles: buku (#6584) * new profiles: monero-wallet-cli (#6586) * new profiles: tremc (#6590) * new profiles: device-flasher.linux (CalyxOS) (#6616) * new profiles: hledger/hledger-ui (#6585) * new profiles: ncmpcpp (#6587) * new profiles: pyradio (#6589) * new profiles: vesktop (#6654) * new profiles: nsxiv (#6588) * new profiles: remmina-file-wrapper (#6669) * new profiles: ouch (#6678) * new profiles: xarchiver (#6679) * Thu Jan 09 2025 Christian Boltz <suse-beta@cboltz.de> - Load/reload AppArmor profiles when installing the package (boo#1235142#c1) * Sun Feb 04 2024 Arjen de Korte <suse+build@de-korte.org> - Use sysuser-tools to generate firejail group * Sun Apr 09 2023 Sebastian Wagner <sebix@sebix.at> - update to version 0.9.72: * modif: move hardcoded apps recognized by default in uiapps file * modif: remove sandbox edit dialog and replace it with uiapps file * feature: added uiapps file for default and user apps configuration * feature: added a system network monitor in sandbox stats * feature: added apparmor support in firejail-ui * feature: added bluetooth support in firejail-ui * feature: print final sandbox configuration in firejail-ui * bugfixes * Tue Jun 14 2022 Sebastian Wagner <sebix+novell.com@sebix.at> - remove patches fix-internet-access.patch and fix-CVE-2022-31214.patch as they are integrated upstream - update to version 0.9.70: - security: CVE-2022-31214 - root escalation in --join logic - Reported by Matthias Gerstner, working exploit code was provided to our - development team. In the same time frame, the problem was independently - reported by Birk Blechschmidt. Full working exploit code was also provided. - feature: enable shell tab completion with --tab (#4936) - feature: disable user profiles at compile time (#4990) - feature: Allow resolution of .local names with avahi-daemon in the apparmor - profile (#5088) - feature: always log seccomp errors (#5110) - feature: firecfg --guide, guided user configuration (#5111) - feature: --oom, kernel OutOfMemory-killer (#5122) - modif: --ids feature needs to be enabled at compile time (#5155) - modif: --nettrace only available to root user - rework: whitelist restructuring (#4985) - rework: firemon, speed up and lots of fixes - bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910) - bugfix: nogroups + wrc prints confusing messages (#4930 #4933) - bugfix: openSUSE Leap - whitelist-run-common.inc (#4954) - bugfix: fix printing in evince (#5011) - bugfix: gcov: fix gcov functions always declared as dummy (#5028) - bugfix: Stop warning on safe supplementary group clean (#5114) - build: remove ultimately unused INSTALL and RANLIB check macros (#5133) - build: mkdeb.sh.in: pass remaining arguments to ./configure (#5154) - ci: replace centos (EOL) with almalinux (#4912) - ci: fix --version not printing compile-time features (#5147) - ci: print version after install & fix apparmor support on build_apparmor - (#5148) - docs: Refer to firejail.config in configuration files (#4916) - docs: firejail.config: add warning about allow-tray (#4946) - docs: mention that the protocol command accumulates (#5043) - docs: mention inconsistent homedir bug involving --private=dir (#5052) - docs: mention capabilities(7) on --caps (#5078) - new profiles: onionshare, onionshare-cli, opera-developer, songrec - new profiles: node-gyp, npx, semver, ping-hardened - removed profiles: nvm * Wed Jun 08 2022 Sebastian Wagner <sebix+novell.com@sebix.at> - fix bsc#1199148 CVE-2022-31214 by adding patch fix-CVE-2022-31214.patch using commits from upstream. * Mon Feb 28 2022 Sebastian Wagner <sebix+novell.com@sebix.at> - add fix-internet-access.patch to fix boo#1196542 * Sun Feb 06 2022 Sebastian Wagner <sebix+novell.com@sebix.at> - update to firejail 0.9.68: - security: on Ubuntu, the PPA is now recommended over the distro package - (see README.md) (#4748) - security: bugfix: private-cwd leaks access to the entire filesystem - (#4780); reported by Hugo Osvaldo Barrera - feature: remove (some) environment variables with auth-tokens (#4157) - feature: ALLOW_TRAY condition (#4510 #4599) - feature: add basic Firejail support to AppArmor base abstraction (#3226 - #4628) - feature: intrusion detection system (--ids-init, --ids-check) - feature: deterministic shutdown command (--deterministic-exit-code, - --deterministic-shutdown) (#928 #3042 #4635) - feature: noprinters command (#4607 #4827) - feature: network monitor (--nettrace) - feature: network locker (--netlock) (#4848) - feature: whitelist-ro profile command (#4740) - feature: disable pipewire with --nosound (#4855) - feature: Unset TMP if it doesn't exist inside of sandbox (#4151) - feature: Allow apostrophe in whitelist and blacklist (#4614) - feature: AppImage support in --build command (#4878) - modifs: exit code: distinguish fatal signals by adding 128 (#4533) - modifs: firecfg.config is now installed to /etc/firejail/ (#408 #4669) - modifs: close file descriptors greater than 2 (--keep-fd) (#4845) - modifs: nogroups now stopped causing certain system groups to be dropped, - which are now controlled by the relevant "no" options instead (such as - nosound -> drop audio group), which fixes device access issues on systems - not using (e)logind (such as with seatd) (#4632 #4725 #4732 #4851) - removal: --disable-whitelist at compile time - removal: whitelist=yes/no in /etc/firejail/firejail.config - bugfix: Fix sndio support (#4362 #4365) - bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387) - bugfix: --build clears the environment (#4460 #4467) - bugfix: firejail hangs with net parameter (#3958 #4476) - bugfix: Firejail does not work with a custom hosts file (#2758 #4560) - bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586) - bugfix: PATH_MAX is undeclared on musl libc (#4578 #4579 #4583 #4606) - bugfix: firejail symlinks are not skipped with private-bin + globs (#4626) - bugfix: Firejail rejects empty arguments (#4395) - bugfix: firecfg does not work with symlinks (discord.desktop) (#4235) - bugfix: Seccomp list output goes to stdout instead of stderr (#4328) - bugfix: private-etc does not work with symlinks (#4887) - bugfix: Hardware key not detected on keepassxc (#4883) - build: allow building with address sanitizer (#4594) - build: Stop linking pthread (#4695) - build: Configure cleanup and improvements (#4712) - ci: add profile checks for sorting disable-programs.inc and - firecfg.config and for the required arguments in private-etc (#2739 #4643) - ci: pin GitHub actions to SHAs and use Dependabot to update them (#4774) - docs: Add new command checklist to CONTRIBUTING.md (#4413) - docs: Rework bug report issue template and add both a question and a - feature request template (#4479 #4515 #4561) - docs: fix contradictory descriptions of machine-id ("preserves" vs - "spoofs") (#4689) - docs: Document that private-bin and private-etc always accumulate (#4078) - new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462) - new includes: disable-proc.inc (#4521) - removed includes: disable-passwordmgr.inc (#4454 #4461) - new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim - new profiles: io.github.lainsce.Notejot, rednotebook, gallery-dl - new profiles: yt-dlp, goldendict, goldendict, bundle, cmake - new profiles: make, meson, pip, codium, telnet, ftp, OpenStego - new profiles: imv, retroarch, torbrowser, CachyBrowser, - new profiles: notable, RPCS3, wget2, raincat, conitop, 1passwd, - new profiles: Seafile, neovim, com.github.tchx84.Flatseal * Sun Jul 18 2021 Andreas Stieger <andreas.stieger@gmx.de> - firejail 0.9.66: * deprecated --audit options, relpaced by jailcheck utility * deprecated follow-symlink-as-user from firejail.config * new firejail.config settings: private-bin, private-etc * new firejail.config settings: private-opt, private-srv * new firejail.config settings: whitelist-disable-topdir * new firejail.config settings: seccomp-filter-add * removed kcmp syscall from seccomp default filter * rename --noautopulse to keep-config-pulse * filtering environment variables * zsh completion * command line: --mkdir, --mkfile * --protocol now accumulates * jailtest utility for testing running sandboxes * faccessat2 syscall support * --private-dev keeps /dev/input * added --noinput to disable /dev/input * add support for subdirs in --private-etc * subdirs support in private-etc * input devices support in private-dev, --no-input * support trailing comments on profile lines * many new profiles - split shell completion into standard subpackages * Sun Feb 07 2021 Илья Индиго <ilya@ilya.pp.ua> - Update to 0.9.64.4: * disabled overlayfs, pending multiple fixes * fixed launch firefox for open url in telegram-desktop.profile
/etc/apparmor.d /etc/apparmor.d/abstractions /etc/apparmor.d/abstractions/base.d /etc/apparmor.d/abstractions/base.d/firejail-base /etc/apparmor.d/firejail-default /etc/apparmor.d/local /etc/apparmor.d/local/firejail-default /etc/firejail /etc/firejail/0ad.profile /etc/firejail/1password.profile /etc/firejail/2048-qt.profile /etc/firejail/7z.profile /etc/firejail/7za.profile /etc/firejail/7zr.profile /etc/firejail/Books.profile /etc/firejail/Builder.profile /etc/firejail/Cheese.profile /etc/firejail/Cryptocat.profile /etc/firejail/Cyberfox.profile /etc/firejail/Discord.profile /etc/firejail/DiscordCanary.profile /etc/firejail/DiscordPTB.profile /etc/firejail/Documents.profile /etc/firejail/FBReader.profile /etc/firejail/FossaMail.profile /etc/firejail/Fritzing.profile /etc/firejail/Gitter.profile /etc/firejail/JDownloader.profile /etc/firejail/Logs.profile /etc/firejail/Maelstrom.profile /etc/firejail/Maps.profile /etc/firejail/Mathematica.profile /etc/firejail/Natron.profile /etc/firejail/PCSX2.profile /etc/firejail/PPSSPPQt.profile /etc/firejail/PPSSPPSDL.profile /etc/firejail/Postman.profile /etc/firejail/QMediathekView.profile /etc/firejail/QOwnNotes.profile /etc/firejail/Screenshot.profile /etc/firejail/Telegram.profile /etc/firejail/Thunar.profile /etc/firejail/Viber.profile /etc/firejail/VirtualBox.profile /etc/firejail/XMind.profile /etc/firejail/Xephyr.profile /etc/firejail/Xvfb.profile /etc/firejail/ZeGrapher.profile /etc/firejail/abiword.profile /etc/firejail/abrowser.profile /etc/firejail/acat.profile /etc/firejail/adiff.profile /etc/firejail/agetpkg.profile /etc/firejail/akonadi_control.profile /etc/firejail/akregator.profile /etc/firejail/alacarte.profile /etc/firejail/alienarena-wrapper.profile /etc/firejail/alienarena.profile /etc/firejail/alienblaster.profile /etc/firejail/allow-bin-sh.inc /etc/firejail/allow-common-devel.inc /etc/firejail/allow-gjs.inc /etc/firejail/allow-java.inc /etc/firejail/allow-lua.inc /etc/firejail/allow-nodejs.inc /etc/firejail/allow-opengl-game.inc /etc/firejail/allow-perl.inc /etc/firejail/allow-php.inc /etc/firejail/allow-python2.inc /etc/firejail/allow-python3.inc /etc/firejail/allow-ruby.inc /etc/firejail/allow-ssh.inc /etc/firejail/alpine.profile /etc/firejail/alpinef.profile /etc/firejail/als.profile /etc/firejail/amarok.profile /etc/firejail/amule.profile /etc/firejail/amuled.profile /etc/firejail/android-studio.profile /etc/firejail/ani-cli.profile /etc/firejail/anki.profile /etc/firejail/anydesk.profile /etc/firejail/aosp.profile /etc/firejail/apack.profile /etc/firejail/apktool.profile /etc/firejail/apostrophe.profile /etc/firejail/ar.profile /etc/firejail/arch-audit.profile /etc/firejail/archaudit-report.profile /etc/firejail/archiver-common.profile /etc/firejail/ardour4.profile /etc/firejail/ardour5.profile /etc/firejail/arduino.profile /etc/firejail/arepack.profile /etc/firejail/aria2c.profile /etc/firejail/aria2p.profile /etc/firejail/aria2rpc.profile /etc/firejail/ark.profile /etc/firejail/arm.profile /etc/firejail/armcord.profile /etc/firejail/artha.profile /etc/firejail/assogiate.profile /etc/firejail/asunder.profile /etc/firejail/atom-beta.profile /etc/firejail/atom.profile /etc/firejail/atool.profile /etc/firejail/atril-previewer.profile /etc/firejail/atril-thumbnailer.profile /etc/firejail/atril.profile /etc/firejail/audacious.profile /etc/firejail/audacity.profile /etc/firejail/audio-recorder.profile /etc/firejail/aunpack.profile /etc/firejail/authenticator-rs.profile /etc/firejail/authenticator.profile /etc/firejail/autokey-common.profile /etc/firejail/autokey-gtk.profile /etc/firejail/autokey-qt.profile /etc/firejail/autokey-run.profile /etc/firejail/autokey-shell.profile /etc/firejail/avidemux.profile /etc/firejail/avidemux3_cli.profile /etc/firejail/avidemux3_jobs_qt5.profile /etc/firejail/avidemux3_qt5.profile /etc/firejail/aweather.profile /etc/firejail/awesome.profile /etc/firejail/axel.profile /etc/firejail/b2sum.profile /etc/firejail/b3sum.profile /etc/firejail/ballbuster-wrapper.profile /etc/firejail/ballbuster.profile /etc/firejail/baloo_file.profile /etc/firejail/baloo_filemetadata_temp_extractor.profile /etc/firejail/balsa.profile /etc/firejail/baobab.profile /etc/firejail/barrier.profile /etc/firejail/basilisk.profile /etc/firejail/bcompare.profile /etc/firejail/beaker.profile /etc/firejail/bibletime.profile /etc/firejail/bibtex.profile /etc/firejail/bijiben.profile /etc/firejail/bitcoin-qt.profile /etc/firejail/bitlbee.profile /etc/firejail/bitwarden-desktop.profile /etc/firejail/bitwarden.profile /etc/firejail/blackbox.profile /etc/firejail/bleachbit.profile /etc/firejail/blender-2.8.profile /etc/firejail/blender-3.6.profile /etc/firejail/blender.profile /etc/firejail/bless.profile /etc/firejail/blink-common-hardened.inc.profile /etc/firejail/blink-common.profile /etc/firejail/blobby.profile /etc/firejail/blobwars.profile /etc/firejail/bluefish.profile /etc/firejail/bnox.profile /etc/firejail/bpftop.profile /etc/firejail/brackets.profile /etc/firejail/brasero.profile /etc/firejail/brave-browser-beta.profile /etc/firejail/brave-browser-dev.profile /etc/firejail/brave-browser-nightly.profile /etc/firejail/brave-browser-stable.profile /etc/firejail/brave-browser.profile /etc/firejail/brave.profile /etc/firejail/brz.profile /etc/firejail/bsdcat.profile /etc/firejail/bsdcpio.profile /etc/firejail/bsdtar.profile /etc/firejail/build-systems-common.profile /etc/firejail/buku.profile /etc/firejail/bundle.profile /etc/firejail/bunzip2.profile /etc/firejail/bzcat.profile /etc/firejail/bzflag.profile /etc/firejail/bzip2.profile /etc/firejail/bzr.profile /etc/firejail/cachy-browser.profile /etc/firejail/caja.profile /etc/firejail/calibre.profile /etc/firejail/calligra.profile /etc/firejail/calligraauthor.profile /etc/firejail/calligraconverter.profile /etc/firejail/calligraflow.profile /etc/firejail/calligragemini.profile /etc/firejail/calligraplan.profile /etc/firejail/calligraplanwork.profile /etc/firejail/calligrasheets.profile /etc/firejail/calligrastage.profile /etc/firejail/calligrawords.profile /etc/firejail/cameramonitor.profile /etc/firejail/cantata.profile /etc/firejail/cargo.profile /etc/firejail/catfish.profile /etc/firejail/cawbird.profile /etc/firejail/celluloid.profile /etc/firejail/chafa.profile /etc/firejail/chatterino.profile /etc/firejail/checkbashisms.profile /etc/firejail/cheese.profile /etc/firejail/cherrytree.profile /etc/firejail/chromium-browser-privacy.profile /etc/firejail/chromium-browser.profile /etc/firejail/chromium-common-hardened.inc.profile /etc/firejail/chromium-common.profile /etc/firejail/chromium-freeworld.profile /etc/firejail/chromium.profile /etc/firejail/cin.profile /etc/firejail/cinelerra-gg.profile /etc/firejail/cinelerra.profile /etc/firejail/cksum.profile /etc/firejail/clac.profile /etc/firejail/clamav.profile /etc/firejail/clamdscan.profile /etc/firejail/clamdtop.profile /etc/firejail/clamscan.profile /etc/firejail/clamtk.profile /etc/firejail/claws-mail.profile /etc/firejail/clawsker.profile /etc/firejail/clementine.profile /etc/firejail/clion-eap.profile /etc/firejail/clion.profile /etc/firejail/clipgrab.profile /etc/firejail/clipit.profile /etc/firejail/cliqz.profile /etc/firejail/clocks.profile /etc/firejail/cloneit.profile /etc/firejail/cmake.profile /etc/firejail/cmus.profile /etc/firejail/code-oss.profile /etc/firejail/code.profile /etc/firejail/codium.profile /etc/firejail/cointop.profile /etc/firejail/cola.profile /etc/firejail/colorful-wrapper.profile /etc/firejail/colorful.profile /etc/firejail/com.github.bleakgrey.tootle.profile /etc/firejail/com.github.dahenson.agenda.profile /etc/firejail/com.github.johnfactotum.Foliate.profile /etc/firejail/com.github.phase1geo.minder.profile /etc/firejail/com.github.tchx84.Flatseal.profile /etc/firejail/com.gitlab.newsflash.profile /etc/firejail/conkeror.profile /etc/firejail/conky.profile /etc/firejail/conplay.profile /etc/firejail/corebird.profile /etc/firejail/cower.profile /etc/firejail/coyim.profile /etc/firejail/cpio.profile /etc/firejail/crawl-tiles.profile /etc/firejail/crawl.profile /etc/firejail/crow.profile /etc/firejail/cryptocat.profile /etc/firejail/curl.profile /etc/firejail/cvlc.profile /etc/firejail/cyberfox.profile /etc/firejail/d-feet.profile /etc/firejail/d-spy.profile /etc/firejail/daisy.profile /etc/firejail/darktable.profile /etc/firejail/dbus-debug-common.profile /etc/firejail/dbus-send.profile /etc/firejail/dconf-editor.profile /etc/firejail/dconf.profile /etc/firejail/ddgr.profile /etc/firejail/ddgtk.profile /etc/firejail/deadbeef.profile /etc/firejail/deadlink.profile /etc/firejail/default.profile /etc/firejail/deluge.profile /etc/firejail/desktopeditors.profile /etc/firejail/devhelp.profile /etc/firejail/device-flasher.linux.profile /etc/firejail/devilspie.profile /etc/firejail/devilspie2.profile /etc/firejail/dex2jar.profile /etc/firejail/dexios.profile /etc/firejail/dia.profile /etc/firejail/dig.profile /etc/firejail/digikam.profile /etc/firejail/dillo.profile /etc/firejail/dino-im.profile /etc/firejail/dino.profile /etc/firejail/disable-X11.inc /etc/firejail/disable-common.inc /etc/firejail/disable-devel.inc /etc/firejail/disable-exec.inc /etc/firejail/disable-interpreters.inc /etc/firejail/disable-proc.inc /etc/firejail/disable-programs.inc /etc/firejail/disable-shell.inc /etc/firejail/disable-write-mnt.inc /etc/firejail/disable-x11.inc /etc/firejail/disable-xdg.inc /etc/firejail/discord-canary.profile /etc/firejail/discord-common.profile /etc/firejail/discord-ptb.profile /etc/firejail/discord.profile /etc/firejail/display-im6.q16.profile /etc/firejail/display.profile /etc/firejail/dnox.profile /etc/firejail/dnscrypt-proxy.profile /etc/firejail/dnsmasq.profile /etc/firejail/dolphin-emu.profile /etc/firejail/dolphin.profile /etc/firejail/dooble-qt4.profile /etc/firejail/dooble.profile /etc/firejail/dosbox.profile /etc/firejail/dragon.profile /etc/firejail/drawio.profile /etc/firejail/drill.profile /etc/firejail/dropbox.profile /etc/firejail/dtui.profile /etc/firejail/easystroke.profile /etc/firejail/ebook-convert.profile /etc/firejail/ebook-edit.profile /etc/firejail/ebook-meta.profile /etc/firejail/ebook-polish.profile /etc/firejail/ebook-viewer.profile /etc/firejail/editorconfiger.profile /etc/firejail/electron-cash.profile /etc/firejail/electron-common-hardened.inc.profile /etc/firejail/electron-common.profile /etc/firejail/electron-mail.profile /etc/firejail/electrum.profile /etc/firejail/element-desktop.profile /etc/firejail/elinks.profile /etc/firejail/emacs.profile /etc/firejail/email-common.profile /etc/firejail/empathy.profile /etc/firejail/enchant-2.profile /etc/firejail/enchant-lsmod-2.profile /etc/firejail/enchant-lsmod.profile /etc/firejail/enchant.profile /etc/firejail/engrampa.profile /etc/firejail/enox.profile /etc/firejail/enpass.profile /etc/firejail/eo-common.profile /etc/firejail/eog.profile /etc/firejail/eom.profile /etc/firejail/ephemeral.profile /etc/firejail/epiphany.profile /etc/firejail/equalx.profile /etc/firejail/erd.profile /etc/firejail/et.profile /etc/firejail/etr-wrapper.profile /etc/firejail/etr.profile /etc/firejail/evince-previewer.profile /etc/firejail/evince-thumbnailer.profile /etc/firejail/evince.profile /etc/firejail/evolution.profile /etc/firejail/exfalso.profile /etc/firejail/exiftool.profile /etc/firejail/falkon.profile /etc/firejail/fbreader.profile /etc/firejail/fdns.profile /etc/firejail/feedreader.profile /etc/firejail/feh-network.inc.profile /etc/firejail/feh.profile /etc/firejail/ferdi.profile /etc/firejail/fetchmail.profile /etc/firejail/ffmpeg.profile /etc/firejail/ffmpegthumbnailer.profile /etc/firejail/ffplay.profile /etc/firejail/ffprobe.profile /etc/firejail/file-manager-common.profile /etc/firejail/file-roller.profile /etc/firejail/file.profile /etc/firejail/filezilla.profile /etc/firejail/firecfg.config /etc/firejail/firecfg.d /etc/firejail/firedragon.profile /etc/firejail/firefox-beta.profile /etc/firejail/firefox-common-addons.profile /etc/firejail/firefox-common.profile /etc/firejail/firefox-developer-edition.profile /etc/firejail/firefox-esr.profile /etc/firejail/firefox-nightly.profile /etc/firejail/firefox-wayland.profile /etc/firejail/firefox-x11.profile /etc/firejail/firefox.profile /etc/firejail/firejail.config /etc/firejail/five-or-more.profile /etc/firejail/fix-qdf.profile /etc/firejail/flacsplt.profile /etc/firejail/flameshot.profile /etc/firejail/flashpeak-slimjet.profile /etc/firejail/floorp.profile /etc/firejail/flowblade.profile /etc/firejail/fluffychat.profile /etc/firejail/fluxbox.profile /etc/firejail/foliate.profile /etc/firejail/font-manager.profile /etc/firejail/fontforge.profile /etc/firejail/fossamail.profile /etc/firejail/four-in-a-row.profile /etc/firejail/fractal.profile /etc/firejail/franz.profile /etc/firejail/freecad.profile /etc/firejail/freecadcmd.profile /etc/firejail/freeciv-gtk3.profile /etc/firejail/freeciv-mp-gtk3.profile /etc/firejail/freeciv.profile /etc/firejail/freecol.profile /etc/firejail/freemind.profile /etc/firejail/freeoffice-planmaker.profile /etc/firejail/freeoffice-presentations.profile /etc/firejail/freeoffice-textmaker.profile /etc/firejail/freetube.profile /etc/firejail/freshclam.profile /etc/firejail/frogatto.profile /etc/firejail/frozen-bubble.profile /etc/firejail/ftp.profile /etc/firejail/funnyboat.profile /etc/firejail/gajim-history-manager.profile /etc/firejail/gajim.profile /etc/firejail/galculator.profile /etc/firejail/gallery-dl.profile /etc/firejail/gapplication.profile /etc/firejail/gcalccmd.profile /etc/firejail/gcloud.profile /etc/firejail/gconf-editor.profile /etc/firejail/gconf-merge-schema.profile /etc/firejail/gconf-merge-tree.profile /etc/firejail/gconf.profile /etc/firejail/gconfpkg.profile /etc/firejail/gconftool-2.profile /etc/firejail/gdu.profile /etc/firejail/geany.profile /etc/firejail/geary.profile /etc/firejail/gedit.profile /etc/firejail/geekbench.profile /etc/firejail/geeqie.profile /etc/firejail/geki2.profile /etc/firejail/geki3.profile /etc/firejail/gfeeds.profile /etc/firejail/gget.profile /etc/firejail/gh.profile /etc/firejail/ghb.profile /etc/firejail/ghostwriter.profile /etc/firejail/gimp-2.10.profile /etc/firejail/gimp-2.8.profile /etc/firejail/gimp.profile /etc/firejail/gist-paste.profile /etc/firejail/gist.profile /etc/firejail/git-cola.profile /etc/firejail/git.profile /etc/firejail/gitg.profile /etc/firejail/github-desktop.profile /etc/firejail/gitter.profile /etc/firejail/gjs.profile /etc/firejail/gl-117-wrapper.profile /etc/firejail/gl-117.profile /etc/firejail/glaxium-wrapper.profile /etc/firejail/glaxium.profile /etc/firejail/globaltime.profile /etc/firejail/gmpc.profile /etc/firejail/gnome-2048.profile /etc/firejail/gnome-books.profile /etc/firejail/gnome-boxes.profile /etc/firejail/gnome-builder.profile /etc/firejail/gnome-calculator.profile /etc/firejail/gnome-calendar.profile /etc/firejail/gnome-character-map.profile /etc/firejail/gnome-characters.profile /etc/firejail/gnome-chess.profile /etc/firejail/gnome-clocks.profile /etc/firejail/gnome-contacts.profile /etc/firejail/gnome-documents.profile /etc/firejail/gnome-font-viewer.profile /etc/firejail/gnome-hexgl.profile /etc/firejail/gnome-keyring-3.profile /etc/firejail/gnome-keyring-daemon.profile /etc/firejail/gnome-keyring.profile /etc/firejail/gnome-klotski.profile /etc/firejail/gnome-latex.profile /etc/firejail/gnome-logs.profile /etc/firejail/gnome-mahjongg.profile /etc/firejail/gnome-maps.profile /etc/firejail/gnome-mines.profile /etc/firejail/gnome-mplayer.profile /etc/firejail/gnome-mpv.profile /etc/firejail/gnome-music.profile /etc/firejail/gnome-nettool.profile /etc/firejail/gnome-nibbles.profile /etc/firejail/gnome-passwordsafe.profile /etc/firejail/gnome-photos.profile /etc/firejail/gnome-pie.profile /etc/firejail/gnome-pomodoro.profile /etc/firejail/gnome-recipes.profile /etc/firejail/gnome-ring.profile /etc/firejail/gnome-robots.profile /etc/firejail/gnome-schedule.profile /etc/firejail/gnome-screenshot.profile /etc/firejail/gnome-sound-recorder.profile /etc/firejail/gnome-sudoku.profile /etc/firejail/gnome-system-log.profile /etc/firejail/gnome-taquin.profile /etc/firejail/gnome-tetravex.profile /etc/firejail/gnome-todo.profile /etc/firejail/gnome-twitch.profile /etc/firejail/gnome-weather.profile /etc/firejail/gnome_games-common.profile /etc/firejail/gnote.profile /etc/firejail/gnubik.profile /etc/firejail/godot.profile /etc/firejail/godot3.profile /etc/firejail/goldendict.profile /etc/firejail/goobox.profile /etc/firejail/google-chrome-beta.profile /etc/firejail/google-chrome-stable.profile /etc/firejail/google-chrome-unstable.profile /etc/firejail/google-chrome.profile /etc/firejail/google-earth-pro.profile /etc/firejail/google-earth.profile /etc/firejail/google-play-music-desktop-player.profile /etc/firejail/googler-common.profile /etc/firejail/googler.profile /etc/firejail/gpa.profile /etc/firejail/gpg-agent.profile /etc/firejail/gpg.profile /etc/firejail/gpg2.profile /etc/firejail/gpicview.profile /etc/firejail/gpredict.profile /etc/firejail/gradio.profile /etc/firejail/gramps.profile /etc/firejail/gravity-beams-and-evaporating-stars.profile /etc/firejail/green-recoder.profile /etc/firejail/gsettings-data-convert.profile /etc/firejail/gsettings-schema-convert.profile /etc/firejail/gsettings.profile /etc/firejail/gtar.profile /etc/firejail/gthumb.profile /etc/firejail/gtk-lbry-viewer.profile /etc/firejail/gtk-pipe-viewer.profile /etc/firejail/gtk-straw-viewer.profile /etc/firejail/gtk-update-icon-cache.profile /etc/firejail/gtk-youtube-viewer.profile /etc/firejail/gtk-youtube-viewers-common.profile /etc/firejail/gtk2-youtube-viewer.profile /etc/firejail/gtk3-youtube-viewer.profile /etc/firejail/guayadeque.profile /etc/firejail/gucharmap.profile /etc/firejail/gummi.profile /etc/firejail/gunzip.profile /etc/firejail/guvcview.profile /etc/firejail/gwenview.profile /etc/firejail/gzexe.profile /etc/firejail/gzip.profile /etc/firejail/handbrake-gtk.profile /etc/firejail/handbrake.profile /etc/firejail/hashcat.profile /etc/firejail/hasher-common.profile /etc/firejail/hedgewars.profile /etc/firejail/hexchat.profile /etc/firejail/highlight.profile /etc/firejail/hitori.profile /etc/firejail/hledger-ui.profile /etc/firejail/hledger.profile /etc/firejail/homebank.profile /etc/firejail/host.profile /etc/firejail/hugin.profile /etc/firejail/hyperrogue.profile /etc/firejail/i2prouter.profile /etc/firejail/i3.profile /etc/firejail/iagno.profile /etc/firejail/icecat.profile /etc/firejail/icedove.profile /etc/firejail/iceweasel.profile /etc/firejail/idea.profile /etc/firejail/idea.sh.profile /etc/firejail/ideaIC.profile /etc/firejail/imagej.profile /etc/firejail/img2txt.profile /etc/firejail/impressive.profile /etc/firejail/imv.profile /etc/firejail/inkscape.profile /etc/firejail/inkview.profile /etc/firejail/inox.profile /etc/firejail/io.github.lainsce.Notejot.profile /etc/firejail/ipcalc-ng.profile /etc/firejail/ipcalc.profile /etc/firejail/iridium-browser.profile /etc/firejail/iridium.profile /etc/firejail/irssi.profile /etc/firejail/itch.profile /etc/firejail/jami-gnome.profile /etc/firejail/jami.profile /etc/firejail/jd-gui.profile /etc/firejail/jdownloader.profile /etc/firejail/jerry.profile /etc/firejail/jitsi-meet-desktop.profile /etc/firejail/jitsi.profile /etc/firejail/journal-viewer.profile /etc/firejail/jumpnbump-menu.profile /etc/firejail/jumpnbump.profile /etc/firejail/k3b.profile /etc/firejail/kaffeine.profile /etc/firejail/kalgebra.profile /etc/firejail/kalgebramobile.profile /etc/firejail/karbon.profile /etc/firejail/kate.profile /etc/firejail/kazam.profile /etc/firejail/kcalc.profile /etc/firejail/kdeinit4.profile /etc/firejail/kdenlive.profile /etc/firejail/kdiff3.profile /etc/firejail/keepass.profile /etc/firejail/keepass2.profile /etc/firejail/keepassx.profile /etc/firejail/keepassx2.profile /etc/firejail/keepassxc-cli.profile /etc/firejail/keepassxc-proxy.profile /etc/firejail/keepassxc.profile /etc/firejail/kfind.profile /etc/firejail/kget.profile /etc/firejail/kid3-cli.profile /etc/firejail/kid3-qt.profile /etc/firejail/kid3.profile /etc/firejail/kino.profile /etc/firejail/kiwix-desktop.profile /etc/firejail/klatexformula.profile /etc/firejail/klatexformula_cmdl.profile /etc/firejail/klavaro.profile /etc/firejail/kmail.profile /etc/firejail/kmplayer.profile /etc/firejail/knotes.profile /etc/firejail/kodi.profile /etc/firejail/kontact.profile /etc/firejail/konversation.profile /etc/firejail/kopete.profile /etc/firejail/koreader.profile /etc/firejail/krita.profile /etc/firejail/krunner.profile /etc/firejail/ktorrent.profile /etc/firejail/ktouch.profile /etc/firejail/kube.profile /etc/firejail/kwin_x11.profile /etc/firejail/kwrite.profile /etc/firejail/landlock-common.inc /etc/firejail/latex-common.profile /etc/firejail/latex.profile /etc/firejail/lbreakouthd.profile /etc/firejail/lbry-viewer-gtk.profile /etc/firejail/lbry-viewer.profile /etc/firejail/lbunzip2.profile /etc/firejail/lbzcat.profile /etc/firejail/lbzip2.profile /etc/firejail/leafpad.profile /etc/firejail/ledger-live-desktop.profile /etc/firejail/less.profile /etc/firejail/lettura.profile /etc/firejail/librecad.profile /etc/firejail/libreoffice.profile /etc/firejail/librewolf-nightly.profile /etc/firejail/librewolf.profile /etc/firejail/lifeograph.profile /etc/firejail/liferea.profile /etc/firejail/lightsoff.profile /etc/firejail/lincity-ng.profile /etc/firejail/links-common.profile /etc/firejail/links.profile /etc/firejail/links2.profile /etc/firejail/linphone.profile /etc/firejail/linuxqq.profile /etc/firejail/lmms.profile /etc/firejail/lobase.profile /etc/firejail/lobster.profile /etc/firejail/localc.profile /etc/firejail/localsend_app.profile /etc/firejail/lodraw.profile /etc/firejail/loffice.profile /etc/firejail/lofromtemplate.profile /etc/firejail/login.users /etc/firejail/loimpress.profile /etc/firejail/lollypop.profile /etc/firejail/lomath.profile /etc/firejail/loupe.profile /etc/firejail/loweb.profile /etc/firejail/lowriter.profile /etc/firejail/lrunzip.profile /etc/firejail/lrz.profile /etc/firejail/lrzcat.profile /etc/firejail/lrzip.profile /etc/firejail/lrztar.profile /etc/firejail/lrzuntar.profile /etc/firejail/lsar.profile /etc/firejail/lugaru.profile /etc/firejail/luminance-hdr.profile /etc/firejail/lutris.profile /etc/firejail/lximage-qt.profile /etc/firejail/lxmusic.profile /etc/firejail/lynx.profile /etc/firejail/lyriek.profile /etc/firejail/lyx.profile /etc/firejail/lz4.profile /etc/firejail/lz4c.profile /etc/firejail/lz4cat.profile /etc/firejail/lzcat.profile /etc/firejail/lzcmp.profile /etc/firejail/lzdiff.profile /etc/firejail/lzegrep.profile /etc/firejail/lzfgrep.profile /etc/firejail/lzgrep.profile /etc/firejail/lzip.profile /etc/firejail/lzless.profile /etc/firejail/lzma.profile /etc/firejail/lzmadec.profile /etc/firejail/lzmainfo.profile /etc/firejail/lzmore.profile /etc/firejail/lzop.profile /etc/firejail/macrofusion.profile /etc/firejail/magicor.profile /etc/firejail/make.profile /etc/firejail/makedeb.profile /etc/firejail/makepkg.profile /etc/firejail/man.profile /etc/firejail/manaplus.profile /etc/firejail/marker.profile /etc/firejail/masterpdfeditor.profile /etc/firejail/masterpdfeditor4.profile /etc/firejail/masterpdfeditor5.profile /etc/firejail/mate-calc.profile /etc/firejail/mate-calculator.profile /etc/firejail/mate-color-select.profile /etc/firejail/mate-dictionary.profile /etc/firejail/mathematica.profile /etc/firejail/matrix-mirage.profile /etc/firejail/mattermost-desktop.profile /etc/firejail/mcabber.profile /etc/firejail/mcomix.profile /etc/firejail/md5sum.profile /etc/firejail/mdr.profile /etc/firejail/mediainfo.profile /etc/firejail/mediathekview.profile /etc/firejail/megaglest.profile /etc/firejail/megaglest_editor.profile /etc/firejail/meld.profile /etc/firejail/mencoder.profile /etc/firejail/mendeleydesktop.profile /etc/firejail/menulibre.profile /etc/firejail/meson.profile /etc/firejail/metadata-cleaner.profile /etc/firejail/meteo-qt.profile /etc/firejail/microsoft-edge-beta.profile /etc/firejail/microsoft-edge-dev.profile /etc/firejail/microsoft-edge-stable.profile /etc/firejail/microsoft-edge.profile /etc/firejail/midori.profile /etc/firejail/mimetype.profile /etc/firejail/min.profile /etc/firejail/mindless.profile /etc/firejail/minecraft-launcher.profile /etc/firejail/minetest.profile /etc/firejail/minitube.profile /etc/firejail/mirage.profile /etc/firejail/mirrormagic.profile /etc/firejail/mocp.profile /etc/firejail/monero-wallet-cli.profile /etc/firejail/mousepad.profile /etc/firejail/mov-cli.profile /etc/firejail/mp3splt-gtk.profile /etc/firejail/mp3splt.profile /etc/firejail/mp3wrap.profile /etc/firejail/mpDris2.profile /etc/firejail/mpd.profile /etc/firejail/mpg123-alsa.profile /etc/firejail/mpg123-id3dump.profile /etc/firejail/mpg123-jack.profile /etc/firejail/mpg123-nas.profile /etc/firejail/mpg123-openal.profile /etc/firejail/mpg123-oss.profile /etc/firejail/mpg123-portaudio.profile /etc/firejail/mpg123-pulse.profile /etc/firejail/mpg123-strip.profile /etc/firejail/mpg123.bin.profile /etc/firejail/mpg123.profile /etc/firejail/mplayer.profile /etc/firejail/mpsyt.profile /etc/firejail/mpv.profile /etc/firejail/mrrescue.profile /etc/firejail/ms-excel.profile /etc/firejail/ms-office.profile /etc/firejail/ms-onenote.profile /etc/firejail/ms-outlook.profile /etc/firejail/ms-powerpoint.profile /etc/firejail/ms-skype.profile /etc/firejail/ms-word.profile /etc/firejail/mtpaint.profile /etc/firejail/mullvad-browser.profile /etc/firejail/multimc.profile /etc/firejail/multimc5.profile /etc/firejail/mumble.profile /etc/firejail/mupdf-gl.profile /etc/firejail/mupdf-x11-curl.profile /etc/firejail/mupdf-x11.profile /etc/firejail/mupdf.profile /etc/firejail/mupen64plus.profile /etc/firejail/muraster.profile /etc/firejail/musescore.profile /etc/firejail/musictube.profile /etc/firejail/musixmatch.profile /etc/firejail/mutool.profile /etc/firejail/mutt.profile /etc/firejail/mypaint-ora-thumbnailer.profile /etc/firejail/mypaint.profile /etc/firejail/nano.profile /etc/firejail/natron.profile /etc/firejail/nautilus.profile /etc/firejail/ncdu.profile /etc/firejail/ncdu2.profile /etc/firejail/ncmpcpp.profile /etc/firejail/nemo.profile /etc/firejail/neochat.profile /etc/firejail/neomutt.profile /etc/firejail/netactview.profile /etc/firejail/nethack-vultures.profile /etc/firejail/nethack.profile /etc/firejail/netsurf.profile /etc/firejail/neverball-wrapper.profile /etc/firejail/neverball.profile /etc/firejail/neverputt-wrapper.profile /etc/firejail/neverputt.profile /etc/firejail/newsbeuter.profile /etc/firejail/newsboat.profile /etc/firejail/newsflash.profile /etc/firejail/nextcloud-desktop.profile /etc/firejail/nextcloud.profile /etc/firejail/nheko.profile /etc/firejail/nhex.profile /etc/firejail/nicotine.profile /etc/firejail/nitroshare-cli.profile /etc/firejail/nitroshare-nmh.profile /etc/firejail/nitroshare-send.profile /etc/firejail/nitroshare-ui.profile /etc/firejail/nitroshare.profile /etc/firejail/node-gyp.profile /etc/firejail/node.profile /etc/firejail/nodejs-common.profile /etc/firejail/nolocal.net /etc/firejail/nolocal6.net /etc/firejail/nomacs.profile /etc/firejail/noprofile.profile /etc/firejail/notable.profile /etc/firejail/notify-send.profile /etc/firejail/npm.profile /etc/firejail/npx.profile /etc/firejail/nslookup.profile /etc/firejail/nsxiv.profile /etc/firejail/nuclear.profile /etc/firejail/nvim.profile /etc/firejail/nylas.profile /etc/firejail/nyx.profile /etc/firejail/obs.profile /etc/firejail/obsidian.profile /etc/firejail/ocenaudio.profile /etc/firejail/odt2txt.profile /etc/firejail/oggsplt.profile /etc/firejail/okular.profile /etc/firejail/onboard.profile /etc/firejail/onionshare-cli.profile /etc/firejail/onionshare-gui.profile /etc/firejail/onionshare.profile /etc/firejail/ooffice.profile /etc/firejail/ooviewdoc.profile /etc/firejail/open-invaders.profile /etc/firejail/openarena.profile /etc/firejail/openarena_ded.profile /etc/firejail/openbox.profile /etc/firejail/opencity.profile /etc/firejail/openclonk.profile /etc/firejail/openmw-launcher.profile /etc/firejail/openmw.profile /etc/firejail/openoffice.org.profile /etc/firejail/openshot-qt.profile /etc/firejail/openshot.profile /etc/firejail/openstego.profile /etc/firejail/openttd.profile /etc/firejail/opera-beta.profile /etc/firejail/opera-developer.profile /etc/firejail/opera.profile /etc/firejail/orage.profile /etc/firejail/org.gnome.NautilusPreviewer.profile /etc/firejail/org.gnome.seahorse.Application.profile /etc/firejail/ostrichriders.profile /etc/firejail/otter-browser.profile /etc/firejail/ouch.profile /etc/firejail/out123.profile /etc/firejail/p7zip.profile /etc/firejail/palemoon.profile /etc/firejail/pandoc.profile /etc/firejail/parole.profile /etc/firejail/parsecd.profile /etc/firejail/patch.profile /etc/firejail/pavucontrol-qt.profile /etc/firejail/pavucontrol.profile /etc/firejail/pcmanfm.profile /etc/firejail/pcsxr.profile /etc/firejail/pdfchain.profile /etc/firejail/pdflatex.profile /etc/firejail/pdfmod.profile /etc/firejail/pdfsam.profile /etc/firejail/pdftotext.profile /etc/firejail/peek.profile /etc/firejail/penguin-command.profile /etc/firejail/photoflare.profile /etc/firejail/picard.profile /etc/firejail/pidgin.profile /etc/firejail/pinball-wrapper.profile /etc/firejail/pinball.profile /etc/firejail/ping-hardened.inc.profile /etc/firejail/ping.profile /etc/firejail/pingus.profile /etc/firejail/pinta.profile /etc/firejail/pioneer.profile /etc/firejail/pip.profile /etc/firejail/pipe-viewer-gtk.profile /etc/firejail/pipe-viewer.profile /etc/firejail/pithos.profile /etc/firejail/pitivi.profile /etc/firejail/pix.profile /etc/firejail/pkglog.profile /etc/firejail/planmaker18.profile /etc/firejail/planmaker18free.profile /etc/firejail/playonlinux.profile /etc/firejail/pluma.profile /etc/firejail/plv.profile /etc/firejail/pngquant.profile /etc/firejail/pnpm.profile /etc/firejail/pnpx.profile /etc/firejail/polari.profile /etc/firejail/postman.profile /etc/firejail/ppsspp.profile /etc/firejail/pragha.profile /etc/firejail/presentations18.profile /etc/firejail/presentations18free.profile /etc/firejail/prismlauncher.profile /etc/firejail/profanity.profile /etc/firejail/psi-plus.profile /etc/firejail/psi.profile /etc/firejail/pybitmessage.profile /etc/firejail/pycharm-community.profile /etc/firejail/pycharm-professional.profile /etc/firejail/pyradio.profile /etc/firejail/pzstd.profile /etc/firejail/qbittorrent.profile /etc/firejail/qcomicbook.profile /etc/firejail/qemu-common.profile /etc/firejail/qemu-launcher.profile /etc/firejail/qemu-system-x86_64.profile /etc/firejail/qgis.profile /etc/firejail/qlipper.profile /etc/firejail/qmmp.profile /etc/firejail/qnapi.profile /etc/firejail/qpdf.profile /etc/firejail/qpdfview.profile /etc/firejail/qq.profile /etc/firejail/qrencode.profile /etc/firejail/qt-faststart.profile /etc/firejail/qt5ct.profile /etc/firejail/qt6ct.profile /etc/firejail/qtox.profile /etc/firejail/quadrapassel.profile /etc/firejail/quassel.profile /etc/firejail/quaternion.profile /etc/firejail/quiterss.profile /etc/firejail/quodlibet.profile /etc/firejail/qupzilla.profile /etc/firejail/qutebrowser.profile /etc/firejail/raincat.profile /etc/firejail/rambox.profile /etc/firejail/ranger.profile /etc/firejail/rawtherapee.profile /etc/firejail/reader.profile /etc/firejail/redeclipse.profile /etc/firejail/rednotebook.profile /etc/firejail/redshift.profile /etc/firejail/regextester.profile /etc/firejail/remmina-file-wrapper.profile /etc/firejail/remmina.profile /etc/firejail/retroarch.profile /etc/firejail/rhythmbox-client.profile /etc/firejail/rhythmbox.profile /etc/firejail/ricochet.profile /etc/firejail/riot-desktop.profile /etc/firejail/riot-web.profile /etc/firejail/ripperx.profile /etc/firejail/ristretto.profile /etc/firejail/rnano.profile /etc/firejail/rocketchat.profile /etc/firejail/rpcs3.profile /etc/firejail/rssguard.profile /etc/firejail/rsync-download_only.profile /etc/firejail/rtin.profile /etc/firejail/rtorrent.profile /etc/firejail/rtv-addons.profile /etc/firejail/rtv.profile /etc/firejail/runenpass.sh.profile /etc/firejail/rview.profile /etc/firejail/rvim.profile /etc/firejail/rymdport.profile /etc/firejail/sayonara.profile /etc/firejail/scallion.profile /etc/firejail/scorched3d-wrapper.profile /etc/firejail/scorched3d.profile /etc/firejail/scorchwentbonkers.profile /etc/firejail/scp.profile /etc/firejail/scribus.profile /etc/firejail/sdat2img.profile /etc/firejail/seafile-applet.profile /etc/firejail/seahorse-adventures.profile /etc/firejail/seahorse-daemon.profile /etc/firejail/seahorse-tool.profile /etc/firejail/seahorse.profile /etc/firejail/seamonkey-bin.profile /etc/firejail/seamonkey.profile /etc/firejail/secret-tool.profile /etc/firejail/semver.profile /etc/firejail/server.profile /etc/firejail/servo.profile /etc/firejail/session-desktop.profile /etc/firejail/session-messenger-desktop.profile /etc/firejail/session-messenger.profile /etc/firejail/sftp.profile /etc/firejail/sha1sum.profile /etc/firejail/sha224sum.profile /etc/firejail/sha256sum.profile /etc/firejail/sha384sum.profile /etc/firejail/sha512sum.profile /etc/firejail/shellcheck.profile /etc/firejail/shortwave.profile /etc/firejail/shotcut.profile /etc/firejail/shotwell.profile /etc/firejail/signal-cli.profile /etc/firejail/signal-desktop.profile /etc/firejail/silentarmy.profile /etc/firejail/simple-scan.profile /etc/firejail/simplescreenrecorder.profile /etc/firejail/simutrans.profile /etc/firejail/singularity.profile /etc/firejail/skanlite.profile /etc/firejail/skypeforlinux.profile /etc/firejail/slack.profile /etc/firejail/slashem.profile /etc/firejail/smplayer.profile /etc/firejail/smtube.profile /etc/firejail/smuxi-frontend-gnome.profile /etc/firejail/sniffnet.profile /etc/firejail/snox.profile /etc/firejail/soffice.profile /etc/firejail/softmaker-common.profile /etc/firejail/sol.profile /etc/firejail/songrec.profile /etc/firejail/sound-juicer.profile /etc/firejail/soundconverter.profile /etc/firejail/spectacle.profile /etc/firejail/spectral.profile /etc/firejail/spectre-meltdown-checker.profile /etc/firejail/spotify.profile /etc/firejail/sqlitebrowser.profile /etc/firejail/ssh-agent.profile /etc/firejail/ssh.profile /etc/firejail/ssmtp.profile /etc/firejail/standard-notes.profile /etc/firejail/standardnotes-desktop.profile /etc/firejail/start-tor-browser.desktop.profile /etc/firejail/start-tor-browser.profile /etc/firejail/statusof.profile /etc/firejail/steam-native.profile /etc/firejail/steam-runtime.profile /etc/firejail/steam.profile /etc/firejail/stellarium.profile /etc/firejail/straw-viewer.profile /etc/firejail/strawberry.profile /etc/firejail/strings.profile /etc/firejail/studio.sh.profile /etc/firejail/subdownloader.profile /etc/firejail/sum.profile /etc/firejail/supertux2.profile /etc/firejail/supertuxkart-wrapper.profile /etc/firejail/supertuxkart.profile /etc/firejail/surf.profile /etc/firejail/sushi.profile /etc/firejail/sway.profile /etc/firejail/swell-foop.profile /etc/firejail/sylpheed.profile /etc/firejail/syncthing.profile /etc/firejail/synfigstudio.profile /etc/firejail/sysprof-cli.profile /etc/firejail/sysprof.profile /etc/firejail/system-log-common.profile /etc/firejail/tar.profile /etc/firejail/tb-starter-wrapper.profile /etc/firejail/tcpdump.profile /etc/firejail/tcpserver.net /etc/firejail/teams-for-linux.profile /etc/firejail/teams.profile /etc/firejail/teamspeak3.profile /etc/firejail/teeworlds.profile /etc/firejail/telegram-desktop.profile /etc/firejail/telegram.profile /etc/firejail/telnet.profile /etc/firejail/terasology.profile /etc/firejail/termshark.profile /etc/firejail/tesseract.profile /etc/firejail/tex.profile /etc/firejail/textmaker18.profile /etc/firejail/textmaker18free.profile /etc/firejail/textroom.profile /etc/firejail/thunar.profile /etc/firejail/thunderbird-beta.profile /etc/firejail/thunderbird-wayland.profile /etc/firejail/thunderbird.profile /etc/firejail/tidal-hifi.profile /etc/firejail/tilp.profile /etc/firejail/tin.profile /etc/firejail/tiny-rdm.profile /etc/firejail/tmux.profile /etc/firejail/tor-browser-ar.profile /etc/firejail/tor-browser-ca.profile /etc/firejail/tor-browser-cs.profile /etc/firejail/tor-browser-da.profile /etc/firejail/tor-browser-de.profile /etc/firejail/tor-browser-el.profile /etc/firejail/tor-browser-en-us.profile /etc/firejail/tor-browser-en.profile /etc/firejail/tor-browser-es-es.profile /etc/firejail/tor-browser-es.profile /etc/firejail/tor-browser-fa.profile /etc/firejail/tor-browser-fr.profile /etc/firejail/tor-browser-ga-ie.profile /etc/firejail/tor-browser-he.profile /etc/firejail/tor-browser-hu.profile /etc/firejail/tor-browser-id.profile /etc/firejail/tor-browser-is.profile /etc/firejail/tor-browser-it.profile /etc/firejail/tor-browser-ja.profile /etc/firejail/tor-browser-ka.profile /etc/firejail/tor-browser-ko.profile /etc/firejail/tor-browser-nb.profile /etc/firejail/tor-browser-nl.profile /etc/firejail/tor-browser-pl.profile /etc/firejail/tor-browser-pt-br.profile /etc/firejail/tor-browser-ru.profile /etc/firejail/tor-browser-sv-se.profile /etc/firejail/tor-browser-tr.profile /etc/firejail/tor-browser-vi.profile /etc/firejail/tor-browser-zh-cn.profile /etc/firejail/tor-browser-zh-tw.profile /etc/firejail/tor-browser.profile /etc/firejail/tor-browser_ar.profile /etc/firejail/tor-browser_ca.profile /etc/firejail/tor-browser_cs.profile /etc/firejail/tor-browser_da.profile /etc/firejail/tor-browser_de.profile /etc/firejail/tor-browser_el.profile /etc/firejail/tor-browser_en-US.profile /etc/firejail/tor-browser_en.profile /etc/firejail/tor-browser_es-ES.profile /etc/firejail/tor-browser_es.profile /etc/firejail/tor-browser_fa.profile /etc/firejail/tor-browser_fr.profile /etc/firejail/tor-browser_ga-IE.profile /etc/firejail/tor-browser_he.profile /etc/firejail/tor-browser_hu.profile /etc/firejail/tor-browser_id.profile /etc/firejail/tor-browser_is.profile /etc/firejail/tor-browser_it.profile /etc/firejail/tor-browser_ja.profile /etc/firejail/tor-browser_ka.profile /etc/firejail/tor-browser_ko.profile /etc/firejail/tor-browser_nb.profile /etc/firejail/tor-browser_nl.profile /etc/firejail/tor-browser_pl.profile /etc/firejail/tor-browser_pt-BR.profile /etc/firejail/tor-browser_ru.profile /etc/firejail/tor-browser_sv-SE.profile /etc/firejail/tor-browser_tr.profile /etc/firejail/tor-browser_vi.profile /etc/firejail/tor-browser_zh-CN.profile /etc/firejail/tor-browser_zh-TW.profile /etc/firejail/tor.profile /etc/firejail/torbrowser-launcher.profile /etc/firejail/torbrowser.profile /etc/firejail/torcs.profile /etc/firejail/totem.profile /etc/firejail/tqemu.profile /etc/firejail/tracker.profile /etc/firejail/transgui.profile /etc/firejail/transmission-cli.profile /etc/firejail/transmission-common.profile /etc/firejail/transmission-create.profile /etc/firejail/transmission-daemon.profile /etc/firejail/transmission-edit.profile /etc/firejail/transmission-gtk.profile /etc/firejail/transmission-qt.profile /etc/firejail/transmission-remote-cli.profile /etc/firejail/transmission-remote-gtk.profile /etc/firejail/transmission-remote.profile /etc/firejail/transmission-show.profile /etc/firejail/tremc.profile /etc/firejail/tremulous.profile /etc/firejail/trojita.profile /etc/firejail/truecraft.profile /etc/firejail/ts3client_runscript.sh.profile /etc/firejail/tshark.profile /etc/firejail/tuir.profile /etc/firejail/tutanota-desktop.profile /etc/firejail/tuxguitar.profile /etc/firejail/tuxtype.profile /etc/firejail/tvbrowser.profile /etc/firejail/tvnamer.profile /etc/firejail/twitch.profile /etc/firejail/typespeed.profile /etc/firejail/udiskie.profile /etc/firejail/uefitool.profile /etc/firejail/uget-gtk.profile /etc/firejail/unar.profile /etc/firejail/unbound.profile /etc/firejail/uncompress.profile /etc/firejail/unf.profile /etc/firejail/unknown-horizons.profile /etc/firejail/unlz4.profile /etc/firejail/unlzma.profile /etc/firejail/unrar.profile /etc/firejail/unxz.profile /etc/firejail/unzip.profile /etc/firejail/unzstd.profile /etc/firejail/url-eater.profile /etc/firejail/utox.profile /etc/firejail/uudeview.profile /etc/firejail/uzbl-browser.profile /etc/firejail/vesktop.profile /etc/firejail/viewnior.profile /etc/firejail/viking.profile /etc/firejail/vim.profile /etc/firejail/vimcat.profile /etc/firejail/vimdiff.profile /etc/firejail/vimpager.profile /etc/firejail/vimtutor.profile /etc/firejail/virt-manager.profile /etc/firejail/virtualbox.profile /etc/firejail/vivaldi-beta.profile /etc/firejail/vivaldi-snapshot.profile /etc/firejail/vivaldi-stable.profile /etc/firejail/vivaldi.profile /etc/firejail/vlc.profile /etc/firejail/vmplayer.profile /etc/firejail/vmware-player.profile /etc/firejail/vmware-view.profile /etc/firejail/vmware-workstation.profile /etc/firejail/vmware.profile /etc/firejail/vscodium.profile /etc/firejail/vulturesclaw.profile /etc/firejail/vultureseye.profile /etc/firejail/vym.profile /etc/firejail/w3m.profile /etc/firejail/warmux.profile /etc/firejail/warsow.profile /etc/firejail/warzone2100.profile /etc/firejail/waterfox-classic.profile /etc/firejail/waterfox-current.profile /etc/firejail/waterfox.profile /etc/firejail/webserver.net /etc/firejail/webstorm.profile /etc/firejail/webui-aria2.profile /etc/firejail/weechat-curses.profile /etc/firejail/weechat.profile /etc/firejail/wesnoth.profile /etc/firejail/wget.profile /etc/firejail/wget2.profile /etc/firejail/whalebird.profile /etc/firejail/whitelist-1793-workaround.inc /etc/firejail/whitelist-common.inc /etc/firejail/whitelist-player-common.inc /etc/firejail/whitelist-run-common.inc /etc/firejail/whitelist-runuser-common.inc /etc/firejail/whitelist-usr-share-common.inc /etc/firejail/whitelist-var-common.inc /etc/firejail/whois.profile /etc/firejail/widelands.profile /etc/firejail/wine.profile /etc/firejail/wire-desktop.profile /etc/firejail/wireshark-gtk.profile /etc/firejail/wireshark-qt.profile /etc/firejail/wireshark.profile /etc/firejail/wordwarvi.profile /etc/firejail/wpp.profile /etc/firejail/wps.profile /etc/firejail/wpspdf.profile /etc/firejail/x-terminal-emulator.profile /etc/firejail/x2goclient.profile /etc/firejail/xarchiver.profile /etc/firejail/xbill.profile /etc/firejail/xcalc.profile /etc/firejail/xchat.profile /etc/firejail/xed.profile /etc/firejail/xfburn.profile /etc/firejail/xfce4-dict.profile /etc/firejail/xfce4-mixer.profile /etc/firejail/xfce4-notes.profile /etc/firejail/xfce4-screenshooter.profile /etc/firejail/xiphos.profile /etc/firejail/xlinks.profile /etc/firejail/xlinks2.profile /etc/firejail/xmms.profile /etc/firejail/xmr-stak.profile /etc/firejail/xonotic-glx.profile /etc/firejail/xonotic-sdl-wrapper.profile /etc/firejail/xonotic-sdl.profile /etc/firejail/xonotic.profile /etc/firejail/xournal.profile /etc/firejail/xournalpp.profile /etc/firejail/xpdf.profile /etc/firejail/xplayer-audio-preview.profile /etc/firejail/xplayer-video-thumbnailer.profile /etc/firejail/xplayer.profile /etc/firejail/xpra.profile /etc/firejail/xreader-previewer.profile /etc/firejail/xreader-thumbnailer.profile /etc/firejail/xreader.profile /etc/firejail/xviewer.profile /etc/firejail/xxd.profile /etc/firejail/xz.profile /etc/firejail/xzcat.profile /etc/firejail/xzcmp.profile /etc/firejail/xzdec.profile /etc/firejail/xzdiff.profile /etc/firejail/xzegrep.profile /etc/firejail/xzfgrep.profile /etc/firejail/xzgrep.profile /etc/firejail/xzless.profile /etc/firejail/xzmore.profile /etc/firejail/yandex-browser.profile /etc/firejail/yarn.profile /etc/firejail/yelp.profile /etc/firejail/youtube-dl-gui.profile /etc/firejail/youtube-dl.profile /etc/firejail/youtube-music-desktop-app.profile /etc/firejail/youtube-viewer-gtk.profile /etc/firejail/youtube-viewer.profile /etc/firejail/youtube-viewers-common.profile /etc/firejail/youtube.profile /etc/firejail/youtubemusic-nativefier.profile /etc/firejail/yt-dlp.profile /etc/firejail/ytmdesktop.profile /etc/firejail/zaproxy.profile /etc/firejail/zart.profile /etc/firejail/zathura.profile /etc/firejail/zcat.profile /etc/firejail/zcmp.profile /etc/firejail/zdiff.profile /etc/firejail/zeal.profile /etc/firejail/zegrep.profile /etc/firejail/zfgrep.profile /etc/firejail/zforce.profile /etc/firejail/zgrep.profile /etc/firejail/zim.profile /etc/firejail/zless.profile /etc/firejail/zlib-flate.profile /etc/firejail/zmore.profile /etc/firejail/znew.profile /etc/firejail/zoom.profile /etc/firejail/zpaq.profile /etc/firejail/zstd.profile /etc/firejail/zstdcat.profile /etc/firejail/zstdgrep.profile /etc/firejail/zstdless.profile /etc/firejail/zstdmt.profile /etc/firejail/zulip.profile /usr/bin/firecfg /usr/bin/firejail /usr/bin/firemon /usr/bin/jailcheck /usr/lib/firejail /usr/lib/firejail/etc-cleanup /usr/lib/firejail/fbuilder /usr/lib/firejail/fcopy /usr/lib/firejail/fids /usr/lib/firejail/firejail-welcome.sh /usr/lib/firejail/fix_private-bin.py /usr/lib/firejail/fj-mkdeb.py /usr/lib/firejail/fjclip.py /usr/lib/firejail/fjdisplay.py /usr/lib/firejail/fjresize.py /usr/lib/firejail/fldd /usr/lib/firejail/fnet /usr/lib/firejail/fnetfilter /usr/lib/firejail/fnetlock /usr/lib/firejail/fnettrace /usr/lib/firejail/fnettrace-dns /usr/lib/firejail/fnettrace-icmp /usr/lib/firejail/fnettrace-sni /usr/lib/firejail/fsec-optimize /usr/lib/firejail/fsec-print /usr/lib/firejail/fseccomp /usr/lib/firejail/fshaper.sh /usr/lib/firejail/ftee /usr/lib/firejail/fzenity /usr/lib/firejail/gdb-firejail.sh /usr/lib/firejail/jail_prober.py /usr/lib/firejail/libpostexecseccomp.so /usr/lib/firejail/libtrace.so /usr/lib/firejail/libtracelog.so /usr/lib/firejail/profstats /usr/lib/firejail/seccomp /usr/lib/firejail/seccomp.32 /usr/lib/firejail/seccomp.block_secondary /usr/lib/firejail/seccomp.debug /usr/lib/firejail/seccomp.mdwx /usr/lib/firejail/seccomp.mdwx.32 /usr/lib/firejail/seccomp.namespaces /usr/lib/firejail/seccomp.namespaces.32 /usr/lib/firejail/sort.py /usr/lib/firejail/static-ip-map /usr/lib/firejail/syscalls.sh /usr/lib/firejail/update_deb.sh /usr/lib/sysusers.d/firejail-group.conf /usr/share/doc/packages/firejail /usr/share/doc/packages/firejail/README /usr/share/doc/packages/firejail/RELNOTES /usr/share/doc/packages/firejail/profile.template /usr/share/doc/packages/firejail/redirect_alias-profile.template /usr/share/doc/packages/firejail/syscalls.txt /usr/share/gtksourceview-5 /usr/share/gtksourceview-5/language-specs /usr/share/gtksourceview-5/language-specs/firejail-profile.lang /usr/share/licenses/firejail /usr/share/licenses/firejail/COPYING /usr/share/man/man1/firecfg.1.gz /usr/share/man/man1/firejail.1.gz /usr/share/man/man1/firemon.1.gz /usr/share/man/man1/jailcheck.1.gz /usr/share/man/man5/firejail-login.5.gz /usr/share/man/man5/firejail-profile.5.gz /usr/share/man/man5/firejail-users.5.gz /usr/share/vim /usr/share/vim/vimfiles /usr/share/vim/vimfiles/ftdetect /usr/share/vim/vimfiles/ftdetect/firejail.vim /usr/share/vim/vimfiles/ftplugin /usr/share/vim/vimfiles/ftplugin/firejail.vim /usr/share/vim/vimfiles/syntax /usr/share/vim/vimfiles/syntax/firejail.vim
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 29 23:46:16 2025