Merge "Enable gsid to read /sys/fs/f2fs" am: 7c3a3d8182 am: 17f6c97034 am: f605ff65b4

Change-Id: I7312971969e04ef99352bda9b285b49f4ea7cfda
This commit is contained in:
Automerger Merge Worker 2019-12-13 02:39:41 +00:00
commit 26b7cfd925

View file

@ -36,6 +36,10 @@ allowxperm gsid loop_device:blk_file ioctl {
# file names.
r_dir_file(gsid, sysfs_dm)
# libfiemap_writer needs to read /sys/fs/f2fs/<dev>/features to determine
# whether pin_file support is enabled.
r_dir_file(gsid, sysfs_fs_f2fs)
# Needed to read fstab, which is used to validate that system verity does not
# use check_once_at_most for sdcard installs. (Note: proc_cmdline is needed
# to get the A/B slot suffix).