Message ID | 20201206181818.103862-1-richard_c_haines@btinternet.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | reference_policy.md: Remove Ref Policy 'contributed modules' | expand |
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 >
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
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(-)