Ideas for changes to Unix filesystem
Dan Bernstein
brnstnd at kramden.acf.nyu.edu
Mon Feb 18 01:46:24 AEST 1991
In article <27BC2E07.673D at tct.uucp> chip at 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
More information about the Comp.unix.internals
mailing list