aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/sysprof.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-18 22:57:55 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-18 22:57:55 +0200
commitd8d97acbd972cfe288074f6378fac6031b7caf65 (patch)
tree789b99b799ae362de2acb4c87e7b6b68e8d20b4a /etc/profile-m-z/sysprof.profile
parentUpdate SECURITY.md (diff)
downloadfirejail-d8d97acbd972cfe288074f6378fac6031b7caf65.tar.gz
firejail-d8d97acbd972cfe288074f6378fac6031b7caf65.tar.zst
firejail-d8d97acbd972cfe288074f6378fac6031b7caf65.zip
Add ld.so.preload to all private-etc lines
Command: sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \ $(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \ && python3 contrib/sort.py etc/profile-*/*
Diffstat (limited to 'etc/profile-m-z/sysprof.profile')
-rw-r--r--etc/profile-m-z/sysprof.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/sysprof.profile b/etc/profile-m-z/sysprof.profile
index ac4a380bb..c7119ae0f 100644
--- a/etc/profile-m-z/sysprof.profile
+++ b/etc/profile-m-z/sysprof.profile
@@ -63,7 +63,7 @@ disable-mnt
63#private-bin sysprof - breaks help menu 63#private-bin sysprof - breaks help menu
64private-cache 64private-cache
65private-dev 65private-dev
66private-etc alternatives,fonts,ld.so.cache,machine-id,ssl 66private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id,ssl
67# private-lib - breaks help menu 67# private-lib - breaks help menu
68#private-lib gdk-pixbuf-2.*,gio,gtk3,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*,libsysprof-2.so,libsysprof-ui-2.so 68#private-lib gdk-pixbuf-2.*,gio,gtk3,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*,libsysprof-2.so,libsysprof-ui-2.so
69private-tmp 69private-tmp