Skip to content
Snippets Groups Projects
  • Benjamin Gordon's avatar
    sepolicy: Fix references to self:capability · 7ed266c6
    Benjamin Gordon authored
    commit 9b2e0cbe added a new
    self:global_capability_class_set macro that covers both self:capability
    and self:cap_userns.  Apply the new macro to various self:capability
    references that have cropped up since then.
    
    Bug: 112307595
    Test: policy diff shows new rules are all cap_userns
    Change-Id: I3eb38ef07532a8e693fd549dfdbc4a6df5329609
    7ed266c6
hal_bootctl.te 284 B
# HwBinder IPC from client to server, and callbacks
binder_call(hal_bootctl_client, hal_bootctl_server)
binder_call(hal_bootctl_server, hal_bootctl_client)

hal_attribute_hwservice(hal_bootctl, hal_bootctl_hwservice)

dontaudit hal_bootctl self:global_capability_class_set sys_rawio;