From ca88b9cce8fb36e7ebc2da8b49ca511b0ac637eb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 16 May 2020 00:50:32 -0700 Subject: Fix pioneer.profile into pioneer.local --- profiles/pioneer.local | 12 ++++++++++++ profiles/pioneer.profile | 18 ------------------ 2 files changed, 12 insertions(+), 18 deletions(-) create mode 100644 profiles/pioneer.local delete mode 100644 profiles/pioneer.profile (limited to 'profiles') diff --git a/profiles/pioneer.local b/profiles/pioneer.local new file mode 100644 index 0000000..4838164 --- /dev/null +++ b/profiles/pioneer.local @@ -0,0 +1,12 @@ +# # alsa audio will work with ipc-namespace, +# # but it hogs the alsa device from other applications +ignore ipc-namespace +machine-id +# # no3d breaks gpu rendering +ignore no3d +seccomp !name_to_handle_at + +private-bin pioneer +private-etc asound.conf,group,localtime,machine-id,pulse + +ignore memory-deny-write-execute diff --git a/profiles/pioneer.profile b/profiles/pioneer.profile deleted file mode 100644 index de079f5..0000000 --- a/profiles/pioneer.profile +++ /dev/null @@ -1,18 +0,0 @@ -# This file is overwritten after every install/update -# Persistent local customizations -include pioneer.local -# Persistent global definitions -include globals.local - -noblacklist ${HOME}/.pioneer -mkdir ${HOME}/.pioneer -whitelist ${HOME}/.pioneer - -protocol unix,netlink -seccomp !name_to_handle_at - -private-bin pioneer - -ignore memory-deny-write-execute - -include generic-game.inc -- cgit v1.2.1