aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | | compile warningsLibravatar netblue302022-01-16
| | | |
* | | | disable pipewire with --nosoundLibravatar netblue2022-01-16
| | | |
* | | | compile warningsLibravatar netblue302022-01-16
| | | |
* | | | more on nettraceLibravatar netblue302022-01-16
| | | |
* | | | Merge pull request #4856 from smitsohu/fildesLibravatar netblue302022-01-16
|\ \ \ \ | | | | | | | | | | keep-fd option (#4845)
| * | | | keep-fd option (#4845)Libravatar smitsohu2022-01-14
| | | | |
* | | | | Merge pull request #4851 from kmk3/groups-keep-vglusersLibravatar netblue302022-01-16
|\ \ \ \ \ | | | | | | | | | | | | Keep vglusers group unless no3d is used (virtualgl)
| * | | | | Keep vglusers group unless no3d is used (virtualgl)Libravatar Kelvin M. Klann2022-01-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtualgl[1] runs `chown root:vglusers` on `/dev/nvidia*` and on devices usually owned by the "render" group[2]. This makes them unavailable in the sandbox if `noroot` (which causes groups to be dropped) is used. Since firejail classifies all of the aforementioned devices as being `DEV_3D` on fs_dev.c (which means that they are controlled by `no3d`), treat the "vglusers" group the same as the "render" group (by always keeping "vglusers" unless `no3d` is used). See the discussion on #2042 (from this comment[3] onwards). [1] https://virtualgl.org [2] https://github.com/VirtualGL/virtualgl/blob/6f0b90be02d13171dfdfffb112485f4091a5904f/server/vglserver_config#L393 [3] https://github.com/netblue30/firejail/issues/2042#issuecomment-1007468715 Reported-by: @JCallicoat
* | | | | RELNOTES: add missing noprinters pr referenceLibravatar Kelvin M. Klann2022-01-16
| | | | | | | | | | | | | | | | | | | | Relates to #4827.
* | | | | 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
| | | | |
* | | | | Merge pull request #4853 from glitsj16/wget2-fixesLibravatar glitsj162022-01-13
|\ \ \ \ \ | | | | | | | | | | | | wget2 fixes
| * | | | | seperate wget/wget2 rc filesLibravatar glitsj162022-01-13
| | | | | |
| * | | | | add wget2rc to disable-programs.incLibravatar glitsj162022-01-13
|/ / / / /
* | | | | Merge pull request #4852 from glitsj16/wget2Libravatar glitsj162022-01-13
|\ \ \ \ \ | |/ / / / |/| | | | Add wget2 support
| * | | | add wget2 to 'New profiles' sectionLibravatar glitsj162022-01-13
| | | | |
| * | | | add wget2 to firecfg.configLibravatar glitsj162022-01-13
| | | | |
| * | | | support wget2 in youtube-viewers-common.profileLibravatar glitsj162022-01-13
| | | | |
| * | | | support wget2 in steam.profileLibravatar glitsj162022-01-13
| | | | |
| * | | | blacklist wget2 in firefox-common.profileLibravatar glitsj162022-01-13
| | | | |
| * | | | blacklist wget2 in chromium-common.profileLibravatar glitsj162022-01-13
| | | | |
| * | | | Create wget2.profileLibravatar glitsj162022-01-13
|/ / / /
* | | | refactor closing of file descriptorsLibravatar smitsohu2022-01-12
| | | |
* | | | mergesLibravatar netblue302022-01-12
| | | |
* | | | Merge pull request #4843 from vinc17fr/noblacklist-rxvtLibravatar netblue302022-01-12
|\ \ \ \ | | | | | | | | | | Noblacklist rxvt in allow-perl.inc
| * | | | Noblacklist rxvt in allow-perl.incLibravatar Vincent Lefevre2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | This is the counterpart of the blacklist of rxvt in commit ed5c259f, as suggested in the discussion of pull request #4831.
* | | | | fix fcopy testingLibravatar netblue302022-01-11
| | | | |
* | | | | fix scan-buildLibravatar netblue302022-01-11
| | | | |
* | | | | fix scan-build/cppcheck warningsLibravatar netblue302022-01-11
|/ / / /
* | | | remove compile warningLibravatar netblue302022-01-10
| | | |
* | | | nettraceLibravatar netblue302022-01-09
| |_|/ |/| |
* | | Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302022-01-08
|\ \ \
| * \ \ Merge pull request #4826 from adrianlshaw/masterLibravatar netblue302022-01-08
| |\ \ \ | | | | | | | | | | RPCS3 profile
| | * | | Add rpcs3 profileLibravatar Adrian L. Shaw2022-01-06
| | | | |
| * | | | Merge pull request #4827 from kmk3/noprinters-add-missingLibravatar netblue302022-01-08
| |\ \ \ \ | | | | | | | | | | | | noprinters: add missing items & add to profile.template
| | * | | | profile.template: add noprintersLibravatar Kelvin M. Klann2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See commit bd15e763e ("--noprinter option", 2021-10-20) and commit d9403dcdc ("small fix", 2021-10-20). Relates to #4607.
| | * | | | noprinters: add missing items from new command checklistLibravatar Kelvin M. Klann2022-01-05
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See CONTRIBUTING.md. The changes are based on what was done on commit 5a612029b ("rename noautopulse to keep-config-pulse", 2021-05-13) / PR #4278. This amends commit bd15e763e ("--noprinter option", 2021-10-20) and commit d9403dcdc ("small fix", 2021-10-20). Relates to #4607.
| * | | | Merge pull request #4831 from vinc17fr/blacklist-rxvtLibravatar netblue302022-01-08
| |\ \ \ \ | | |_|/ / | |/| | | Blacklist rxvt after the blacklist of Perl.
| | * | | Blacklist rxvt after the blacklist of Perl.Libravatar Vincent Lefevre2022-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rxvt needs Perl modules, thus does not work. And its blacklist is needed so that Firefox can run applications with Terminal=true in their .desktop file (depending on what is installed).
* | | | | merge updatesLibravatar netblue302022-01-08
|/ / / /
* | | | 2022 copyright updateLibravatar netblue302022-01-07
| | | |
* | | | more on nettraceLibravatar netblue302022-01-07
| | | |
* | | | fix wrap/nowrap help string in firemonLibravatar netblue302022-01-07
| | | |
* | | | profiles: fix librewolf (#4838)Libravatar Reiner Herrmann2022-01-07
| | | |
* | | | Add DBus filter rules specific to firefox-developer-edition (#4832)Libravatar Ammon Smith2022-01-07
|/ / / | | | | | | | | | | | | * Add firefoxdeveloperedition DBus path to profile. * Re-order rules.
* | | Merge pull request #4830 from glitsj16/ordering-fixesLibravatar Kelvin M. Klann2022-01-07
|\ \ \ | | | | | | | | profiles: ordering fixes