Skip to content

Commit c0dcc50

Browse files
author
Chopanaweur
committed
Relecture
1 parent 6b9e62b commit c0dcc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ In the menuconfig, it is possible to enable binary protections by going to `Buil
575575
576576
### Seccomp
577577
578-
Seccomp enables us to filter the syscalls a program is allowed to use. If an attacker were able to hack into nInvaders, he would be extremely limited by the syscalls he's able to make.
578+
Seccomp enables us to filter the syscalls that a program is allowed to use. If an attacker was able to hack into nInvaders, he would be extremely limited by the syscalls he's able to make.
579579
580580
First go in the menuconfig and tick `Target packages -> Libraries -> Other -> libseccomp`.
581581
Add libseccomp as a dependency in `ninvaders.mk` :
@@ -674,7 +674,7 @@ $ cp Makefile Makefile.original
674674
$ vim Makefile
675675
```
676676
677-
Add lseccomp : LIBS=-lncurses -lseccomp
677+
Add lseccomp : LIBS=-lncurses -lseccomp.
678678
Then as previously go back into the parent folder and perform this command :
679679
680680
```

0 commit comments

Comments
 (0)