aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
Commit message (Collapse)AuthorAge
* drop private-dev from wireshark.profile (#4958)Libravatar glitsj162022-02-18
| | | | | | | * drop private-dev from wireshark.profile * add comment about private-dev in wireshark.profile Add a comment as suggested in https://github.com/netblue30/firejail/pull/4958#issuecomment-1044732769.
* add onionshare redirects (#4957)Libravatar glitsj162022-02-18
| | | | | | | * Create onionshare.profile * Create onionshare-cli.profile * add onionshare redirects to firecfg.config
* man.profile: remove read-only tmp to fix mandoc (#4950)Libravatar Kelvin M. Klann2022-02-16
| | | | | | | | | | | | | | | | | Having `read-only /tmp` yields the following: $ man ls [...] man: /usr/share/man/man1/ls.1.gz: SYSERR: mkstemp: /tmp/man.XXXXxxxxxx: Read-only file system [...] It also causes the pager (e.g.: less(1)) to not be called, which means that the entire man page is just printed all at once on the terminal. Environment: mandoc 1.14.6-1 on Artix Linux. Fixes #4927. Reported-by: @hyder365
* mediainfo.profile: add quiet (#4901)Libravatar Kelvin M. Klann2022-02-04
| | | | | | | It's a CLI tool and its output is a key part of the functionality. Fixes #4900. Reported-by: @rieje
* shellcheck.profile: remove mdweLibravatar Kelvin M. Klann2022-02-04
| | | | | | | | | It breaks non-binary builds of shellcheck on Arch (e.g.: shellcheck-bin vs shellcheck-git from the AUR). Fixes #4875. Reported-by: @redxef
* Merge pull request #4864 from antonv6/antonv6-steam-mangohudLibravatar netblue302022-02-03
|\ | | | | steam.profile: allow ~/.config/MangoHud
| * steam.profile: make ~/.config/MangoHud read-onlyLibravatar Anton Shestakov2022-01-24
| |
| * steam.profile: allow ~/.config/MangoHudLibravatar Anton Shestakov2022-01-17
| | | | | | MangoHud is a Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more, and it can be configured by user in ~/.config/MangoHud/MangoHud.conf.
* | Merge pull request #4841 from Tus1688/masterLibravatar netblue302022-01-24
|\ \ | | | | | | Add neovim profile
| * | fix: neovim profileLibravatar user2022-01-11
| | |
| * | fix: neovim profileLibravatar user2022-01-10
| | |
| * | fix: neovim profileLibravatar user2022-01-10
| | |
| * | feat: neovim profileLibravatar user2022-01-09
| | |
* | | Merge pull request #4829 from CaseOf/seafileLibravatar netblue302022-01-24
|\ \ \ | | | | | | | | Seafile
| * | | Create seafile-applet.profileLibravatar CaseOf2022-01-06
| | | |
* | | | Merge pull request #4840 from Spacewalker2/mediathekview-fixLibravatar netblue302022-01-24
|\ \ \ \ | | | | | | | | | | Fix MediathekView Profile
| * | | | mkdir line added for the whitelist below (.mediathek3)Libravatar Spacewalker22022-01-10
| | | | |
| * | | | Fix MediathekView ProfileLibravatar Spacewalker22022-01-08
| | | | | | | | | | | | | | | Related to issue #4839.
* | | | | Merge pull request #4863 from antonv6/antonv6-wine-cacheLibravatar netblue302022-01-24
|\ \ \ \ \ | | | | | | | | | | | | {lutris,wine}.profile: allow ~/.cache/wine
| * | | | | wine.profile: allow ~/.cache/wineLibravatar Anton Shestakov2022-01-17
| | |_|_|/ | |/| | | | | | | | ~/.cache/wine is a directory where wine stores .msi files for wine-gecko and wine-mono that it may download (with user's permission) and reuse every time a new prefix is created.
* | | | | sorting supertuxkartLibravatar netblue302022-01-22
| | | | |
* | | | | netlink - fixing the fixLibravatar netblue302022-01-22
| | | | |
* | | | | more on pass utilityLibravatar netblue302022-01-21
| | | | |
* | | | | signal-desktop: Allow Signal to open links in Firefox again (#4872)Libravatar Reed Riley2022-01-20
| | | | | | | | | | | | | | | | | | | | Related to #4670. Firefox now does inter-process communication using dbus.
* | | | | profiles: enable deterministic shutdown for ssh (#4870)Libravatar Reiner Herrmann2022-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh can start in master mode, which will spawn an additional long running process, which keeps connections to a server open, so that it can be reused by later connection attempts. But the lingering master process will prevent the jail from shutting down, when `firejail ssh` tries to exit. This breaks for example ansible when using a firejailed ssh, as it calls ssh with ControlMaster flags. deterministic-shutdown will kill the other process when the parent exits.
* | | | | steam.profile: allow /etc/vulkan (#4862)Libravatar Anton Shestakov2022-01-19
|/ / / / | | | | | | | | AMD Open Source Driver For Vulkan (amdvlk) installs ICD files to /etc/vulkan.
* | | | profiles: extend raincat's private-etc listLibravatar Reiner Herrmann2022-01-14
| | | |
* | | | profiles: sort and drop trailing commasLibravatar Reiner Herrmann2022-01-14
| | | |
* | | | raincatLibravatar netblue302022-01-14
| | | |
* | | | profiles: sort pathsLibravatar Reiner Herrmann2022-01-14
| | | |
* | | | profiles: sort private-bin in warzone2100.profileLibravatar Reiner Herrmann2022-01-14
| | | |
* | | | fix warzone2100 (Debian 11)Libravatar netblue302022-01-13
| | | |
* | | | seperate wget/wget2 rc filesLibravatar glitsj162022-01-13
| | | |
* | | | support wget2 in youtube-viewers-common.profileLibravatar glitsj162022-01-13
| | | |
* | | | support wget2 in steam.profileLibravatar glitsj162022-01-13
| | | |
* | | | Create wget2.profileLibravatar glitsj162022-01-13
| |_|/ |/| |
* | | Merge pull request #4826 from adrianlshaw/masterLibravatar netblue302022-01-08
|\ \ \ | |/ / |/| | RPCS3 profile
| * | Add rpcs3 profileLibravatar Adrian L. Shaw2022-01-06
| |/
* / ordering fixesLibravatar glitsj162022-01-06
|/
* Create notable.profileLibravatar glitsj162022-01-05
|
* skypeforlinux: Whitelist downloads directoryLibravatar Hugo Osvaldo Barrera2021-12-30
| | | | It's used when saving files send in conversations.
* Merge pull request #4755 from kmk3/mpv-add-yt-dlpLibravatar netblue302021-12-28
|\ | | | | yt-dlp: add missing paths & mpv.profile: whitelist paths for yt-dlp
| * mpv.profile: whitelist paths for yt-dlpLibravatar Kelvin M. Klann2021-12-09
| | | | | | | | | | | | | | | | | | See etc/profile-m-z/yt-dlp.profile. Relates to commit d6ca41c19 ("update mpv.profile", 2021-10-24) / PR #4634. Fixes #4754.
| * mpv.profile: sort whitelistLibravatar Kelvin M. Klann2021-12-09
| |
| * mpv.profile: stop creating youtube-dl config dirLibravatar Kelvin M. Klann2021-12-09
| | | | | | | | | | | | | | | | If it does not already exist, mpv is unlikely to need or to create it, so just whitelist it if it exists. This amends commit 5d741795c ("Use whitelisting for video players (#3472)", 2020-08-15).
| * disable-programs.inc: blacklist missing yt-dlp pathsLibravatar Kelvin M. Klann2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This amends commit d6ca41c19 ("update mpv.profile", 2021-10-24) / PR #4634. These paths were taken from yt-dlp(1). They are used since yt-dlp commit e2e43aea2 ("Portable Configuration file (closes #19)", 2021-01-16)[1]. Environment: yt-dlp 2021.12.01-1 on Artix Linux. Relates to: https://github.com/yt-dlp/yt-dlp/issues/19 [1] https://github.com/yt-dlp/yt-dlp/commit/e2e43aea2159a235e151f56bd14383129a6b4355
* | updateLibravatar netblue302021-12-19
| |
* | Merge pull request #4759 from fenuks/tor-browser-update-fixLibravatar netblue302021-12-19
|\ \ | | | | | | Allow /opt/tor-browser for Tor Browser profile
| * | Allow /opt/tor-browser for Tor Browser profileLibravatar fenuks2021-12-09
| |/
* | Allow telegram to open hyperlinksLibravatar York Zhao2021-12-18
| |