Skip to content

Commit 9d9a980

Browse files
Richard Hainespcmoore
authored andcommitted
reference_policy.md: Remove Ref Policy 'contributed modules'
Remove the references to 'contributed modules' in regard to the Reference Policy Signed-off-by: Richard Haines <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent c674f82 commit 9d9a980

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/reference_policy.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ repository that can be checked out using the following:
8686
```
8787
# Check out the core policy:
8888
git clone https://github.com/SELinuxProject/refpolicy.git
89-
90-
cd refpolicy
91-
# Add the contibuted modules (policy/modules/contrib)
92-
git submodule init
93-
git submodule update
9489
```
9590

9691
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
12651260

12661261
The basic steps are:
12671262

1268-
- Install master Reference Policy Source and add the contributed modules:
1263+
- Install master Reference Policy Source:
12691264

12701265
```
12711266
# Check out the core policy:
12721267
git clone https://github.com/SELinuxProject/refpolicy.git
1273-
1274-
cd refpolicy
1275-
# Add the contibuted modules (policy/modules/contrib)
1276-
git submodule init
1277-
git submodule update
12781268
```
12791269

12801270
- Edit the *build.conf* file to reflect the policy to be built, the

0 commit comments

Comments
 (0)