Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2002 00:07:35 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libugidfw Makefile ugidfw.c ugidfw.h
Message-ID:  <200208020707.g7277ZnO060618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/02 00:07:35 PDT

  Added files:
    lib/libugidfw        Makefile ugidfw.c ugidfw.h 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Provide a library to manage user file system firewall-like rules
  supported by the mac_bsdextended.ko security model.  The kernel
  module exports the current rule set using sysctl, and this
  library provides a front end that includes support for retrieving
  and setting rules, as well as printing and parsing them.
  
  Note: as with other userland components, this is a WIP.  However,
  when used in combination with the soon-to-be-committed ugidfw,
  it can actually be quite useful in multi-user environments to
  allow the administrator to limit inter-user file operations without
  resorting to heavier weight labeled security policies.
  
  Obtained form:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.1       +11 -0     src/lib/libugidfw/Makefile (new)
  1.1       +712 -0    src/lib/libugidfw/ugidfw.c (new)
  1.1       +62 -0     src/lib/libugidfw/ugidfw.h (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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