aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-06 04:37:17 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-06 04:37:17 +0000
commite97746745e81e215e86c80298dfae865073616e8 (patch)
tree283b3cf31e793b4b2ab774e5411e7e3cf7549db5
parentAdd network functionality in sqlitebrowser.profile (#2525) (diff)
downloadfirejail-e97746745e81e215e86c80298dfae865073616e8.tar.gz
firejail-e97746745e81e215e86c80298dfae865073616e8.tar.zst
firejail-e97746745e81e215e86c80298dfae865073616e8.zip
mdwx changes for sysprof profiles (#2526)
* mdwx breakage in sysprof.profile Recent mdwx (block memfd_create) work now breaks memory-deny-write-execute for the sysprof GUI on Arch. * mdwx fixes for sysprof-cli.profile While the GUI is now broken with mdwx on Arch, the CLI works just fine with it enabled.
-rw-r--r--etc/sysprof-cli.profile2
-rw-r--r--etc/sysprof.profile2
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/sysprof-cli.profile b/etc/sysprof-cli.profile
index 28d279d77..62672b22b 100644
--- a/etc/sysprof-cli.profile
+++ b/etc/sysprof-cli.profile
@@ -13,6 +13,8 @@ nodbus
13private-bin sysprof-cli 13private-bin sysprof-cli
14private-lib 14private-lib
15 15
16memory-deny-write-execute
17
16 18
17# Redirect 19# Redirect
18include sysprof.profile 20include sysprof.profile
diff --git a/etc/sysprof.profile b/etc/sysprof.profile
index a3135d001..eedf4c4b4 100644
--- a/etc/sysprof.profile
+++ b/etc/sysprof.profile
@@ -42,6 +42,6 @@ private-etc alternatives,fonts,ld.so.cache,machine-id,ssl
42#private-lib gdk-pixbuf-2.*,gio,gtk3,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*,libsysprof-2.so,libsysprof-ui-2.so 42#private-lib gdk-pixbuf-2.*,gio,gtk3,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*,libsysprof-2.so,libsysprof-ui-2.so
43private-tmp 43private-tmp
44 44
45memory-deny-write-execute 45# memory-deny-write-execute - Breaks GUI on Arch
46noexec ${HOME} 46noexec ${HOME}
47noexec /tmp 47noexec /tmp