All of lore.kernel.org
 help / color / mirror / Atom feed
* Default Mikefile in /usr/share/selinux/devel not nice
@ 2006-09-29 21:12 Michael C Thompson
  2006-09-30  4:32 ` Chris PeBenito
  0 siblings, 1 reply; 5+ messages in thread
From: Michael C Thompson @ 2006-09-29 21:12 UTC (permalink / raw)
  To: SE Linux

I just discovered a nasty surprise waiting for me in the default 
Makefile provided by selinux-policy-devel.

Basically, the Makefile produces, on an MLS system, a TYPE value of 
mls-msc (this is due to the SELINUXTYPE=mls line in 
/etc/selinux/config). This will not 'enable_mls' for the M4FLAGS, 
because the Makefile in /usr/share/selinux/devel/include/ does a 
findstring for '-mls'.

Dan Walsh has suggested a fix for the default Makefile, but I'm 
wondering why we can't just change 
/usr/share/selinux/devel/include/Makefile to do a $(findstring 
mls,$TYPE)) instead, since its not unreasonable to think that TYPE=mls 
makes sense.

Thanks,
Mike


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-02 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-29 21:12 Default Mikefile in /usr/share/selinux/devel not nice Michael C Thompson
2006-09-30  4:32 ` Chris PeBenito
2006-10-02 15:20   ` Michael C Thompson
2006-10-02 15:33     ` Christopher J. PeBenito
2006-10-02 20:47       ` Daniel J Walsh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.