Skip to content

Commit

Permalink
Fixed sepolicy issue.
Browse files Browse the repository at this point in the history
Observed build issue due to never allow sepolicy for type attribute
system_device_block.

Tests done: EB is build and it is booted successfully.

Tracked-On: OAM-127806
Signed-off-by: Ankit Agrawal <[email protected]>
  • Loading branch information
ankithbti52509 committed Jan 22, 2025
1 parent 60d2ef2 commit 540625c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boot-arch/generic/device.te
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ type acpio_block_device, dev_type;
type vendor_block_device, dev_type;
type product_block_device, dev_type;
type odm_block_device, dev_type;
typeattribute system_block_device super_block_device_type;
typeattribute vendor_block_device super_block_device_type;
typeattribute product_block_device super_block_device_type;

0 comments on commit 540625c

Please sign in to comment.