You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
380 B
10 lines
380 B
allow adbd self:{ socket vsock_socket } {create listen accept rw_socket_perms_no_ioctl};
|
|
# TODO(b/130668487): Label the vsock sockets.
|
|
allow adbd unlabeled:{socket vsock_socket} rw_socket_perms_no_ioctl;
|
|
allow adbd kernel:system module_request;
|
|
|
|
recovery_only(`
|
|
# TODO(b/130668487): Label the vsock sockets.
|
|
allow su unlabeled:{ socket vsock_socket } rw_socket_perms_no_ioctl;
|
|
')
|