diff options
author | aaditya <aaditya_gnulinux@zoho.com> | 2013-12-07 17:33:11 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:52:35 -0600 |
commit | 67b019be042a94dfd071a90156c795e10b59be6b (patch) | |
tree | b1bcc9de18d7efb0ff615558acc82479327e6262 /system/xfsudo/README | |
parent | 342a00436db770cbe5b8a6ab1270f544ce581337 (diff) | |
download | slackbuilds-67b019be042a94dfd071a90156c795e10b59be6b.tar.gz |
system/xfsudo: Added (run graphical apps as root using sudo).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/xfsudo/README')
-rw-r--r-- | system/xfsudo/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/xfsudo/README b/system/xfsudo/README new file mode 100644 index 0000000000..1c7e4f0c88 --- /dev/null +++ b/system/xfsudo/README @@ -0,0 +1,8 @@ +xfsudo - run graphical applications as superuser using sudo +xfsu - run graphical applications as root using sudo -i + +Uses zenity to create the dialog box and sudo as backend to +run the program as root. + +NOTE: for this to work you need to put your user in the +sudoers file (see "man visudo"). |