diff options
| author | Doug Moore <dougm@FreeBSD.org> | 2019-08-25 07:06:51 +0000 |
|---|---|---|
| committer | Doug Moore <dougm@FreeBSD.org> | 2019-08-25 07:06:51 +0000 |
| commit | 83ea714f4fca050f863279a5e6e4266d09dcaa93 (patch) | |
| tree | 5bb60e4306df2fdfce7a005df3c3bfafe65fb6bb /sys/security/mac | |
| parent | 33d46a3cef6cee872b502f6ee6c7dbac66f7222b (diff) | |
Notes
Diffstat (limited to 'sys/security/mac')
| -rw-r--r-- | sys/security/mac/mac_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_process.c b/sys/security/mac/mac_process.c index b0a880707c55..cc2389ac3433 100644 --- a/sys/security/mac/mac_process.c +++ b/sys/security/mac/mac_process.c @@ -363,7 +363,7 @@ mac_proc_vm_revoke_recurse(struct thread *td, struct ucred *cred, } pmap_protect(map->pmap, vme->start, vme->end, vme->protection & ~revokeperms); - vm_map_simplify_entry(map, vme); + vm_map_try_merge_entries(map, vme->prev, vme); } } vm_map_unlock(map); |
