分页: 1 / 1

如何让firestarter自动启动?

发表于 : 2005-09-02 1:20
hertz
在系统-->首选项-->会话里设置gksudo "/usr/bin/firestarter --start-hidden"没有反应。

还有,怎么能够让firestarter启动的时候不要输入sudo密码?

发表于 : 2005-09-02 8:09
gnix_oag
可以把你的用户 加入 root 组

这样就不用输入sudo密码

发表于 : 2005-09-02 9:19
eexpress
会话-启动程序,可以不。

发表于 : 2005-12-03 13:24
Arete
来自firestart主页的方法:

Giving the user permission to launch Firestarter without the root password

In order for a regular user to be able to launch Firestarter, the user must be given additional privileges. Edit your /etc/sudoers file in your favorite text editor and add the following line at the end:
username ALL= NOPASSWD: /usr/bin/firestarter

Note: Debian users should replace /usr/bin/firestarter with /usr/sbin/firestarter in the above line.

Simply replace username with whatever your login is. The specified user is now able to launch Firestarter without being prompted for a password using the command sudo firestarter.

发表于 : 2005-12-05 15:17
jnow
breezy 的sudoers好像不好用了,我郁闷很久了
因为我想开机自动进行802.1x认证,想开机以root自动运行我的认证脚本,修改了sudoers可总是不好用

发表于 : 2005-12-05 15:45
oneleaf
看看 /etc/default/ 下有没有配置文件?

发表于 : 2006-03-28 19:27
xautofzx
只能使用visudo可以修改/etc/sudoers,所有用户包括root都只有读权限,不能直接修改。

Re:

发表于 : 2009-04-19 18:10
iammmm
官方网站有错误:

9。04版本以后:
sudoer文件加入的是:
username ALL= NOPASSWD: /usr/sbin/firestarter

而不是:
username ALL= NOPASSWD: /usr/bin/firestarter

文件路径需要注意,我今天才发现,按照官方网站的改了老是无法自动启动防火墙。

Arete 写了:来自firestart主页的方法:

Giving the user permission to launch Firestarter without the root password

In order for a regular user to be able to launch Firestarter, the user must be given additional privileges. Edit your /etc/sudoers file in your favorite text editor and add the following line at the end:
username ALL= NOPASSWD: /usr/bin/firestarter

Note: Debian users should replace /usr/bin/firestarter with /usr/sbin/firestarter in the above line.

Simply replace username with whatever your login is. The specified user is now able to launch Firestarter without being prompted for a password using the command sudo firestarter.

Re: 如何让firestarter自动启动?

发表于 : 2009-04-21 11:44
yinliang108
请到我博客里搜索firestarter可以找到中文答案。