All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reference_policy.md: Remove Ref Policy 'contributed modules'
@ 2020-12-06 18:18 Richard Haines
  2020-12-10  1:56 ` Paul Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Haines @ 2020-12-06 18:18 UTC (permalink / raw)
  To: selinux; +Cc: paul, Richard Haines

Remove the references to 'contributed modules' in regard to the
Reference Policy

Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
---
 src/reference_policy.md | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/src/reference_policy.md b/src/reference_policy.md
index dd2de00..08e7744 100644
--- a/src/reference_policy.md
+++ b/src/reference_policy.md
@@ -86,11 +86,6 @@ repository that can be checked out using the following:
 ```
 # Check out the core policy:
 git clone https://github.com/SELinuxProject/refpolicy.git
-
-cd refpolicy
-# Add the contibuted modules (policy/modules/contrib)
-git submodule init
-git submodule update
 ```
 
 A list of releases can be found at <https://github.com/SELinuxProject/refpolicy/releases>
@@ -1265,16 +1260,11 @@ policy a copy of the source is installed at
 
 The basic steps are:
 
-- Install master Reference Policy Source and add the contributed modules:
+- Install master Reference Policy Source:
 
 ```
 # Check out the core policy:
 git clone https://github.com/SELinuxProject/refpolicy.git
-
-cd refpolicy
-# Add the contibuted modules (policy/modules/contrib)
-git submodule init
-git submodule update
 ```
 
 - Edit the *build.conf* file to reflect the policy to be built, the
-- 
2.28.0


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

* Re: [PATCH] reference_policy.md: Remove Ref Policy 'contributed modules'
  2020-12-06 18:18 [PATCH] reference_policy.md: Remove Ref Policy 'contributed modules' Richard Haines
@ 2020-12-10  1:56 ` Paul Moore
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2020-12-10  1:56 UTC (permalink / raw)
  To: Richard Haines; +Cc: selinux

On Sun, Dec 6, 2020 at 1:18 PM Richard Haines
<richard_c_haines@btinternet.com> wrote:
>
> Remove the references to 'contributed modules' in regard to the
> Reference Policy
>
> Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
> ---
>  src/reference_policy.md | 12 +-----------
>  1 file changed, 1 insertion(+), 11 deletions(-)

Just seeing a command line that starts with "git submodule" still
sends a chill down my spine.  Merged into main, with prejudice.

Thanks.

> diff --git a/src/reference_policy.md b/src/reference_policy.md
> index dd2de00..08e7744 100644
> --- a/src/reference_policy.md
> +++ b/src/reference_policy.md
> @@ -86,11 +86,6 @@ repository that can be checked out using the following:
>  ```
>  # Check out the core policy:
>  git clone https://github.com/SELinuxProject/refpolicy.git
> -
> -cd refpolicy
> -# Add the contibuted modules (policy/modules/contrib)
> -git submodule init
> -git submodule update
>  ```
>
>  A list of releases can be found at <https://github.com/SELinuxProject/refpolicy/releases>
> @@ -1265,16 +1260,11 @@ policy a copy of the source is installed at
>
>  The basic steps are:
>
> -- Install master Reference Policy Source and add the contributed modules:
> +- Install master Reference Policy Source:
>
>  ```
>  # Check out the core policy:
>  git clone https://github.com/SELinuxProject/refpolicy.git
> -
> -cd refpolicy
> -# Add the contibuted modules (policy/modules/contrib)
> -git submodule init
> -git submodule update
>  ```
>
>  - Edit the *build.conf* file to reflect the policy to be built, the
> --
> 2.28.0
>


-- 
paul moore
www.paul-moore.com

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

end of thread, other threads:[~2020-12-10  1:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 18:18 [PATCH] reference_policy.md: Remove Ref Policy 'contributed modules' Richard Haines
2020-12-10  1:56 ` Paul Moore

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.