Skip to content

Commit acb0154

Browse files
committed
private-etc: pushing vulkan into games group
1 parent 740f502 commit acb0154

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

etc/profile-a-l/email-common.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tracelog
6969
# disable-mnt
7070
private-cache
7171
private-dev
72-
private-etc @tls-ca,@x11,gnupg,hosts.conf,mailname,selinux,timezone
72+
private-etc @tls-ca,@x11,gnupg,hosts.conf,mailname,timezone
7373
private-tmp
7474
# encrypting and signing email
7575
writable-run-user

etc/profile-a-l/ghostwriter.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private-bin context,gettext,ghostwriter,latex,mktexfmt,pandoc,pdflatex,pdfroff,p
5151
private-cache
5252
private-dev
5353
# passwd,login.defs,firejail are a temporary workaround for #2877 and can be removed once it is fixed
54-
private-etc @tls-ca,@x11,dbus-1,firejail,gconf,host.conf,mime.types,rpc,services,texlive,Trolltech.conf
54+
private-etc @tls-ca,@x11,dbus-1,firejail,gconf,host.conf,mime.types,rpc,services,texlive
5555
private-tmp
5656

5757
dbus-user filter

etc/profile-m-z/marker.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tracelog
5353
private-bin marker,python3*
5454
private-cache
5555
private-dev
56-
private-etc @x11,dconf
56+
private-etc @x11
5757
private-tmp
5858

5959
dbus-user filter

etc/profile-m-z/steam.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ seccomp.32 !process_vm_readv
175175
private-dev
176176
# private-etc breaks a small selection of games on some systems. Add 'ignore private-etc'
177177
# to your steam.local to support those.
178-
private-etc @tls-ca,@x11,bumblebee,dbus-1,host.conf,lsb-release,mime.types,os-release,services,vulkan
178+
private-etc @games,@tls-ca,@x11,bumblebee,dbus-1,host.conf,lsb-release,mime.types,os-release,services
179179
private-tmp
180180

181181
#dbus-user none

src/include/etc_groups.h

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static char *etc_group_games[] = {
4848
"openal", // 3D sound
4949
"timidity", // MIDI
5050
"timidity.cfg",
51+
"vulkan", // next generation OpenGL stack
5152
NULL
5253
};
5354

0 commit comments

Comments
 (0)