aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/ffplay.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-a-l/ffplay.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-a-l/ffplay.profile')
-rw-r--r--etc/profile-a-l/ffplay.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-a-l/ffplay.profile b/etc/profile-a-l/ffplay.profile
index 04134cbf4..2284ccbe4 100644
--- a/etc/profile-a-l/ffplay.profile
+++ b/etc/profile-a-l/ffplay.profile
@@ -14,7 +14,7 @@ ignore nogroups
14ignore nosound 14ignore nosound
15 15
16private-bin ffplay 16private-bin ffplay
17private-etc alsa,asound.conf,group 17private-etc alsa,asound.conf,group,ld.so.preload
18 18
19# Redirect 19# Redirect
20include ffmpeg.profile 20include ffmpeg.profile