commit | 2e924e753cce91f3b6d0a24a080e3b979f19c29d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 20 17:52:00 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Oct 20 17:52:00 2017 -0700 |
tree | 70a76bd7b2bd0e3bef89d5127cc4b5b83de3ab74 | |
parent | e95b8bf87f54b2e74f36ebd8ba1a389663a439ec [diff] |
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
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 43bf1fa..e04aa2a 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 @@ write: 1 fstat: 1 clone: 1 +sched_setscheduler: 1 munmap: 1 lseek: 1 sigaltstack: 1