diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-07-23 13:28:54 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-07-23 13:28:54 +0000 |
| commit | 7bb9c8a05b7bedbd9479f0827ef9b8ca83d9013f (patch) | |
| tree | c7e3ce9624cd5b5b054d610b61d32b3214841c92 /sys/security/mac_mls | |
| parent | 6d8617d42a1988bcc6543ac0c42fa2d998075b50 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_mls')
| -rw-r--r-- | sys/security/mac_mls/mac_mls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c index b0f2a61fb90c..7660b65cfa8c 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -2416,7 +2416,7 @@ mac_mls_check_vnode_link(struct ucred *cred, struct vnode *dvp, if (!mac_mls_dominate_effective(obj, subj)) return (EACCES); - obj = SLOT(dvplabel); + obj = SLOT(vplabel); if (!mac_mls_dominate_effective(obj, subj)) return (EACCES); |
