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

am 7aa8a86e: am 1c16abd3: Allow init to chown/chmod character devices.

* commit '7aa8a86e':
  Allow init to chown/chmod character devices.
parents c03985ea 7aa8a86e
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ allow init dev_type:lnk_file create;
allow init { fs_type -contextmount_type -sdcard_type -rootfs }:{ dir file } { open read setattr };
# chown/chmod on devices.
allow init qtaguid_device:chr_file { read open setattr };
allow init { dev_type -kmem_device }:chr_file { read open setattr };
# Unlabeled file access for upgrades from 4.2.
allow init unlabeled:dir { create_dir_perms relabelfrom };
......
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