Commit graph

8673 commits

Author SHA1 Message Date
Kelvin M. Klann
2a79f3a268 Revert "README/README.md"
This reverts commit 796fa09636.

Part of reverting commits with Landlock-related changes.
2022-09-05 01:07:41 -03:00
Kelvin M. Klann
67348ac9c2 Revert "typos"
This reverts commit 0594c5d3d0.

Part of reverting commits with Landlock-related changes.
2022-09-05 01:07:41 -03:00
Kelvin M. Klann
0cd20b7e81 Revert "fix syntax in configure.ac"
This reverts commit 2d885e5a09.

Part of reverting commits with Landlock-related changes.
2022-09-05 01:07:40 -03:00
Kelvin M. Klann
26c74796f3 Revert "landlock: check for landlock support in glibc"
This reverts commit c5a052ffa4.

Part of reverting commits with Landlock-related changes.
2022-09-05 01:07:39 -03:00
Kelvin M. Klann
5b206611c0 Revert "landlock: support in firejail --version"
This reverts commit 2f3c19a87d.

Part of reverting commits with Landlock-related changes.
2022-09-05 01:07:34 -03:00
alkim0
529b38ffd2
Add profile for chafa (#5355)
Co-authored-by: Albert Kim <alkim@alkim.org>
2022-09-04 23:47:21 +00:00
netblue30
2f3c19a87d landlock: support in firejail --version 2022-09-04 11:02:08 -04:00
netblue30
c5a052ffa4 landlock: check for landlock support in glibc 2022-09-04 10:51:26 -04:00
Reiner Herrmann
2d885e5a09 fix syntax in configure.ac
Fixes: #5358
2022-09-04 12:19:27 +02:00
glitsj16
9aef909066
build: only install ids.config when --enable-ids is set (#5357)
This PR ensures ids.config only gets installed when --enable-ids is set during configure.
Fixes #5356.
2022-09-04 08:22:29 +00:00
slowpeek
c7148b8008
Make /etc/ssh/ssh_config.d visible for ssh (#5353) 2022-09-02 18:10:08 +00:00
netblue30
0594c5d3d0 typos 2022-08-30 09:13:14 -04:00
netblue30
796fa09636 README/README.md 2022-08-30 09:10:55 -04:00
netblue30
0fcb576ba2
Merge pull request #5349 from glitsj16/typo-fixes
Typo fixes
2022-08-30 08:55:27 -04:00
glitsj16
2ac8a93fd4
typo fix for README.md 2022-08-29 18:18:59 +00:00
glitsj16
c5e8d5d1f6
typo fixes for RELNOTES 2022-08-29 18:16:27 +00:00
netblue30
6d740d7dcf RELNOTES and README.md - existing functionality modified for the next version 2022-08-29 12:55:00 -04:00
netblue30
6e687c3011 tracelog disabled by default in /etc/firejail/firejail.config file 2022-08-29 12:30:05 -04:00
netblue30
836ffe37ff compile fix 2022-08-29 08:54:33 -04:00
netblue30
54cb3e741e
Merge pull request #5315 from ChrysoliteAzalea/landlock
Add Landlock support to Firejail
2022-08-29 08:44:41 -04:00
netblue30
97b1e02d5f merges, fixed lbry-viewer as suggested 2022-08-29 07:43:32 -04:00
netblue30
18be7a1f96
Merge pull request #5331 from pirate486743186/lbry-viewer.profile-create
lbry-viewer.profile create
2022-08-29 07:37:35 -04:00
netblue30
57f35e5f7f
Merge pull request #5344 from kmk3/docs-symlink-handling
docs: note that blacklist/whitelist follow symlinks
2022-08-29 07:36:08 -04:00
netblue30
f843ea3e2e
Merge pull request #5345 from netblue30/dependabot/github_actions/github/codeql-action-2.1.21
build(deps): bump github/codeql-action from 2.1.19 to 2.1.21
2022-08-29 07:30:18 -04:00
dependabot[bot]
399178eb56
build(deps): bump github/codeql-action from 2.1.19 to 2.1.21
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.19 to 2.1.21.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f5d217be74...c7f292ea4f)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 06:13:04 +00:00
Kelvin M. Klann
c78c2b4ec4 docs: note that blacklist/whitelist follow symlinks
Make it more explicit that they do and add an example for each command.

Relates to #5338.
2022-08-28 21:14:23 -03:00
Kelvin M. Klann
8e04409614 docs: clarify symlink handling description in --whitelist
Format it and improve the grammar and explanation.
2022-08-28 19:46:14 -03:00
pirate486743186
fd5659e43a
tuir.profile creation (#5330)
Co-authored-by: pirate486743186 <>
2022-08-28 20:00:36 +00:00
Kelvin M. Klann
783c700510 steam.profile: fix Proton-GE version in comment
This amends commit e2631b40d ("steam.profile: fix breakage with newer
Proton-GE (process_vm_readv)", 2022-08-20).
2022-08-26 16:33:52 -03:00
Kelvin M. Klann
e2631b40d9 steam.profile: fix breakage with newer Proton-GE (process_vm_readv)
As reported by @rsramkis on #5185, upgrading from Proton-7.2-GE-2[1]
(released on 2022-02-14) to GE-Proton7-18[2] (released on 2022-05-19)
breaks logging in on World of Tanks Blitz unless the `process_vm_ready`
32-bit syscall is allowed[3], so allow it.

Fixes #5185.

[1] https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/7.2-GE-2
[2] https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton7-18
[3] https://github.com/netblue30/firejail/issues/5185#issuecomment-1152350336
2022-08-26 19:30:14 +00:00
dependabot[bot]
79d5b03884 build(deps): bump github/codeql-action from 2.1.18 to 2.1.19
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.18 to 2.1.19.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2ca79b6fa8...f5d217be74)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 16:38:57 +00:00
Kelvin M. Klann
9f900534f1 src/firejail/profile.c: fix trailing whitespace
This amends commit 7f3b6c19a ("Add support for custom AppArmor profiles
(--apparmor=)", 2022-07-25) / PR #5274.
2022-08-23 06:37:52 -03:00
pirate486743186
08715f6022 lbry-viewer.profile create 2022-08-21 15:05:47 +02:00
Kelvin M. Klann
64cad40118 docs: set vim filetype on the other man pages
Some man pages are missing it.

This amends commit aacd2e7d8 ("docs: set vim filetype on man pages for
syntax highlighting", 2022-08-04) / PR #5296.
2022-08-20 12:08:25 -03:00
Kelvin M. Klann
ffc4f72c5c RELNOTES: add seccomp log flood bugfix
Relates to #5207.
2022-08-20 06:44:53 -03:00
Kelvin M. Klann
0d49c7a42d RELNOTES: sort features by date added
Relates to #4939 #5259.
2022-08-20 06:40:56 -03:00
glitsj16
d3116a98e9
man.profile needs additional private-etc items on arch (#5322) 2022-08-18 13:52:41 +00:00
Kelvin M. Klann
df00c1388f RELNOTES: add build and docs items
Relates to #5288 #5290 #5296 #5310.
2022-08-18 03:16:59 -03:00
Kelvin M. Klann
64421e1cf2 RELNOTES: add missing references for --restrict-namespaces
And fix a typo of "implemented".

Relates to #4939 #5259.
2022-08-18 03:16:25 -03:00
Kelvin M. Klann
eaccc59df9 RELNOTES: add more references related to --apparmor=
Relates to #5274 #5316 #5317.
2022-08-18 03:06:54 -03:00
Kelvin M. Klann
4fe11d1638 RELNOTES: restore build item and build PR reference
Which were removed on commit d4323ae26 ("merges", 2022-08-14).

Relates to #5283 #5284.
2022-08-18 03:06:54 -03:00
Азалия Смарагдова
9109f60151
Fixed an AppArmor profile denial issue with ptrace and signals (#5317) 2022-08-18 01:12:37 +00:00
Азалия Смарагдова
c6d7474c13 tinyLL has been removed as it's no longer needed 2022-08-16 13:30:12 +05:00
Азалия Смарагдова
460fa7a6f9 Proposed fixes. 2022-08-16 12:03:50 +05:00
Азалия Смарагдова
877fc99d54
Update quotation marks in src/zsh_completion/_firejail.in
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
2022-08-15 21:19:02 +05:00
Азалия Смарагдова
ba828befe0 Landlock functions are added to the code of Firejail, removing the dependency on tinyLL 2022-08-15 14:36:02 +05:00
Азалия Смарагдова
61b1544289 Landlock support has been added. 2022-08-15 13:32:24 +05:00
netblue30
5ab4aeb35c more merges 2022-08-14 09:38:32 -04:00
netblue30
07a5f9db6f more merges 2022-08-14 09:37:52 -04:00
netblue30
ea6f8a18bb
Merge pull request #5302 from pirate486743186/makedeb-profile-creation
makedeb profile creation
2022-08-14 09:36:25 -04:00