cvs commit: src/sys/kern vfs_syscalls.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Mon Mar 8 12:37:26 PST 2004
pjd 2004/03/08 12:37:26 PST
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
Add two new sysctls:
- security.bsd.hardlink_check_uid, when set, means, that unprivileged
users are not permitted to create hard links to files not
owned by them,
- security.bsd.hardlink_check_gid, when set, means, that unprivileged
users are not permitted to create hard links to files owned
by group they don't belong to.
OK'ed by: rwatson
Revision Changes Path
1.339 +46 -2 src/sys/kern/vfs_syscalls.c
More information about the cvs-src
mailing list