Skip to content
Snippets Groups Projects
Commit 13f11831 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "allow init to run fsck for early mount partitions"

am: 9c8d0546

Change-Id: I8976234923363b2d05f1369753a453b6077c06fb
parents 7f16c35e 9c8d0546
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ allow init device:file relabelfrom; ...@@ -29,8 +29,8 @@ allow init device:file relabelfrom;
allow init runtime_event_log_tags_file:file { open write setattr relabelto create }; allow init runtime_event_log_tags_file:file { open write setattr relabelto create };
# /dev/socket # /dev/socket
allow init { device socket_device }:dir relabelto; allow init { device socket_device }:dir relabelto;
# /dev/random, /dev/urandom # Relabel /dev nodes created in first stage init, /dev/null, /dev/ptmx, /dev/random, /dev/urandom
allow init random_device:chr_file relabelto; allow init { null_device ptmx_device random_device } : chr_file relabelto;
# /dev/device-mapper, /dev/block(/.*)? # /dev/device-mapper, /dev/block(/.*)?
allow init tmpfs:{ chr_file blk_file } relabelfrom; allow init tmpfs:{ chr_file blk_file } relabelfrom;
allow init tmpfs:blk_file getattr; allow init tmpfs:blk_file getattr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment