Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!think.com!hsdndev!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.internals Subject: Re: Ideas for changes to Unix filesystem Message-ID: <28684:Feb1714:46:2491@kramden.acf.nyu.edu> Date: 17 Feb 91 14:46:24 GMT References: <27B98C54.66F9@tct.uucp> <27BC2E07.673D@tct.uucp> Organization: IR Lines: 11 In article <27BC2E07.673D@tct.uucp> chip@tct.uucp (Chip Salzenberg) writes: > Idea #2: Allow flink() only if you are the owner of the file or the > superuser. Idea #2': Allow link() only if you are the owner of the file or the superuser. Of course, these are both subsumed by a link protection bit (and O_LINK, O_EXEC, O_NONE, etc. bits on open()). ---Dan