aboutsummaryrefslogtreecommitdiffstats
path: root/community/bubblejail/ld_cache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/bubblejail/ld_cache.patch')
-rw-r--r--community/bubblejail/ld_cache.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/bubblejail/ld_cache.patch b/community/bubblejail/ld_cache.patch
deleted file mode 100644
index 709c12f1d53..00000000000
--- a/community/bubblejail/ld_cache.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/bubblejail/services.py b/bubblejail/services.py
-index abf9bf7..fd2533f 100644
---- a/bubblejail/services.py
-+++ b/bubblejail/services.py
-@@ -346,9 +346,6 @@ class BubblejailDefaults(BubblejailService):
- yield ReadOnlyBind('/etc/login.defs') # ???: is this file needed
- # ldconfig: linker cache
- # particularly needed for steam runtime to work
-- yield ReadOnlyBind('/etc/ld.so.cache')
-- yield ReadOnlyBind('/etc/ld.so.conf')
-- yield ReadOnlyBind('/etc/ld.so.conf.d')
-
- # Temporary directories
- yield DirCreate('/tmp')