Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
odin: sepolicy: Drop duplicate discard_max_bytes node
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkypen79 committed Apr 13, 2023
1 parent 11295c3 commit f422635
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions sepolicy/vendor/genfs_contexts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ genfscon sysfs /devices/platform/soc/998000.i2c/i2c-0/0-005a/f0_value
genfscon sysfs /devices/platform/soc/soc:extcon_usb1/extcon u:object_r:sysfs_extcon:s0
genfscon sysfs /devices/platform/soc/soc:qcom,pmic_glink/soc:qcom,pmic_glink:qcom,battery_charger/extcon u:object_r:sysfs_extcon:s0

# I/O
genfscon sysfs /devices/platform/soc/1d84000.ufshc/host0/target0:0:0/0:0:0:0/block/sda/queue/discard_max_bytes u:object_r:vendor_sysfs_scsi_host:s0

# Wakeup source stats
genfscon sysfs /devices/platform/soc/17300000.qcom,lpass/subsys6/wakeup u:object_r:sysfs_wakeup:s0
genfscon sysfs /devices/platform/soc/17300000.qcom,lpass/wakeup u:object_r:sysfs_wakeup:s0
Expand Down
2 changes: 1 addition & 1 deletion sepolicy/vendor/init.te
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ allow init proc_last_kmsg:file {
setattr
};

allow init vendor_sysfs_scsi_host:file w_file_perms;
allow init vendor_sysfs_mmc_host:file w_file_perms;

0 comments on commit f422635

Please sign in to comment.