| 2106 | } |
| 2107 | |
| 2108 | static void |
| 2109 | lomac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, |
| 2110 | struct label *mlabel) |
| 2111 | { |
| 2112 | struct mac_lomac *source, *dest; |
| 2113 | |
| 2114 | source = SLOT(sc_label); |
| 2115 | dest = SLOT(mlabel); |
| 2116 | lomac_copy(source, dest); |
| 2117 | } |
| 2118 | |
| 2119 | static int |
| 2120 | lomac_system_check_acct(struct ucred *cred, struct vnode *vp, |
nothing calls this directly
no test coverage detected