Skip to content

Commit df6ea88

Browse files
committed
merges, disable sort.py in profile checks temporarely, two more private-etc profiles
1 parent ff5539b commit df6ea88

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.github/workflows/profile-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
github.com:443
3535
3636
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
37-
- name: sort.py
38-
run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
37+
# - name: sort.py
38+
# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
3939
# Currently broken (see #5610)
4040
# - name: private-etc-always-required.sh
4141
# run: ./ci/check/profiles/private-etc-always-required.sh etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile

README

+3
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ Neo00001 (https://github.com/Neo00001)
774774
- update telegram profile
775775
- add spectacle profile
776776
- add kdiff3 profile
777+
netcarver (https://github.com/netcarver)
778+
- prevent access to LUKS keyfile
777779
NetSysFire (https://github.com/NetSysFire)
778780
- update weechat profile
779781
- update megaglest profile
@@ -996,6 +998,7 @@ slowpeek (https://github.com/slowpeek)
996998
- allow access to avahi-daemon in apparmor/firejail-default
997999
- make appimage examples consistent with --appimage option short description
9981000
- blacklist google-drive-ocamlfuse config
1001+
- blacklist sendgmail config
9991002
smitsohu (https://github.com/smitsohu)
10001003
- read-only kde4 services directory
10011004
- enhanced mediathekview profile

etc/profile-a-l/dosbox.profile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ tracelog
3737

3838
private-bin dosbox
3939
private-dev
40+
private-etc @games
4041
private-tmp
4142

4243
dbus-user none

etc/profile-a-l/etr.profile

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ private-bin etr
4949
private-cache
5050
private-dev
5151
# private-etc alternatives,drirc,machine-id,openal,passwd
52+
private-etc @games,@x11
5253
private-tmp
5354

5455
dbus-user none

src/include/etc_groups.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ static char *etc_group_sound[] = {
7575
static char *etc_group_tls_ca[] = {
7676
"ca-certificates",
7777
"crypto-policies",
78-
"gcrypt", // GNU crypto library (GPG)
78+
"gcrypt", // GNU crypto library - contains hardware config for various encryption schemes
79+
// and random number generators. The file is not installed by Debian.
7980
"pki",
8081
"ssl",
8182
NULL

0 commit comments

Comments
 (0)