Expand rtc_device label to match all rtc class drivers.
/dev/rtc0 is not the only possible rtc device node, make sure all are given the rtc_device label. Change-Id: I50d15aa62e87509e940acd168474433803b2115d
This commit is contained in:
parent
c7594898db
commit
1b4b3b918b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
/dev/random u:object_r:random_device:s0
|
||||
/dev/rpmsg-omx[0-9] u:object_r:rpmsg_device:s0
|
||||
/dev/rproc_user u:object_r:rpmsg_device:s0
|
||||
/dev/rtc0 u:object_r:rtc_device:s0
|
||||
/dev/rtc[0-9] u:object_r:rtc_device:s0
|
||||
/dev/snd(/.*)? u:object_r:audio_device:s0
|
||||
/dev/socket(/.*)? u:object_r:socket_device:s0
|
||||
/dev/socket/adbd u:object_r:adbd_socket:s0
|
||||
|
|
Loading…
Reference in a new issue