home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17003 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  808 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!ub4b!news.cs.kuleuven.ac.be!blekul11!alijku11!k111114
  2. Organization: Johannes Kepler University Linz - Computing Center
  3. Date: Tuesday, 17 Nov 1992 18:56:52 CET
  4. From: <K111114@ALIJKU11.BITNET>
  5. Message-ID: <92322.185652K111114@ALIJKU11.BITNET>
  6. Newsgroups: comp.os.linux
  7. Subject: ftpd security leak
  8. Lines: 7
  9.  
  10. okay, looks like i had given up to soon ... :-)
  11. looking at the manpages on the SunSparc, it said that setuid(x) set's both,
  12. the uid and the euid. therefore, I replaced the #define by:
  13. #define seteuid(x) setuid((uid_t)x)  ... BUT !
  14. now I don't have ANY permissions. It's impossible to do a "ls" in your own
  15. home-directory even ! Any way out of this ????
  16. Herp.
  17.