Skip to content
Snippets Groups Projects
Commit 6435c10a authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am cedee697: Fix fsck-related denials with encrypted userdata.

* commit 'cedee697':
  Fix fsck-related denials with encrypted userdata.
parents d9fab4f7 cedee697
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ init_daemon_domain(fsck)
allow fsck tmpfs:chr_file { read write ioctl };
# Inherit and use pty created by android_fork_execvp_ext().
allow fsck devpts:chr_file { read write };
allow fsck devpts:chr_file { read write ioctl };
# Run e2fsck on block devices.
# TODO: Assign userdata and cache block device types to the corresponding
......
......@@ -38,6 +38,9 @@ allow vold sysfs:file rw_file_perms;
write_klog(vold)
# Run fsck.
allow vold fsck_exec:file rx_file_perms;
# Log fsck results
allow vold fscklogs:dir rw_dir_perms;
allow vold fscklogs:file create_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment