device_google_zuma/tracking_denials/hal_bootctl_default.te
Wilson Sung 967da5da4f allow bootctl to read devinfo
Bug: 260522436
Change-Id: I41d2763ffe40d7465a11cc86612fed9f92905eff
2023-02-17 03:06:49 +00:00

9 lines
350 B
Text

# b/264489609
userdebug_or_eng(`
permissive hal_bootctl_default;
')
# b/267843310
dontaudit hal_bootctl_default hal_bootctl_default:capability { dac_override };
dontaudit hal_bootctl_default tee_device:chr_file { ioctl };
dontaudit hal_bootctl_default tee_device:chr_file { open };
dontaudit hal_bootctl_default tee_device:chr_file { read write };