summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2022-11-15 13:32:47 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2022-11-17 19:12:32 +0800
commit83198bdb63dd5513b3223a0e750e214a61719660 (patch)
treede18b73087c4156dba4782f8f2107110e57397a7
parent03512115099c3d80ffb6c4e3de323dd5f3f60693 (diff)
downloadplatform-83198bdb63dd5513b3223a0e750e214a61719660.tar.gz
Ignore security_load_policy in libselinux in version 33
The ABI check for security_load_policy in version 33 is skipped until the tool can accurately determine extensions to parameter qualifiers. Test: make libselinux Bug: 259148872 Change-Id: Id19ea804c025225f745e50917e898294ce8124fb
-rw-r--r--33/64/arm/source-based/config.json10
-rw-r--r--33/64/arm64/source-based/config.json10
-rw-r--r--33/64/arm_arm64/source-based/config.json10
-rw-r--r--33/64/x86/source-based/config.json10
-rw-r--r--33/64/x86_64/source-based/config.json10
-rw-r--r--33/64/x86_x86_64/source-based/config.json10
6 files changed, 60 insertions, 0 deletions
diff --git a/33/64/arm/source-based/config.json b/33/64/arm/source-based/config.json
new file mode 100644
index 0000000..678ea04
--- /dev/null
+++ b/33/64/arm/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libselinux": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "security_load_policy"
+ ]
+ }
+ ]
+}
diff --git a/33/64/arm64/source-based/config.json b/33/64/arm64/source-based/config.json
new file mode 100644
index 0000000..678ea04
--- /dev/null
+++ b/33/64/arm64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libselinux": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "security_load_policy"
+ ]
+ }
+ ]
+}
diff --git a/33/64/arm_arm64/source-based/config.json b/33/64/arm_arm64/source-based/config.json
new file mode 100644
index 0000000..678ea04
--- /dev/null
+++ b/33/64/arm_arm64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libselinux": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "security_load_policy"
+ ]
+ }
+ ]
+}
diff --git a/33/64/x86/source-based/config.json b/33/64/x86/source-based/config.json
new file mode 100644
index 0000000..678ea04
--- /dev/null
+++ b/33/64/x86/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libselinux": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "security_load_policy"
+ ]
+ }
+ ]
+}
diff --git a/33/64/x86_64/source-based/config.json b/33/64/x86_64/source-based/config.json
new file mode 100644
index 0000000..678ea04
--- /dev/null
+++ b/33/64/x86_64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libselinux": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "security_load_policy"
+ ]
+ }
+ ]
+}
diff --git a/33/64/x86_x86_64/source-based/config.json b/33/64/x86_x86_64/source-based/config.json
new file mode 100644
index 0000000..678ea04
--- /dev/null
+++ b/33/64/x86_x86_64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libselinux": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "security_load_policy"
+ ]
+ }
+ ]
+}