home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3100 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.2 KB

  1. Path: sparky!uunet!ogicse!plains!tinguely@plains.NoDak.edu
  2. From: tinguely@plains.NoDak.edu (Mark Tinguely)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Questions/problems with 386BSD 0.1
  5. Message-ID: <19416@plains.NoDak.edu>
  6. Date: 29 Jul 92 13:56:46 GMT
  7. Article-I.D.: plains.19416
  8. References: <1992Jul29.042244.29277@umbc3.umbc.edu>
  9. Sender: Unknown@plains.NoDak.edu
  10. Organization: North Dakota State University
  11. Lines: 17
  12. Nntp-Posting-Host: plains.nodak.edu
  13.  
  14. In article <1992Jul29.042244.29277@umbc3.umbc.edu> cs481a07@umbc5.umbc.edu (cs481a07) writes:
  15.  
  16. >    I've been trying to get RNto compile on 386BSD 0.1. It dies on
  17. >linking with a undefined _stty and _gtty. I've dug through everything I
  18. >can think of and can't find a way around/fix for this. Has anyone gotten
  19. >RN to work?
  20.  
  21.  in config.h define TERMIOS.
  22.  
  23. >problem 3: I noticed that anyone could run shutdown. the permissions were
  24. >
  25. >-rwsr-x--- owner root group operator. I changed the permissions to
  26. >-r-x------ and anyone can still run it. (you get the shutdown: NOT super-user)
  27.  
  28.  it appears the change in the check for permissions in kern_execve.c returns
  29.  a successful executable if any of the execute bits are on. Definately
  30.  something to change.
  31.