aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml6
-rw-r--r--etc/profile-a-l/gmpc.profile5
-rw-r--r--etc/profile-m-z/mpDris2.profile4
-rw-r--r--etc/profile-m-z/mpd.profile4
4 files changed, 14 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index bbd4e47d5..344090cfd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -97,7 +97,7 @@ jobs:
97 97
98 # Initializes the CodeQL tools for scanning. 98 # Initializes the CodeQL tools for scanning.
99 - name: Initialize CodeQL 99 - name: Initialize CodeQL
100 uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 100 uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624
101 with: 101 with:
102 languages: ${{ matrix.language }} 102 languages: ${{ matrix.language }}
103 # If you wish to specify custom queries, you can do so here or in a config file. 103 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -108,7 +108,7 @@ jobs:
108 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 108 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
109 # If this step fails, then you should remove it and run the build manually (see below) 109 # If this step fails, then you should remove it and run the build manually (see below)
110 - name: Autobuild 110 - name: Autobuild
111 uses: github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 111 uses: github/codeql-action/autobuild@5b6282e01c62d02e720b81eb8a51204f527c3624
112 112
113 # ℹī¸ Command-line programs to run using the OS shell. 113 # ℹī¸ Command-line programs to run using the OS shell.
114 # 📚 https://git.io/JvXDl 114 # 📚 https://git.io/JvXDl
@@ -122,4 +122,4 @@ jobs:
122 # make release 122 # make release
123 123
124 - name: Perform CodeQL Analysis 124 - name: Perform CodeQL Analysis
125 uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 125 uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624
diff --git a/etc/profile-a-l/gmpc.profile b/etc/profile-a-l/gmpc.profile
index f3e045000..8c20f7398 100644
--- a/etc/profile-a-l/gmpc.profile
+++ b/etc/profile-a-l/gmpc.profile
@@ -47,8 +47,9 @@ private-etc
47private-tmp 47private-tmp
48writable-run-user 48writable-run-user
49 49
50# dbus-user none 50dbus-user filter
51# dbus-system none 51dbus-user.talk org.mpris.MediaPlayer2.mpd
52dbus-system none
52 53
53# memory-deny-write-execute - breaks on Arch 54# memory-deny-write-execute - breaks on Arch
54restrict-namespaces 55restrict-namespaces
diff --git a/etc/profile-m-z/mpDris2.profile b/etc/profile-m-z/mpDris2.profile
index a9631733c..86359426b 100644
--- a/etc/profile-m-z/mpDris2.profile
+++ b/etc/profile-m-z/mpDris2.profile
@@ -52,6 +52,10 @@ private-etc
52private-lib libdbus-1.so.*,libdbus-glib-1.so.*,libgirepository-1.0.so.*,libnotify.so.*,libpython*,python2*,python3* 52private-lib libdbus-1.so.*,libdbus-glib-1.so.*,libgirepository-1.0.so.*,libnotify.so.*,libpython*,python2*,python3*
53private-tmp 53private-tmp
54 54
55dbus-user filter
56dbus-user.own org.mpris.MediaPlayer2.mpd
57dbus-system none
58
55#memory-deny-write-execute - breaks on Arch (see issue #1803) 59#memory-deny-write-execute - breaks on Arch (see issue #1803)
56 60
57read-only ${HOME} 61read-only ${HOME}
diff --git a/etc/profile-m-z/mpd.profile b/etc/profile-m-z/mpd.profile
index d1c4bd24f..6bf881faf 100644
--- a/etc/profile-m-z/mpd.profile
+++ b/etc/profile-m-z/mpd.profile
@@ -41,4 +41,8 @@ private-cache
41private-dev 41private-dev
42private-tmp 42private-tmp
43 43
44dbus-user filter
45dbus-user.talk org.mpris.MediaPlayer2.mpd
46dbus-system none
47
44restrict-namespaces 48restrict-namespaces