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:
commit
75670fdff2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue