Skip to content

Commit

Permalink
walleye: sepolicy: Attach vendor_property_type to properties
Browse files Browse the repository at this point in the history
We are going to enforce that each property has an explicit owner, such
as system, vendor, or product. This attaches vendor_property_type to
properties defined under vendor sepolicy directories.

Bug: 159097992
Test: m selinux_policy && boot device
Change-Id: Ie572fd9533f892627ced47e794f4e42361192eab
  • Loading branch information
iskim517 authored and PixelBoot committed Feb 18, 2024
1 parent 59463f9 commit 1a8a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepolicy/property.te
Original file line number Diff line number Diff line change
@@ -1 +1 @@
type radio_usb_prop, property_type;
vendor_public_prop(radio_usb_prop)

0 comments on commit 1a8a93c

Please sign in to comment.