Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: elad
Date: Tue Sep 19 16:41:57 UTC 2006
Modified Files:
src/sys/miscfs/specfs: spec_vnops.c
src/sys/secmodel/bsd44: secmodel_bsd44_securelevel.c
Log Message:
For the VBLK case, we always check vfs_mountedon() and it has nothing
to do with the security model used. Move back the call to spec_open(),
which can now return the real return value from vfs_mountedon() (EBUSY)
and not EPERM, changing semantics.
To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/miscfs/specfs/spec_vnops.c
cvs rdiff -r1.3 -r1.4 src/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index