diff --git a/non_plat/fuelgauged_nvram.te b/non_plat/fuelgauged_nvram.te index 2b3462b..fcd1749 100644 --- a/non_plat/fuelgauged_nvram.te +++ b/non_plat/fuelgauged_nvram.te @@ -73,3 +73,4 @@ r_dir_file(fuelgauged_nvram, sysfs_batteryinfo) # Purpose: Allow to search /mnt/vendor/nvdata for fstab when using NVM_Init() allow fuelgauged_nvram mnt_vendor_file:dir search; +allow fuelgauged_nvram sysfs_boot_mode:file { open read };