aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/nonexec0
Commit message (Collapse)AuthorAgeFilesLines
* prog: fix tests for string enforcementDmitry Vyukov2020-01-051-8/+0
| | | | | | | | String value enforcement broke a number of tests where we use different values. Be more string as to what string values we use in tests. Required to add tmpfs descriptions to test syz_mount_image. Also special-casing AF_ALG algorithms as these are auto-generated.
* sys/linux: prohibit opening /proc/self/exeDmitry Vyukov2019-02-081-0/+8
Fuzzer manages to open it and do bad things with it. Prevent it from doing so.