Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2005 16:09:34 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mac_policy.h
Message-ID:  <200508081609.j78G9YHZ028447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-08-08 16:09:34 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mac_policy.h 
  Log:
  Insert a series of place-holder function pointers in mac_policy.h for
  entry points that will be inserted over the life-time of the 6.x branch,
  including for:
  
  - New struct file labeling (void * already added to struct file), events,
    access control checks.
  - Additional struct mount access control checks, internalization/
    externalization.
  - mac_check_cap()
  - System call enter/exit check and event.
  - Socket and vnode ioctl entry points.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.69      +25 -0     src/sys/sys/mac_policy.h



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