1# Apps using TensorFlow rely on cpuinfo to precisely detect the SoC. cpuinfo
2# inspects multiple system properties such as ro.chipname which trigger a
3# denial. These properties are not populated on Pixel, simply ignore any
4# access. See b/210056469.
5system_internal_prop(deprecated_soc_prop)
6dontaudit domain deprecated_soc_prop:file *;
7