Skip to content

Commit

Permalink
sepolicy_vndr: Label proc firmware config node
Browse files Browse the repository at this point in the history
Change-Id: Icbb7fdf23e4a76c542a15693feb46bec99ac8df8
  • Loading branch information
hellobbn authored and someone5678 committed Sep 24, 2024
1 parent 7820134 commit cc113d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generic/vendor/common/file.te
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ type vendor_sysfs_haptics, fs_type, sysfs_type;
type vendor_proc_wifi_dbg, fs_type, proc_type;
type vendor_proc_audiod, fs_type, proc_type;
type vendor_proc_shs, fs_type, proc_type;
type vendor_proc_firmware_cfg, fs_type, proc_type;

type vendor_qmuxd_socket, file_type;
type vendor_rild_socket, file_type;
Expand Down
1 change: 1 addition & 0 deletions generic/vendor/common/genfs_contexts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ genfscon proc /debug/fwdump u:object_r:vendor_proc_wif
genfscon proc /debugdriver/driverdump u:object_r:vendor_proc_wifi_dbg:s0
genfscon proc /ath_pktlog/cld u:object_r:vendor_proc_wifi_dbg:s0
genfscon proc /shs u:object_r:vendor_proc_shs:s0
genfscon proc /sys/kernel/firmware_config u:object_r:vendor_proc_firmware_cfg:s0

genfscon sysfs /android_touch u:object_r:vendor_sysfs_touch:s0
genfscon sysfs /devices/virtual/input/ftm4_touch u:object_r:vendor_sysfs_touch:s0
Expand Down

0 comments on commit cc113d7

Please sign in to comment.