diff --git a/toolbox.te b/toolbox.te
index 5d7f824d83d6974cf479ac6f19123bbf387b3d76..105675628af81128b81ea5e2f869599e5bcc0560 100644
--- a/toolbox.te
+++ b/toolbox.te
@@ -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.