mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
mac_relabel_cred() accepts two cred labels, not a cred label and a
vnode label; update assertion. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
6fd222a011
commit
1862cd57cf
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ mac_test_relabel_cred(struct ucred *cred, struct label *newlabel)
|
|||
{
|
||||
|
||||
ASSERT_CRED_LABEL(cred->cr_label);
|
||||
ASSERT_VNODE_LABEL(newlabel);
|
||||
ASSERT_CRED_LABEL(newlabel);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue