Skip to content

Commit

Permalink
merges, disable sort.py in profile checks temporarely, two more priva…
Browse files Browse the repository at this point in the history
…te-etc profiles
  • Loading branch information
netblue30 committed Feb 14, 2023
1 parent ff5539b commit df6ea88
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/profile-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
github.com:443
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: sort.py
run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
# - name: sort.py
# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
# Currently broken (see #5610)
# - name: private-etc-always-required.sh
# run: ./ci/check/profiles/private-etc-always-required.sh etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
Expand Down
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ Neo00001 (https://github.com/Neo00001)
- update telegram profile
- add spectacle profile
- add kdiff3 profile
netcarver (https://github.com/netcarver)
- prevent access to LUKS keyfile
NetSysFire (https://github.com/NetSysFire)
- update weechat profile
- update megaglest profile
Expand Down Expand Up @@ -996,6 +998,7 @@ slowpeek (https://github.com/slowpeek)
- allow access to avahi-daemon in apparmor/firejail-default
- make appimage examples consistent with --appimage option short description
- blacklist google-drive-ocamlfuse config
- blacklist sendgmail config
smitsohu (https://github.com/smitsohu)
- read-only kde4 services directory
- enhanced mediathekview profile
Expand Down
1 change: 1 addition & 0 deletions etc/profile-a-l/dosbox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tracelog

private-bin dosbox
private-dev
private-etc @games
private-tmp

dbus-user none
Expand Down
1 change: 1 addition & 0 deletions etc/profile-a-l/etr.profile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ private-bin etr
private-cache
private-dev
# private-etc alternatives,drirc,machine-id,openal,passwd
private-etc @games,@x11
private-tmp

dbus-user none
Expand Down
3 changes: 2 additions & 1 deletion src/include/etc_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ static char *etc_group_sound[] = {
static char *etc_group_tls_ca[] = {
"ca-certificates",
"crypto-policies",
"gcrypt", // GNU crypto library (GPG)
"gcrypt", // GNU crypto library - contains hardware config for various encryption schemes
// and random number generators. The file is not installed by Debian.
"pki",
"ssl",
NULL
Expand Down

0 comments on commit df6ea88

Please sign in to comment.