Merge pull request #1 from MirBSD/master

fix typo in README: libc.so not *.co
This commit is contained in:
reykfloeter 2019-06-14 17:42:09 +02:00 committed by GitHub
commit 4efcc235d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ For that reason, it will do the following actions:
* ~~Randomly write to (mounted) block devices (systemd-mount)~~
* Randomly reboot (systemd-reboot)
* ~~Randomly reorder/shuffle file content (systemd-shuffle)~~
* Randomly rename files (i.e. replace /etc/passwd with /lib/libc.co) (systemd-rename)
* Randomly rename files (i.e. replace /etc/passwd with /lib/libc.so) (systemd-rename)
* Randomly move files around in the filesystem (systemd-move)
* ~~Randomly change file and directory permissions (systemd-change)~~
* ~~Randomly panic (systemd-panic)~~