Peter Wemm
7e3426aa1f
Implement a new open(2) flag: O_NOFOLLOW. This will instruct open
...
to not follow symlinks, but to open a handle on the link itself(!).
As strange as this might sound, it has several useful applications
safe race-free ways of opening files in hostile areas (eg: /tmp, a mode
1777 /var/mail, etc). It also would allow things like fchown() to work
on the link rather than having to implement a new syscall specifically for
that task.
Reviewed by: phk
1998-04-06 17:38:43 +00:00
..
1998-02-20 13:11:54 +00:00
1998-03-28 13:25:01 +00:00
1998-04-06 15:51:22 +00:00
1998-03-28 11:51:01 +00:00
1998-04-06 08:26:08 +00:00
1998-02-15 04:17:09 +00:00
1998-03-08 06:21:33 +00:00
1998-04-06 08:26:08 +00:00
1998-02-10 17:10:23 +00:00
1998-02-20 13:37:40 +00:00
1998-02-12 18:02:07 +00:00
1998-03-07 19:25:34 +00:00
1998-03-08 09:59:44 +00:00
1998-03-28 11:51:01 +00:00
1998-03-30 09:56:58 +00:00
1998-04-04 05:55:05 +00:00
1998-02-20 13:52:15 +00:00
1998-04-06 09:30:42 +00:00
1998-04-05 02:59:10 +00:00
1998-03-08 09:59:44 +00:00
1998-03-03 20:55:26 +00:00
1998-04-04 13:26:20 +00:00
1998-04-06 08:26:08 +00:00
1998-03-30 09:56:58 +00:00
1998-04-06 08:26:08 +00:00
1998-02-25 06:13:32 +00:00
1998-03-28 14:49:47 +00:00
1998-03-09 04:00:42 +00:00
1998-03-29 11:55:06 +00:00
1998-03-28 11:51:01 +00:00
1998-03-28 11:51:01 +00:00
1998-02-20 13:37:40 +00:00
1998-02-15 05:41:31 +00:00
1998-02-20 13:46:58 +00:00
1998-02-27 19:58:29 +00:00
1998-04-06 15:48:30 +00:00
1998-03-30 09:56:58 +00:00
1998-04-05 10:03:52 +00:00
1998-03-28 10:33:27 +00:00
1998-03-28 10:33:27 +00:00
1998-03-28 11:51:01 +00:00
1998-03-28 11:51:01 +00:00
1998-03-30 09:56:58 +00:00
1998-03-30 09:56:58 +00:00
1998-03-30 09:56:58 +00:00
1998-02-25 06:16:37 +00:00
1998-03-28 10:33:27 +00:00
1998-02-25 06:19:15 +00:00
1998-02-20 13:46:58 +00:00
1998-02-20 13:46:58 +00:00
1998-03-30 09:56:58 +00:00
1998-02-20 13:37:40 +00:00
1998-02-20 13:11:54 +00:00
1998-04-04 13:26:20 +00:00
1998-04-04 13:26:20 +00:00
1998-03-28 10:33:27 +00:00
1998-03-28 10:33:27 +00:00
1998-03-30 09:56:58 +00:00
1998-03-27 06:48:24 +00:00
1998-03-19 22:48:16 +00:00
1998-03-11 00:10:31 +00:00
1998-03-07 21:37:31 +00:00
1998-03-30 09:56:58 +00:00
1998-03-29 18:23:44 +00:00
1998-02-15 04:17:09 +00:00
1998-03-11 00:10:31 +00:00
1998-03-30 09:56:58 +00:00
1998-03-29 18:23:44 +00:00
1998-04-06 17:38:43 +00:00
1998-03-08 09:59:44 +00:00