From c954e7c50b944b574bdb4d6d4ec79954a9ecbda9 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Thu, 24 Jun 2021 21:31:07 -0700 Subject: Allow vendor_init to do cgroup migration Bug: 191925901 Test: Build Signed-off-by: Wei Wang Change-Id: I68126a1e1ae6193c85f6e0d9baf92a83023f436f --- common/vendor_init.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 common/vendor_init.te diff --git a/common/vendor_init.te b/common/vendor_init.te new file mode 100644 index 0000000..7299a26 --- /dev/null +++ b/common/vendor_init.te @@ -0,0 +1,2 @@ +# for cgroup migration +allow vendor_init cgroup:file rw_file_perms; -- cgit v1.2.3