Snap for 11130229 from 057e9b0f7418ab9aba1879aa73c8cb5f25e906d3 to 24Q1-release

Change-Id: I92190e813936c04c0db2a2b36788508d04106253
This commit is contained in:
Android Build Coastguard Worker 2023-11-22 00:03:27 +00:00
commit e4589f5ccf
4 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ r_dir_file(aocd, persist_aoc_file);
# sysfs operations # sysfs operations
allow aocd sysfs_aoc:dir search; allow aocd sysfs_aoc:dir search;
allow aocd sysfs_aoc_firmware:file w_file_perms; allow aocd sysfs_aoc_firmware:file w_file_perms;
allow aocd sysfs_aoc_notifytimeout:file r_file_perms;
# dev operations # dev operations
allow aocd aoc_device:chr_file rw_file_perms; allow aocd aoc_device:chr_file rw_file_perms;
@ -19,3 +20,4 @@ allow aocd device:dir r_dir_perms;
# set properties # set properties
set_prop(aocd, vendor_aoc_prop) set_prop(aocd, vendor_aoc_prop)
set_prop(aocd, vendor_timeout_aoc_prop)

View File

@ -4,6 +4,7 @@ type sysfs_aoc_boottime, sysfs_type, fs_type;
type sysfs_aoc_firmware, sysfs_type, fs_type; type sysfs_aoc_firmware, sysfs_type, fs_type;
type sysfs_aoc, sysfs_type, fs_type; type sysfs_aoc, sysfs_type, fs_type;
type sysfs_aoc_reset, sysfs_type, fs_type; type sysfs_aoc_reset, sysfs_type, fs_type;
type sysfs_aoc_notifytimeout, sysfs_type, fs_type;
# persist # persist
type persist_aoc_file, file_type, vendor_persist_type; type persist_aoc_file, file_type, vendor_persist_type;

View File

@ -1,2 +1,3 @@
# AoC # AoC
vendor_internal_prop(vendor_aoc_prop) vendor_internal_prop(vendor_aoc_prop)
vendor_internal_prop(vendor_timeout_aoc_prop)

View File

@ -1,2 +1,3 @@
# AoC # AoC
vendor.aoc.firmware.version u:object_r:vendor_aoc_prop:s0 vendor.aoc.firmware.version u:object_r:vendor_aoc_prop:s0
persist.vendor.aoc.status_request_timed_out u:object_r:vendor_timeout_aoc_prop:s0