我用费多拉。有一些方案被包装在安全的漩涡中。包括桌面文件工作,但打开程序的根私密性。
我如何编辑桌面文件显示在这里打开目标没有根。我试过所有我能想到的明显的编辑,但没有任何运气。
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=argus
Exec=gnome-terminal -e "su -c 'argus -h; bash'"
TryExec=argus
Type=Application
Categories=System;Security;X-SecurityLab;X-Reconnaissance;发布于 2014-12-26 19:19:11
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=argus
Exec=gnome-terminal -e "sh -c 'argus -h; bash'"
TryExec=argus
Type=Application
Categories=System;Security;X-SecurityLab;X-Reconnaissance;这与行为最接近。它可以由一个比我更了解阿格斯的人改进。
https://unix.stackexchange.com/questions/176035
复制相似问题