am 2a3a2dc3
: Merge "Allow init to create /mnt/sdcard symlink." into mnc-dev
* commit '2a3a2dc33c7e5cbd9da95ece2eec0c100e9fbc14': Allow init to create /mnt/sdcard symlink.
This commit is contained in:
commit
2a50b9b006
2 changed files with 2 additions and 0 deletions
1
target/board/generic/sepolicy/init.te
Normal file
1
target/board/generic/sepolicy/init.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow init tmpfs:lnk_file create_file_perms;
|
1
target/board/generic_x86/sepolicy/init.te
Normal file
1
target/board/generic_x86/sepolicy/init.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow init tmpfs:lnk_file create_file_perms;
|
Loading…
Reference in a new issue