diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-06 13:11:01 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-06 13:11:01 +0000 |
| commit | 82c6ef299e6c00ce19df8523ec8b060b01ebcc35 (patch) | |
| tree | bf7bbaa9690143c90fd632206efd539b075db4ff /sys/security | |
| parent | 5ff956278154b357cf33c6479880323149368ac0 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac_biba/mac_biba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c index b947a1b7e1d9..d27b54c6e00e 100644 --- a/sys/security/mac_biba/mac_biba.c +++ b/sys/security/mac_biba/mac_biba.c @@ -1588,7 +1588,7 @@ mac_biba_check_vnode_mmap(struct ucred *cred, struct vnode *vp, return (EACCES); } - return (0); + return (0); } static int |
