Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2004 12:37:26 -0800 (PST)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200403082037.i28KbQ2M041691@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403082037.i28KbQ2M041691>