commit | e7a31d52c79a2989c1f472b756554001aeb18832 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daehojeong@google.com> | Thu Aug 31 22:46:43 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 31 22:46:43 2023 +0000 |
tree | 54a05a2d0a932320939ca742598e5d282415891a | |
parent | b3783027637b22caff6078d165f50a4833249eed [diff] | |
parent | 6ac8e4cf00764257b1b3be474272e3bc9e30f4b6 [diff] |
Merge "compress logcat files" into main
diff --git a/public/logpersist.te b/public/logpersist.te index 6c1c404..f2e856b 100644 --- a/public/logpersist.te +++ b/public/logpersist.te
@@ -28,3 +28,8 @@ # -system_app # Smith.apk # } logpersist:process transition; neverallow * logpersist:process dyntransition; + +allowxperm logpersist misc_logd_file:file ioctl { + F2FS_IOC_RELEASE_COMPRESS_BLOCKS + FS_IOC_SETFLAGS +};