Merge "Ignore fusefs_type access for su"

This commit is contained in:
Thiébaud Weksteen 2023-02-09 22:46:54 +00:00 committed by Gerrit Code Review
commit f0e86adfc3

View file

@ -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 } *;