Skip to content

Commit

Permalink
alioth: sepolicy: specify the owner of vendor props
Browse files Browse the repository at this point in the history
  • Loading branch information
jjpprrrr authored and Laulan56 committed Aug 17, 2022
1 parent 5af7367 commit 526edd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sepolicy/private/property.te
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
type sensors_prop, property_type;
type vendor_adsprpc_prop, property_type;
type vendor_display_prop, property_type;
vendor_public_prop(sensors_prop);
vendor_public_prop(vendor_adsprpc_prop);
vendor_public_prop(vendor_display_prop);

0 comments on commit 526edd3

Please sign in to comment.