Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 15:59:48 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libugidfw libugidfw.3 ugidfw.c ugidfw.h src/sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h src/tools/regression/mac/mac_bsdextended test_ugidfw.c src/usr.sbin/ugidfw ugidfw.8 ugidfw.c
Message-ID:  <200608211559.k7LFxmAf004923@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2006-08-21 15:59:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libugidfw        libugidfw.3 ugidfw.c ugidfw.h 
    sys/security/mac_bsdextended mac_bsdextended.c 
                                 mac_bsdextended.h 
    tools/regression/mac/mac_bsdextended test_ugidfw.c 
    usr.sbin/ugidfw      ugidfw.8 ugidfw.c 
  Log:
  Sync with -current:
  
  - allow matching on subject: ranges of uid, ranges of gid, jail id
    and object: ranges of uid, ranges of gid, filesystem, object is
    suid, object is sgid, object matches subject uid/gid, object type.
  
  This involves an ABI change between the kernel module and libugidfw,
  but no change between applications and ugidfw.
  
  Revision  Changes    Path
  1.7.2.1   +0 -10     src/lib/libugidfw/libugidfw.3
  1.10.2.1  +729 -167  src/lib/libugidfw/ugidfw.c
  1.4.8.1   +0 -3      src/lib/libugidfw/ugidfw.h
  1.25.2.3  +200 -304  src/sys/security/mac_bsdextended/mac_bsdextended.c
  1.5.2.1   +52 -10    src/sys/security/mac_bsdextended/mac_bsdextended.h
  1.2.2.1   +50 -8     src/tools/regression/mac/mac_bsdextended/test_ugidfw.c
  1.8.2.1   +195 -44   src/usr.sbin/ugidfw/ugidfw.8
  1.4.2.2   +1 -0      src/usr.sbin/ugidfw/ugidfw.c



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