diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2023-08-21 12:22:08 +0200 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2023-08-21 12:22:08 +0200 |
commit | f770f9fb8ec74b9686eb462466353868e2b27210 (patch) | |
tree | 91b0f40332fe43401784a4adbc8390f72d89f59d /README.md | |
parent | e52b8ee046e02805d23571f2e9705e067cc2f93c (diff) | |
download | selinux-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |