commit | 5c36630f5a08426e7b9f37ff8e6ee9d5964682d6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Feb 04 22:18:32 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 04 22:18:32 2025 -0800 |
tree | 3d1ac279c03fd125a468f22dae3c66bf6f912ea0 | |
parent | ef57c8353940c2d20ee0022c0d3f7a0ca4e09476 [diff] | |
parent | d44bab92961756b07b54a35c15bd897416547847 [diff] |
Merge "Allow incident to use userfaultfd" into main
diff --git a/private/incidentd.te b/private/incidentd.te index bf98d31..11da9ea 100644 --- a/private/incidentd.te +++ b/private/incidentd.te
@@ -25,6 +25,9 @@ # section id 1116, allow accessing statsd socket unix_socket_send(incidentd, statsdw, statsd) +# section id 1116, allow using userfaultfd +userfaultfd_use(incidentd) + # section id 2001, allow reading /proc/pagetypeinfo allow incidentd proc_pagetypeinfo:file r_file_perms;