View Single Post
  #5 (permalink)  
Old 11-25-2008, 03:01 PM
richard.o richard.o is offline
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by jmhe View Post
during the initial setup phrase, the installer calls "com.sun.security.auth.module.UnixSystem.getUid()" . sounds like it's returning an effective id.

who's the owner of the installer file itself? does it have setuid attr?
Code:
richard@box:~/Desktop$ ls -lah zdesktop_0_91_build_1344_linux_i686.sh 
-rwxr-xr-x 1 richard domain users 51M 2008-11-25 13:46 zdesktop_0_91_build_1344_linux_i686.sh
Reply With Quote