about summary refs log tree commit diff
path: root/elf/dl-tunables.list
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-tunables.list')
-rw-r--r--elf/dl-tunables.list9
1 files changed, 9 insertions, 0 deletions
diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list
index 8ddd4a2314..46ffb23784 100644
--- a/elf/dl-tunables.list
+++ b/elf/dl-tunables.list
@@ -156,4 +156,13 @@ glibc {
       security_level: SXID_IGNORE
     }
   }
+
+  rtld {
+    dynamic_sort {
+      type: INT_32
+      minval: 1
+      maxval: 2
+      default: 1
+    }
+  }
 }