am d94b78c9: toolbox: android_fork_execvp_ext() requires getattr ioctl

* commit 'd94b78c908eafb9c57b17d8ad31842df5a0139a9':
  toolbox: android_fork_execvp_ext() requires getattr ioctl
This commit is contained in:
Nick Kralevich 2014-12-20 00:57:34 +00:00 committed by Android Git Automerger
commit 75670fdff2

View file

@ -12,7 +12,7 @@ init_daemon_domain(toolbox)
allow toolbox tmpfs:chr_file { read write ioctl };
# Inherit and use pty created by android_fork_execvp_ext().
allow toolbox devpts:chr_file { read write };
allow toolbox devpts:chr_file { read write getattr ioctl };
# mkswap-specific.
# Read/write block devices used for swap partitions.