Skip to content

Commit

Permalink
private-etc: pushing vulkan into games group
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Feb 6, 2023
1 parent 740f502 commit acb0154
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/profile-a-l/email-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tracelog
# disable-mnt
private-cache
private-dev
private-etc @tls-ca,@x11,gnupg,hosts.conf,mailname,selinux,timezone
private-etc @tls-ca,@x11,gnupg,hosts.conf,mailname,timezone
private-tmp
# encrypting and signing email
writable-run-user
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/ghostwriter.profile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private-bin context,gettext,ghostwriter,latex,mktexfmt,pandoc,pdflatex,pdfroff,p
private-cache
private-dev
# passwd,login.defs,firejail are a temporary workaround for #2877 and can be removed once it is fixed
private-etc @tls-ca,@x11,dbus-1,firejail,gconf,host.conf,mime.types,rpc,services,texlive,Trolltech.conf
private-etc @tls-ca,@x11,dbus-1,firejail,gconf,host.conf,mime.types,rpc,services,texlive
private-tmp

dbus-user filter
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/marker.profile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tracelog
private-bin marker,python3*
private-cache
private-dev
private-etc @x11,dconf
private-etc @x11
private-tmp

dbus-user filter
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/steam.profile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ seccomp.32 !process_vm_readv
private-dev
# private-etc breaks a small selection of games on some systems. Add 'ignore private-etc'
# to your steam.local to support those.
private-etc @tls-ca,@x11,bumblebee,dbus-1,host.conf,lsb-release,mime.types,os-release,services,vulkan
private-etc @games,@tls-ca,@x11,bumblebee,dbus-1,host.conf,lsb-release,mime.types,os-release,services
private-tmp

#dbus-user none
Expand Down
1 change: 1 addition & 0 deletions src/include/etc_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static char *etc_group_games[] = {
"openal", // 3D sound
"timidity", // MIDI
"timidity.cfg",
"vulkan", // next generation OpenGL stack
NULL
};

Expand Down

0 comments on commit acb0154

Please sign in to comment.