summaryrefslogtreecommitdiffstats
path: root/configstore/1.1
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-10-20 17:52:00 -0700
committerElliott Hughes <enh@google.com>2017-10-20 17:52:00 -0700
commit2e924e753cce91f3b6d0a24a080e3b979f19c29d (patch)
tree70a76bd7b2bd0e3bef89d5127cc4b5b83de3ab74 /configstore/1.1
parente95b8bf87f54b2e74f36ebd8ba1a389663a439ec (diff)
downloadplatform_hardware_interfaces-2e924e753cce91f3b6d0a24a080e3b979f19c29d.tar.gz
platform_hardware_interfaces-2e924e753cce91f3b6d0a24a080e3b979f19c29d.tar.bz2
platform_hardware_interfaces-2e924e753cce91f3b6d0a24a080e3b979f19c29d.zip
Add sched_setscheduler to the arm64 policy.
To support pthread_attr_setinheritsched for any code that uses pthread_create. Bug: http://b/67471710 Test: no rolling configstore crashes when booting with the pthread change Change-Id: I5847adba36b6a5d13b7bd20f955e432c14ce78b8
Diffstat (limited to 'configstore/1.1')
-rw-r--r--configstore/1.1/default/seccomp_policy/configstore@1.1-arm64.policy1
1 files changed, 1 insertions, 0 deletions
diff --git a/configstore/1.1/default/seccomp_policy/configstore@1.1-arm64.policy b/configstore/1.1/default/seccomp_policy/configstore@1.1-arm64.policy
index 43bf1fac3c..e04aa2ac1b 100644
--- a/configstore/1.1/default/seccomp_policy/configstore@1.1-arm64.policy
+++ b/configstore/1.1/default/seccomp_policy/configstore@1.1-arm64.policy
@@ -28,6 +28,7 @@ faccessat: 1
write: 1
fstat: 1
clone: 1
+sched_setscheduler: 1
munmap: 1
lseek: 1
sigaltstack: 1