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