MAC module problem

2005-03-24 Thread Andreas Davour
I'v tried to load a few MAC modules and try that security system. This 
oddity appeared in dmesg:

mac_policy_modevent: can't load mac_lomac policy after booting
module_register_init: MOD_LOAD (mac_lomac, 0xc056f4dc, 0xc1c285c0) error 
16

Can someone here tell me what that means? Is there maybe a security 
focused list that are more appropriate for questions like this?

/Andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MAC module problem

2005-03-24 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-24, Andreas Davour scribbled these
curious markings:
 I'v tried to load a few MAC modules and try that security system. This 
 oddity appeared in dmesg:

 mac_policy_modevent: can't load mac_lomac policy after booting
 module_register_init: MOD_LOAD (mac_lomac, 0xc056f4dc, 0xc1c285c0) error 
 16

It means exactly what it says. You can't load mac_lomac after having
booted the system. You can see from mac_lomac(4) that you can put it in
your kernel configuration, and that you load it from loader.conf. If you
don't want to rebuild your kernel, you can use the module, if you have
it.

Best Regards,
Christopher Nehren
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCQxeyk/lo7zvzJioRAsp4AJ45JnkDBFBam4gVDG2k9hLH4liikQCcDxBc
e+k/HT8gj6Reblo7591oCE4=
=FFOc
-END PGP SIGNATURE-

-- 
I abhor a system designed for the user, if that word is a coded
pejorative meaning stupid and unsophisticated. -- Ken Thompson
If you ask the wrong questions, you get answers like 42 and God.
Unix is user friendly. However, it isn't idiot friendly.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MAC module problem

2005-03-24 Thread Andreas Davour
On Thu, 24 Mar 2005, Christopher Nehren wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2005-03-24, Andreas Davour scribbled these
curious markings:
I'v tried to load a few MAC modules and try that security system. This
oddity appeared in dmesg:
mac_policy_modevent: can't load mac_lomac policy after booting
module_register_init: MOD_LOAD (mac_lomac, 0xc056f4dc, 0xc1c285c0) error
16
It means exactly what it says. You can't load mac_lomac after having
booted the system. You can see from mac_lomac(4) that you can put it in
your kernel configuration, and that you load it from loader.conf. If you
don't want to rebuild your kernel, you can use the module, if you have
it.
Ah! That's loader.conf, not rc.conf as where I put it! Sorry. I must 
have been *very* tired when I read that and put it in the rc.conf file.

Thanks.
/andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]