cvs commit: src/sys/kern init_main.c src/sys/security/mac mac_vfs.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_stub mac_stub.c ...

Robert Watson rwatson at FreeBSD.org
Wed Oct 5 03:31:06 PDT 2005


rwatson     2005-10-05 10:31:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             init_main.c 
    sys/security/mac     mac_vfs.c 
    sys/security/mac_biba mac_biba.c 
    sys/security/mac_lomac mac_lomac.c 
    sys/security/mac_mls mac_mls.c 
    sys/security/mac_stub mac_stub.c 
    sys/security/mac_test mac_test.c 
    sys/sys              mac.h mac_policy.h 
  Log:
  Merge init_main.c:1.258, mac_vfs.c:1.110, mac_biba.c:1.89,
  mac_lomac.c:1.37, mac_mls.c:1.74, mac_stub.c:1.55, mac_test.c:1.62,
  mac.h:1.69, mac_policy.h:1.70 from HEAD to RELENG_6:
  
    Remove mac_create_root_mount() and mpo_create_root_mount(), which
    provided access to the root file system before the start of the
    init process.  This was used briefly by SEBSD before it knew about
    preloading data in the loader, and using that method to gain
    access to data earlier results in fewer inconsistencies in the
    approach.  Policy modules still have access to the root file system
    creation event through the mac_create_mount() entry point.
  
    Removed now, and will be removed from RELENG_6, in order to gain
    third party policy dependencies on the entry point for the lifetime
    of the 6.x branch.
  
    Obtained from: TrustedBSD Project
    Submitted by:  Chris Vance <Christopher dot Vance at SPARTA dot com>
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.256.2.2  +0 -4      src/sys/kern/init_main.c
  1.108.2.2  +0 -8      src/sys/security/mac/mac_vfs.c
  1.87.2.3   +0 -14     src/sys/security/mac_biba/mac_biba.c
  1.35.2.3   +0 -14     src/sys/security/mac_lomac/mac_lomac.c
  1.72.2.3   +0 -14     src/sys/security/mac_mls/mac_mls.c
  1.52.2.4   +0 -8      src/sys/security/mac_stub/mac_stub.c
  1.60.2.3   +0 -11     src/sys/security/mac_test/mac_test.c
  1.67.2.2   +0 -1      src/sys/sys/mac.h
  1.66.2.3   +0 -2      src/sys/sys/mac_policy.h


More information about the cvs-src mailing list