Skip to content
Snippets Groups Projects
Commit f6da64bf authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by android-build-merger
Browse files

Merge "Allow domains to stat filesystems."

am: e1224de0

* commit 'e1224de0':
  Allow domains to stat filesystems.
parents 32eff0cb e1224de0
Branches
Tags
No related merge requests found
......@@ -127,6 +127,10 @@ allow domain debugfs:dir search;
allow domain debugfs_tracing:dir search;
allow domain debugfs_trace_marker:file w_file_perms;
# Filesystem access.
allow domain fs_type:filesystem getattr;
allow domain fs_type:dir getattr;
###
### neverallow rules
###
......
......@@ -25,10 +25,6 @@ allow domain_deprecated rootfs:lnk_file r_file_perms;
# Device accesses.
allow domain_deprecated device:file read;
# Filesystem accesses.
allow domain_deprecated fs_type:filesystem getattr;
allow domain_deprecated fs_type:dir getattr;
# System file accesses.
allow domain_deprecated system_file:dir r_dir_perms;
allow domain_deprecated system_file:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment