netblue30
80bc00e40f
merges, testing, private-etc
2023-02-16 08:21:50 -05:00
glitsj16
7da0078e6e
wusc: allow hyphenation ( #5666 )
2023-02-15 23:13:38 +00:00
glitsj16
0bbdbf4b77
com.github.johnfactotum.Foliate: fix .local include ( #5665 )
2023-02-15 23:12:21 +00:00
Kelvin M. Klann
4af66bd0b0
gcov_wrapper.h: Fix inconsistent Copyright years
...
Make it "2014-2023", which is the same as in basically every other file
that has the same Copyright author.
This kind of amends commit b408b20c7 ("gcov: fix build failure with gcc
11.1.0", 2021-06-15) / PR #4376 .
This is a follow-up to #5664 .
2023-02-15 16:06:31 -03:00
David Fetter
2dc16cc247
Update copyright to 2023 ( #5664 )
2023-02-15 18:57:44 +00:00
glitsj16
bb3f88606b
qutebrowser: allow userscripts by default ( #5649 )
...
Fixes #5639 .
qutebrowser: drop apparmor
Suggested in PR review.
2023-02-15 01:59:34 +00:00
Kelvin M. Klann
097d56b413
RELNOTES: fix inconsistent indents and options
...
This amends commit 707f48a12 ("RELNOTES", 2023-02-14).
Note: The "Allow only letters and digits" modif item was implemented on
commit b4ffaa207 ("merges; more on cleaning up esc chars", 2023-02-14)
and relates to both #5578 and #5613 . The "--hostname" part of both the
"Prevent" and the "Allow" modif items was also only added on that
commit. Discussion about the hostname:
https://github.com/netblue30/firejail/pull/5613#issuecomment-1421271389
Relates to #5578 .
2023-02-14 18:56:43 -03:00
Kelvin M. Klann
25fb040baa
RELNOTES: add modif and build items
...
Relates to #5613 #5654 .
2023-02-14 18:54:33 -03:00
Kelvin M. Klann
d8f100bc41
RELNOTES: fix keep-shell-rc feature item
...
Move it before modifs, add missing PR reference and make the description
match the PR name.
This amends commit 9d68139d7 ("merges", 2023-02-06).
Relates to #1127 #5634 .
2023-02-14 18:53:03 -03:00
netblue30
18a4af4f77
testing --name
2023-02-14 16:11:39 -05:00
netblue30
707f48a125
RELNOTES
2023-02-14 15:04:25 -05:00
netblue30
a6995464b4
fix build
2023-02-14 14:52:17 -05:00
netblue30
b4ffaa2074
merges; more on cleaning up esc chars
2023-02-14 11:33:35 -05:00
netblue30
31d0c32be5
Merge pull request #5613 from layderv/escape-cntrl-sequences
...
modif: Escape control characters of the command line
2023-02-14 09:27:50 -05:00
netblue30
df6ea884f1
merges, disable sort.py in profile checks temporarely, two more private-etc profiles
2023-02-14 09:17:00 -05:00
netblue30
ff5539bf8b
Merge pull request #5653 from slowpeek/master
...
disable-programs.inc: blacklist sendgmail config
2023-02-14 09:11:14 -05:00
netblue30
7fcb9ce9e5
Merge pull request #5654 from kmk3/build-mkdeb-noargs
...
build: mkdeb.sh: pass all arguments to ./configure
2023-02-14 09:10:02 -05:00
netblue30
262ab3ab9e
Merge pull request #5660 from glitsj16/tmc-fix
...
transmission-cli: allow web client
2023-02-14 09:09:24 -05:00
netblue30
905b9dc760
Merge pull request #5661 from netblue30/dependabot/github_actions/github/codeql-action-2.2.4
...
build(deps): bump github/codeql-action from 2.2.1 to 2.2.4
2023-02-14 09:08:54 -05:00
netblue30
ee1586dd59
Merge pull request #5663 from netcarver/master
...
disable-common.inc: Prevent access to LUKS keyfile
2023-02-14 09:08:03 -05:00
glitsj16
bae8ee2dc1
transmission-cli: allow web client
2023-02-14 09:09:49 -03:00
Netcarver
50d48c1f13
Prevent access to LUKS keyfile
2023-02-14 11:23:44 +00:00
dependabot[bot]
29841abd60
build(deps): bump github/codeql-action from 2.2.1 to 2.2.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](3ebbd71c74...17573ee1cc )
---
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>
2023-02-13 06:58:04 +00:00
slowpeek
57a2628281
Blacklist sendgmail config
...
sendgmail is a cli tool by Google that "uses Gmail in order to mimic
sendmail for git send-email" as per its own description. In other words it
is a basic sendmail replacement with OAuth2 support to send emails from
Gmail accounts.
https://github.com/google/gmail-oauth2-tools/tree/master/go/sendgmail
Config files location depends on "xdg" build tag. Without the tag it would
be "~/.sendgmail.*". With the tag it is either under
"$XDG_CONFIG_HOME/sendgmail" if set or "~/.config/sendgmail" otherwise.
2023-02-11 01:40:03 +02:00
Kelvin M. Klann
d4639bfc44
build: mkdeb.sh: pass all arguments to ./configure
...
Instead of using the first argument as the `EXTRA_VERSION` variable.
This should make the usage of mkdeb.sh less confusing, especially when
one is not trying to set the variable.
As for using `EXTRA_VERSION` (which is still optional with this commit),
make sure that it is set as an environment variable before caling
mkdeb.sh. Example:
env EXTRA_VERSION=-apparmor ./mkdeb.sh --enable-apparmor
See also commit 9a0fbbd71 ("mkdeb.sh.in: pass remaining arguments to
./configure", 2022-05-13) / PR #5154 .
2023-02-10 18:06:40 -03:00
netblue30
29da82d08a
private-etc: kdiff3, gzip, gunzip, tar etc
2023-02-10 14:38:57 -05:00
netblue30
8983cff10a
private-etc: more on gcrypt
2023-02-09 10:50:47 -05:00
netblue30
da724429e0
private-etc: moving gcrypt from tls-ca to x11 group
2023-02-08 18:05:19 -05:00
netblue30
7176e6324d
private-etc: libreoffice, audacity, forzen-bubble, transmission, md5sum/sha512sum, more sysutils testing, fix electron-hardened.inc.profile
2023-02-08 17:50:44 -05:00
netblue30
633016f005
adding machine-id to x11 group
2023-02-08 13:50:31 -05:00
netblue30
45a641deab
testing
2023-02-06 22:34:03 -05:00
netblue30
cb1104edf9
private-etc testing
2023-02-06 22:28:25 -05:00
netblue30
4a4bd8a617
testing
2023-02-06 14:13:12 -05:00
netblue30
1be9bb3c78
Merge pull request #5643 from glitsj16/whois-fix
...
whois: re-fix private-etc
2023-02-06 13:08:45 -05:00
glitsj16
50d31f1de4
re-fix private-etc
2023-02-06 17:10:04 +00:00
netblue30
9d68139d7b
merges
2023-02-06 10:17:58 -05:00
netblue30
e889db0958
build fix
2023-02-06 09:45:50 -05:00
netblue30
e6f2374d55
installing etc-cleanup tool in /usr/lib/firejail directory
2023-02-06 09:34:47 -05:00
netblue30
82c244f292
Merge pull request #5634 from acatton/master
...
feature: Add 'keep-shell-rc' command and option
2023-02-06 09:04:27 -05:00
netblue30
acb0154ea2
private-etc: pushing vulkan into games group
2023-02-06 08:55:36 -05:00
netblue30
740f502aee
Merge pull request #5642 from glitsj16/private-etc-ephemeral
...
ephemeral: use newly introduced private-etc @groups syntax
2023-02-06 08:47:34 -05:00
netblue30
5649bd4568
Merge pull request #5641 from glitsj16/private-etc-fixes
...
private-etc fixes
2023-02-06 08:46:36 -05:00
netblue30
4194ebfb75
Merge branch 'master' into private-etc-fixes
2023-02-06 08:46:28 -05:00
glitsj16
9e62192877
ephemeral: use newly introduced private-etc @groups syntax
2023-02-06 10:54:21 +00:00
layderv
74e94458e7
Style changes
2023-02-06 00:35:18 -05:00
netblue30
2e4e9d13ad
private-etc: java directory fixes
2023-02-05 21:15:20 -05:00
netblue30
0f996ea4de
private-etc: groups modified
2023-02-05 20:48:48 -05:00
glitsj16
f9c009e96f
xiphos: fix private-etc
...
There is no `/etc/ssli` AFAIK. Existing typo prior to private-etc rework likely caused this.
2023-02-05 23:01:01 +00:00
glitsj16
32d5ff5e1f
whois: fix private-etc
...
There is no `/etc/jwhois.conf` AFAIK. Existing typo prior to private-etc rework likely caused this.
2023-02-05 22:58:40 +00:00
glitsj16
81f884776f
marker: fix private-etc
...
`dconfgtk-3.0` was missing a `,` prior to the private-etc rework.
2023-02-05 22:53:28 +00:00