Deleted Added
full compact
4a5
> * Copyright (c) 2008 Apple Inc.
38c39
< * $FreeBSD: head/sys/security/mac_stub/mac_stub.c 180059 2008-06-27 05:39:04Z jhb $
---
> * $FreeBSD: head/sys/security/mac_stub/mac_stub.c 182063 2008-08-23 15:26:36Z rwatson $
1756a1758,1777
> #define STUB_OBJECTS (MPC_OBJECT_CRED | \
> /* XXX: MPC_OBJECT_PROC | */ \
> MPC_OBJECT_VNODE | \
> MPC_OBJECT_INPCB | \
> MPC_OBJECT_SOCKET | \
> MPC_OBJECT_DEVFS | \
> MPC_OBJECT_MBUF | \
> MPC_OBJECT_IPQ | \
> MPC_OBJECT_IFNET | \
> MPC_OBJECT_BPFDESC | \
> MPC_OBJECT_PIPE | \
> MPC_OBJECT_MOUNT | \
> MPC_OBJECT_POSIXSEM | \
> MPC_OBJECT_POSIXSHM | \
> MPC_OBJECT_SYSVMSG | \
> MPC_OBJECT_SYSVMSQ | \
> MPC_OBJECT_SYSVSEM | \
> MPC_OBJECT_SYSVSHM | \
> MPC_OBJECT_SYNCACHE)
>
1758c1779
< MPC_LOADTIME_FLAG_UNLOADOK, NULL);
---
> MPC_LOADTIME_FLAG_UNLOADOK, NULL, STUB_OBJECTS);