freebsd下, 在X下打开xterm时候, 总是出现Warning:could not change ownership of tty --pty is insecure, 说pty不安全,输入指令w, 可以看见我们所用的应用程序是/usr/X11R6/bin/luit. ls -l 查看一下她的属性, 属于root wheel用户, 故而我们普通用户打开xterm时候总是警告, 权限不对而已, 通过加上 setuid 位, 能够让普通用户通过setuid而取得暂时的权限, 从而系统不会报警。。。
可以 chown +s /usr/X11R6/bin/luit.
阅读(802) | 评论(0) | 转发(0) |