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
Mon Sep 19 06:59:58 PDT 2005
rwatson 2005-09-19 13:59:57 UTC
FreeBSD src repository
Modified files:
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
Log:
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.
MFC after: 3 days
Submitted by: Chris Vance <Christopher dot Vance at SPARTA dot com>
Sponsored by: SPARTA
Revision Changes Path
1.258 +0 -4 src/sys/kern/init_main.c
1.110 +0 -8 src/sys/security/mac/mac_vfs.c
1.89 +0 -14 src/sys/security/mac_biba/mac_biba.c
1.37 +0 -14 src/sys/security/mac_lomac/mac_lomac.c
1.74 +0 -14 src/sys/security/mac_mls/mac_mls.c
1.55 +0 -8 src/sys/security/mac_stub/mac_stub.c
1.62 +0 -11 src/sys/security/mac_test/mac_test.c
More information about the cvs-src
mailing list