All of lore.kernel.org
 help / color / mirror / Atom feed
* Installation of policy source
@ 2003-09-12 17:39 Karl MacMillan
  2003-09-12 17:42 ` Stephen Smalley
  0 siblings, 1 reply; 7+ messages in thread
From: Karl MacMillan @ 2003-09-12 17:39 UTC (permalink / raw)
  To: SELinux List

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

Steve,

With the quickinstall process gone the policy source no longer gets
installed under /etc by default and the README doesn't mention the
install-src target for the policy Makefile. Since some tools (like our
user management tool seuser) and the policy itself depend upon the
source for current policy being available at a standard location, it is
important for the policy source to get installed. Attached are two
patches that address this. The first adds a note to the README about
installing the source and the second adds the install-src target to the
documentation at the beginning of the policy Makefile.

Thanks,

Karl
-- 
Karl MacMillan
Tresys Technology
kmacmillan@tresys.com
(410)290-1411x134

[-- Attachment #2: policy-makefile-install-src-9-12-2003.patch --]
[-- Type: text/x-makefile, Size: 466 bytes --]

--- policy/Makefile.orig	2003-09-13 02:03:40.669151576 -0400
+++ policy/Makefile	2003-09-13 01:58:14.168787176 -0400
@@ -4,6 +4,7 @@
 # Targets:
 # 
 # install - compile and install the policy configuration.
+# install-src - install the policy source.
 # load    - compile, install, and load the policy configuration.
 # reload  - compile, install, and load/reload the policy configuration.
 # relabel - relabel filesystems based on the file contexts configuration.

[-- Attachment #3: README-install-src-9-12-2003.patch --]
[-- Type: text/x-readme, Size: 511 bytes --]

--- README.orig	2003-09-13 01:49:52.489054088 -0400
+++ README	2003-09-13 01:50:50.524231400 -0400
@@ -163,7 +163,9 @@
 
 4) Build and install the policy core utilities.
 
-5) Customize your policy configuration, and then build and install the policy.
+5) Customize your policy configuration, and then build and install the policy
+and the policy source (cd policy; make install; make install-src).
+
 Customization of the policy includes:
 
 a) Edit policy/users for your users.  The policy/users file defines

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

end of thread, other threads:[~2003-09-15 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 17:39 Installation of policy source Karl MacMillan
2003-09-12 17:42 ` Stephen Smalley
2003-09-12 22:40   ` Diyab
2003-09-15 14:26     ` Stephen Smalley
2003-09-15 15:19       ` Karl MacMillan
2003-09-15 15:26         ` Stephen Smalley
2003-09-15 16:04           ` Karl MacMillan

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.