diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-12 17:57:48 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-12 17:57:48 +0000 |
commit | 9e8cf22af25119845c29da3ffb2351b1c68c1bda (patch) | |
tree | 4042b84d4f9e7374ff9760b8ac58aed8765dc44e /security/libgnomesu/pkg-descr | |
parent | 1fcf66691d0c3772198f5a53c04a08c836518a51 (diff) |
Notes
Diffstat (limited to 'security/libgnomesu/pkg-descr')
-rw-r--r-- | security/libgnomesu/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/libgnomesu/pkg-descr b/security/libgnomesu/pkg-descr new file mode 100644 index 000000000000..fdeaecac4b4c --- /dev/null +++ b/security/libgnomesu/pkg-descr @@ -0,0 +1,17 @@ +libgnomesu is a library for providing superuser privileges to GNOME +applications. It supports consolehelper, PAM and su. + +libgnomesu will use one the following services (in order of priority), +depending on which one is available: +- consolehelper +- PAM +- su + +libgnomesu will use the su-based backend as final fallback, if no other +services are available. This service uses a backend which is a modified +version of GNU su. + +libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component +for Nautilus integration. + +WWW: http://members1.chello.nl/~h.lai/libgnomesu/ |