diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2018-02-25 23:10:13 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2018-02-25 23:10:13 +0000 |
commit | df850530e38c65352519fe11d726b51a5af23f8a (patch) | |
tree | 8cd01fc82f80e1c4781dfa65f5cb6eef26cfc874 | |
parent | 0df651d7eeb93f7fbed3e5abc66d2343d442e279 (diff) |
Notes
-rw-r--r-- | sys/security/mac_portacl/mac_portacl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/mac_portacl/mac_portacl.c b/sys/security/mac_portacl/mac_portacl.c index 17427ee200f3..3dd48c16ebc4 100644 --- a/sys/security/mac_portacl/mac_portacl.c +++ b/sys/security/mac_portacl/mac_portacl.c @@ -487,3 +487,4 @@ static struct mac_policy_ops portacl_ops = MAC_POLICY_SET(&portacl_ops, mac_portacl, "TrustedBSD MAC/portacl", MPC_LOADTIME_FLAG_UNLOADOK, NULL); +MODULE_VERSION(mac_portacl, 1); |