aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | | | fix restrict-namespaces for Debian 10 and olderLibravatar netblue302023-01-14
| | | | |
* | | | | bringing back whitelisting /devLibravatar netblue302023-01-14
| |_|_|/ |/| | |
* | | | RELNOTES: add bugfix for --profile-path in --helpLibravatar Kelvin M. Klann2023-01-14
| | | | | | | | | | | | | | | | Relates to #5585 #5586.
* | | | Merge pull request #5586 from netblue30/rusty-snake-patch-1Libravatar netblue302023-01-13
|\ \ \ \ | | | | | | | | | | Remove --profile-path from --help
| * | | | Remove --profile-path from --helprusty-snake-patch-1Libravatar rusty-snake2023-01-13
|/ / / / | | | | | | | | Fixes #5585
* | | | bump release dateLibravatar Reiner Herrmann2023-01-12
| | | |
* | | | fix make test-filtersLibravatar netblue302023-01-12
| | | |
* | | | rel 0.9.72 testing: disable whitelisting /dev directoryLibravatar netblue302023-01-12
| | | |
* | | | rel 0.9.72 testing: cleanup make test-private-libLibravatar netblue302023-01-12
| | | |
* | | | geary: fix opening hyperlinks via D-Bus (#5565)Libravatar glitsj162023-01-12
| | | |
* | | | Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302023-01-12
|\ \ \ \
| * | | | RELNOTES: add build itemLibravatar Kelvin M. Klann2023-01-12
| | | | | | | | | | | | | | | | | | | | Relates to #5577.
| * | | | RELNOTES: add --netlock bugfixLibravatar Kelvin M. Klann2023-01-12
| | | | | | | | | | | | | | | | | | | | Relates to #5312.
* | | | | rel 0.9.72 testingLibravatar netblue302023-01-12
|/ / / /
* | | | Merge pull request #5577 from kmk3/build-vim-sh-portabilityLibravatar netblue302023-01-12
|\ \ \ \ | | | | | | | | | | build: make shell commands more portable in firejail.vim
| * | | | firejail.vim: use sed instead of rgLibravatar Kelvin M. Klann2023-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid depending on an extra package without need. Commands used to search and replace: $ f=contrib/vim/syntax/firejail.vim; \ printf '%s\n' "$(sed -E \ "s|rg -o '([^']+)' -r '\\\$1'|sed -En 's/.*\\1.*/\\\\1/p'|" "$f")" >"$f" Note: `sed -E` is not in POSIX.1-2017 (Issue 7), but it has been accepted into the upcoming POSIX standard version[1] and is supported by at least GNU, busybox and OpenBSD grep. Added on commit a1cc4a556 ("Add vim syntax and ftdetect files (#2679)", 2019-05-06). [1] https://www.austingroupbugs.net/view.php?id=528
| * | | | firejail.vim: remove redundant sed -e flagsLibravatar Kelvin M. Klann2023-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only a single script is passed by argument in each invocation. Added on commit a1cc4a556 ("Add vim syntax and ftdetect files (#2679)", 2019-05-06) and on commit d2e10f2f5 ("vim: update list of syscalls", 2021-05-29) / PR #4318.
| * | | | firejail.vim: remove non-POSIX grep -x flagLibravatar Kelvin M. Klann2023-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems to be equivalent to just delimiting the beginning and the end of the line with `^foo$`. Also, put the regex mode (-E) first. Commands used to search and replace: $ f=contrib/vim/syntax/firejail.vim; \ printf '%s\n' "$(sed -E \ "s|grep -vEx '([^']+)'|grep -Ev '^\\1\$'|" "$f")" >"$f" Added on commit a1cc4a556 ("Add vim syntax and ftdetect files (#2679)", 2019-05-06).
| * | | | firejail.vim: remove literal newline escapes in trLibravatar Kelvin M. Klann2023-01-09
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POSIX tr understands '\n', so use that instead of the less portable $'\n'. Commands used to search and replace: $ f=contrib/vim/syntax/firejail.vim; \ printf '%s\n' "$(sed -E \ "s/tr +\\\$'\\\\n'/tr '\\\\n'/g" "$f")" >"$f" Added on commit a1cc4a556 ("Add vim syntax and ftdetect files (#2679)", 2019-05-06).
* | | | Merge pull request #5583 from glitsj16/harden-qmLibravatar netblue302023-01-12
|\ \ \ \ | | | | | | | | | | QMediathekView: hardening
| * | | | QMediathekView: add mkdir and reorder whitelist optionsLibravatar glitsj162023-01-12
| | | | | | | | | | | | | | | As suggested in review.
| * | | | QMediathekView: hardeningLibravatar glitsj162023-01-11
| | | | |
* | | | | RELNOTES: add docs itemLibravatar Kelvin M. Klann2023-01-11
|/ / / / | | | | | | | | | | | | Relates to #5554.
* / / / build(deps): bump actions/checkout from 3.2.0 to 3.3.0Libravatar dependabot[bot]2023-01-09
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302023-01-04
|\ \ \ | | |/ | |/|
| * | Merge pull request #5564 from glitsj16/claws-mail+sylpheedLibravatar netblue302023-01-04
| |\ \ | | | | | | | | claws-mail and sylpheed D-Bus hardening
| | * | sylpheed: allow opening hyperlinks via D-BusLibravatar glitsj162023-01-03
| | | |
| | * | claws-mail: harden D-BusLibravatar glitsj162023-01-03
| | |/ | | | | | | Relates to https://github.com/netblue30/firejail/issues/5477.
| * | Merge pull request #5569 from glitsj16/electron-hardeningLibravatar netblue302023-01-04
| |\ \ | | | | | | | | electron hardening fixes
| | * | Create electron-hardened.inc.profileLibravatar glitsj162023-01-04
| | | |
| | * | electron: change hardening commentLibravatar glitsj162023-01-04
| | |/
* | / mergesLibravatar netblue302023-01-04
|/ /
* | Merge pull request #5475 from KOLANICH-tools/aa_fixLibravatar netblue302023-01-04
|\ \ | | | | | | A temporary fix to the bug caused by apparmor profiles stacking.
| * | A temporary fix to the bug caused by apparmor profiles stacking.Libravatar KOLANICH2022-11-15
| | |
* | | Merge pull request #5556 from Dpeta/chatterino-profileLibravatar netblue302023-01-04
|\ \ \ | | | | | | | | Add profile for Chatterino
| * | | Apply code review suggestions to chatterino.profileLibravatar Dpeta2022-12-25
| | | | | | | | | | | | | | | | | | | | | | | | - Remove waf from private-bin - Move optional commands to the top - Reorder allow lua/python
| * | | Apply suggestions from code reviewLibravatar Dpeta2022-12-25
| | | | | | | | | | | | Co-authored-by: Kelvin M. Klann <kmk3.code@protonmail.com>
| * | | Remove unnecessary mkdirLibravatar Dpeta2022-12-25
| | | |
| * | | Fix music/pictures whitelist path in chatterino.profileLibravatar Dpeta2022-12-25
| | | |
| * | | Apply the other code review suggestions to chatterino.profileLibravatar Dpeta2022-12-25
| | | |
| * | | Apply commitable suggestions from code review Libravatar Dpeta2022-12-25
| | | | | | | | | | | | | | | | | | | | I'll try the rest manually soon Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
| * | | Add Chatterino profileLibravatar Dpeta2022-12-25
| | | |
* | | | Merge pull request #5553 from slowpeek/masterLibravatar netblue302023-01-04
|\ \ \ \ | | | | | | | | | | Blacklist google-drive-ocamlfuse config
| * | | | Blacklist XDG cache and data dirs for google-drive-ocamlfuseLibravatar slowpeek2022-12-23
| | | | |
| * | | | Blacklist google-drive-ocamlfuse configLibravatar slowpeek2022-12-23
| | | | |
* | | | | ytmdesktop: fix typo (#5567)Libravatar glitsj162023-01-04
| |_|_|/ |/| | |
* | | | Merge pull request #5554 from Dpeta/dbus-wiki-link-fixLibravatar smitsohu2022-12-27
|\ \ \ \ | | | | | | | | | | Update DBus wiki link
| * | | | Update DBus wiki linkLibravatar Dpeta2022-12-23
| |/ / /
* | | | Merge pull request #5557 from smitsohu/wm-fixesLibravatar smitsohu2022-12-27
|\ \ \ \ | | | | | | | | | | window manager profiles: fix browser/electron internal sandboxes
| * | | | window manager profiles: fix browser/electron internal sandboxesLibravatar smitsohu2022-12-25
| | |/ / | |/| |