aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* private-etc testingLibravatar netblue302023-02-06
|
* testingLibravatar netblue302023-02-06
|
* Merge pull request #5643 from glitsj16/whois-fixLibravatar netblue302023-02-06
|\ | | | | whois: re-fix private-etc
| * re-fix private-etcLibravatar glitsj162023-02-06
|/
* mergesLibravatar netblue302023-02-06
|
* build fixLibravatar netblue302023-02-06
|
* installing etc-cleanup tool in /usr/lib/firejail directoryLibravatar netblue302023-02-06
|
* Merge pull request #5634 from acatton/masterLibravatar netblue302023-02-06
|\ | | | | feature: Add 'keep-shell-rc' command and option
| * feature: add 'keep-shell-rc' flag and optionLibravatar Antoine Catton2023-02-03
| | | | | | | | | | | | | | | | This fixes #1127. This allow a user to provide their own zshrc/bashrc inside the jail. This is very useful when using firejail to develop and prevent bad pip packages to access your system.
* | private-etc: pushing vulkan into games groupLibravatar netblue302023-02-06
| |
* | Merge pull request #5642 from glitsj16/private-etc-ephemeralLibravatar netblue302023-02-06
|\ \ | | | | | | ephemeral: use newly introduced private-etc @groups syntax
| * | ephemeral: use newly introduced private-etc @groups syntaxLibravatar glitsj162023-02-06
| | |
* | | Merge pull request #5641 from glitsj16/private-etc-fixesLibravatar netblue302023-02-06
|\ \ \ | |/ / |/| | private-etc fixes
| * | Merge branch 'master' into private-etc-fixesLibravatar netblue302023-02-06
| |\ \ | |/ / |/| |
* | | private-etc: java directory fixesLibravatar netblue302023-02-05
| | |
* | | private-etc: groups modifiedLibravatar netblue302023-02-05
| | |
| * | xiphos: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | There is no `/etc/ssli` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | whois: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | There is no `/etc/jwhois.conf` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | marker: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | `dconfgtk-3.0` was missing a `,` prior to the private-etc rework.
| * | ghostwriter: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | email-common: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | discord-common: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | `passwd` is already in @default group.
| * | aria2c: fix private-etcLibravatar glitsj162023-02-05
|/ / | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
* | private-etc: big profile changesLibravatar netblue302023-02-05
| |
* | private-etc: cleanup toolLibravatar netblue302023-02-05
| |
* | RELNOTES: add build itemsLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | Relates to #5627 #5637.
* | RELNOTES: fix qutebrowser itemLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | | | | | | | | | | | | | | | | | Change the "fix:" prefix to "bugfix:" and move it below modifs, for consistency with the previous releases. Also, add a missing PR reference and make the description match the current issue title. Added on commit be88622c8 ("private-etc: fix man page", 2023-01-25). Relates to #5601 #5618.
* | RELNOTES: capitalize modif item to match the PR titleLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | | | | | Added on commit 897f5791d ("merges", 2023-01-30). Relates to #5578.
* | Merge pull request #5637 from kmk3/build-add-phonyLibravatar netblue302023-02-04
|\ \ | | | | | | build: mark most phony targets as such
| * | build: mark most phony targets as suchLibravatar Kelvin M. Klann2023-02-03
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To improve clarity and to prevent unnecessary filesystem lookups. Overall, this appears to reduce the amount of implicit rule searches by ~4% for the default build and by ~12% for the "man" target (as an example): $ git checkout master >/dev/null 2>&1 $ git show --pretty='%h %ai %s' -s b55cb6a80 2023-01-31 18:56:42 -0500 testing $ ./configure >/dev/null $ make clean >/dev/null && make --debug=i -j 4 | grep -F 'Trying implicit' | wc -l 7101 $ make clean >/dev/null && make --debug=i -j 4 man | grep -F 'Trying implicit' | wc -l 1239 # (with this commit applied) $ make clean >/dev/null && make --debug=i -j 4 | grep -F 'Trying implicit' | wc -l 6793 $ make clean >/dev/null && make --debug=i -j 4 man | grep -F 'Trying implicit' | wc -l 1085 Environment: GNU make 4.4-1 on Artix Linux. Note: The amount lines printed is the same on non-parallel builds (that is, without `-j 4`). See commit 2465f9248 ("makefiles: make all, clean and distclean PHONY", 2021-02-12) / PR #4024 for details. Note: By "most phony targets" I mean all non-path targets except for the testing targets, which were being changed recently (for example, the "test-github" target) and so might still be under development.
* | Merge pull request #5638 from glitsj16/etc-groupsLibravatar netblue302023-02-04
|\ \ | |/ |/| etc_groups.h: sort groups alphabetically
| * etc_groups.h: sort groups alphabeticallyLibravatar glitsj162023-02-04
| |
| * etc_groups.h: internally sort groups alphabeticallyLibravatar glitsj162023-02-04
|/
* testingLibravatar netblue302023-01-31
|
* more github testsLibravatar netblue302023-01-31
|
* Merge pull request #5635 from kmk3/dc-add-ro-editor-browserLibravatar netblue302023-01-31
|\ | | | | disable-common.inc: add more ro editor/browser paths
| * disable-common.inc: make ~/.config/nano read-onlyLibravatar Kelvin M. Klann2023-01-30
| | | | | | | | | | | | Similarly to the existing ~/.nanorc entry. Taken from nano.profile.
| * disable-common.inc: add more ro editor/browser pathsLibravatar Kelvin M. Klann2023-01-30
| | | | | | | | | | | | | | | | | | Move some paths from mutt.profile and neomutt.profile. Added on commit 6b9bfad37 ("Fix python; add read-only to editors/cli browsers;re-add cache directory", 2020-12-29) / PR #3849. Misc: This is a follow-up to #5626.
* | Merge pull request #5631 from glitsj16/inkscapeLibravatar netblue302023-01-31
|\ \ | | | | | | inkscape: additional hardening and settings saving via D-Bus
| * | inkscape: rebase and drop mdwe commentLibravatar glitsj162023-01-31
| | |
| * | Merge branch 'netblue30:master' into inkscapeLibravatar glitsj162023-01-31
| |\ \
| * | | inkscape: additional hardening and settings saving functionality via D-BusLibravatar glitsj162023-01-29
| | | |
* | | | Merge pull request #5630 from glitsj16/warzone2100Libravatar netblue302023-01-31
|\ \ \ \ | | | | | | | | | | warzone2100: additional paths for Arch Linux
| * \ \ \ Merge branch 'netblue30:master' into warzone2100Libravatar glitsj162023-01-31
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | warzone2100: add mkdirLibravatar glitsj162023-01-29
| | | | | | | | | | | | | | | As suggested in review.
| * | | | additional blacklisting for warzone2100 on Arch LinuxLibravatar glitsj162023-01-29
| | | | |
| * | | | warzone2100: additional paths for Arch LinuxLibravatar glitsj162023-01-29
| | |/ / | |/| |
* | | | test fixLibravatar netblue302023-01-31
| | | |
* | | | split make test-github into different actionsLibravatar netblue302023-01-31
| | | |
* | | | testing sysutilsLibravatar netblue302023-01-31
| |/ / |/| |