Ignore fusefs_type access for su
Similarly to fs_type, fusefs_type accesses are ignored. It may be triggered by tradefed when listing mounted points. Bug: 177481425 Bug: 240632971 Bug: 239090033 Bug: 238971088 Bug: 238932200 Bug: 239085619 Test: presubmit boot tests Change-Id: Ic96140d6bf2673d0de6c934581b3766f911780b6
This commit is contained in:
parent
15d5e5f173
commit
3714d72a64
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ userdebug_or_eng(`
|
|||
dontaudit su domain:socket_class_set *;
|
||||
dontaudit su domain:ipc_class_set *;
|
||||
dontaudit su domain:key *;
|
||||
dontaudit su fs_type:filesystem *;
|
||||
dontaudit su {fs_type fusefs_type}:filesystem *;
|
||||
dontaudit su {fs_type dev_type file_type}:dir_file_class_set *;
|
||||
dontaudit su node_type:node *;
|
||||
dontaudit su node_type:{ tcp_socket udp_socket rawip_socket } *;
|
||||
|
|
Loading…
Reference in a new issue