Skip to content

Commit

Permalink
reference_policy.md: Remove Ref Policy 'contributed modules'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Richard Haines authored and pcmoore committed Dec 10, 2020
1 parent c674f82 commit 9d9a980
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/reference_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d9a980

Please sign in to comment.