Description: Sample Qt application use pam to authenticate root.
(c) 2012 Waitman Gobble See License in source.
this allows you setuid your Qt app to allow a non-root user to run it as root, but require the user to authenticate as root to run. In order to authenticate root using pam, the app must be setuid root
(for example see "su")
$ ls -l /usr/bin/su -r-sr-xr-x 1 root wheel 17304 Jun 10 17:10 /usr/bin/su
Ratings & Comments
0 Comments