1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys
Robert Watson 8a528812a0 o Modify kern.securelevel MIB entry to return a local securelevel, if
one is present in the current jail, otherwise, to return the global
  securelevel.
o If the securelevel is being updated, require that it be greater than
  the maximum of local and global, if a local securelevel exists,
  otherwise, just maximum of the global.  If there is a local
  securelevel, update the local one instead of the global one.
o Note: this does allow local securelevels to lag behind the global one
  as long as the local one is not updated following a global increase.

Obtained from:	TrustedBSD Project
2001-09-26 20:39:48 +00:00
..
alpha o securelevel_gt() patches came from pre-KSE alpha -- this revision 2001-09-26 20:27:23 +00:00
amd64 o Modify i386_set_ioperm() to use securelevel_gt() instead of 2001-09-26 20:08:15 +00:00
arm
boot
cam o Modify access control code for the CAM SCSI pass-through device to 2001-09-26 20:13:16 +00:00
coda
compat The arg parameter is passed by value in Linux, but not in FreeBSD. 2001-09-26 05:39:59 +00:00
conf
contrib
crypto
ddb
dev o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look, 2001-09-26 20:17:15 +00:00
fs o Modify generic specfs device open access control checks to use 2001-09-26 20:18:26 +00:00
geom
gnu
i4b
i386 o Modify access control checks in linux_iopl() to use securelevel_gt() 2001-09-26 20:22:38 +00:00
ia64 o Modify the access control checks for the ia64 /dev/mem (and friends) 2001-09-26 20:24:23 +00:00
isa
isofs/cd9660
kern o Modify kern.securelevel MIB entry to return a local securelevel, if 2001-09-26 20:39:48 +00:00
libkern
modules
net
netatalk
netatm
netgraph
netinet o Modify IPFW and DUMMYNET administrative setsockopt() calls to use 2001-09-26 19:58:29 +00:00
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98 o Modify pc98 syscons code to use securelevel_gt() instead of 2001-09-26 20:26:32 +00:00
pccard
pci
posix4
powerpc
rpc
sparc64
svr4
sys o Introduce pr_securelevel, which holds a per-jail securelevel. 2001-09-26 20:36:08 +00:00
tools
ufs o Modify ufs_setattr() so that it uses securelevel_gt() instead of 2001-09-26 20:31:37 +00:00
vm o Modify access control checks in mmap() to use securelevel_gt() instead 2001-09-26 20:29:39 +00:00
Makefile