summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominick Grift <dominick.grift@defensec.nl>2023-08-21 12:22:08 +0200
committerDominick Grift <dominick.grift@defensec.nl>2023-08-21 12:22:08 +0200
commitf770f9fb8ec74b9686eb462466353868e2b27210 (patch)
tree91b0f40332fe43401784a4adbc8390f72d89f59d /README.md
parente52b8ee046e02805d23571f2e9705e067cc2f93c (diff)
downloadselinux-policy-f770f9fb8ec74b9686eb462466353868e2b27210.tar.gz
README: no need for selinux-basics
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14cdf7f..000075f 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ DSSP5 takes care of the boring work for you. You get to do the interesting part.
# Dependencies
-`apt-get install policycoreutils findutils make`
+`apt-get install policycoreutils findutils make --no-install-recommends`
# Suggests
@@ -47,7 +47,7 @@ SELINUXTYPE=dssp5
EOF
```
-append `security=selinux` to the kernel command line
+Append `security=selinux` to the kernel command line.
`echo '-FM' > /.autorelabel && reboot`