Re: [PATCH 1/1] selinux: add support for installing a dummy policy

From: James Morris
Date: Fri Aug 22 2008 - 18:57:06 EST


On Fri, 22 Aug 2008, Serge E. Hallyn wrote:

> In August 2006 I posted a patch to the selinux list generating a minimal
> SELinux policy. This week, David P. Quigley posted an updated version
> of that as a patch against the kernel. In addition to some fixes, also
> had nice logic for auto-installing the policy.
>
> I've gone ahead and hooked it into the kernel Makefile logic. The way I
> have it here, doing 'make scripts' ends up compiling 'mdp', after which
> you must
> cd scripts/selinux
> sh install_policy.sh
>
> That isn't as nice as being able to do
> make selinux_install
> the way David had it, but it avoids mucking with the top-level
> Makefile. Which is preferred?

I think leaving out of the top level makefile is preferred, as there are
no other subsystem targets there.

Please make sure 'make distclean' cleans up properly. These are
currently left behind:

# scripts/selinux/mdp/file_contexts
# scripts/selinux/mdp/policy.23
# scripts/selinux/mdp/policy.conf

Please also provide documentation on how to boot the system up with this
policy.


> + echo "no file contests file. Please run"

ITYM contexts :-)



- James
--
James Morris
<jmorris@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/