aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdDmitry Vyukov2017-01-181-1/+1
|
* Fix broken links for KASAN and KUBSANStephen Hildrey2016-12-091-2/+2
|
* Update README.mdDmitry Vyukov2016-11-211-10/+18
|
* Update README.mdDmitry Vyukov2016-11-061-0/+1
|
* Update README.mdDmitry Vyukov2016-09-161-2/+27
|
* Update README.mdDmitry Vyukov2016-09-161-1/+5
|
* Update README.mdDmitry Vyukov2016-09-161-1/+1
|
* Update README.mdDmitry Vyukov2016-09-161-1/+1
|
* Update README.mdDmitry Vyukov2016-09-131-1/+1
|
* Update README.mdDmitry Vyukov2016-09-131-0/+4
|
* Update README.mdDmitry Vyukov2016-09-041-2/+2
|
* Update README.mdDmitry Vyukov2016-09-041-0/+6
|
* Fix configuration anchor linkMorton Fox2016-08-271-1/+1
|
* overhaul syscall description generation processDmitry Vyukov2016-08-261-51/+3
| | | | | | | | | | | | | | | | | | | | | | This splits generation process into two phases: 1. Extract values of constants from linux kernel sources. 2. Generate Go code. Constant values are checked in. The advantage is that the second phase is now completely independent from linux source files, kernel version, presence of headers for particular drivers, etc. This allows to change what Go code we generate any time without access to all kernel headers (which in future won't be limited to only upstream headers). Constant extraction process does require proper kernel sources, but this can be done only once by the person who added the driver and has access to the required sources. Then the constant values are checked in for others to use. Consant extraction process is per-file/per-arch. That is, if I am adding a driver that is not present upstream and that works only on a single arch, I will check in constants only for that driver and for that arch.
* executor: revive setuid sandboxDmitry Vyukov2016-07-011-3/+6
| | | | | | | | | | | | | | The new namespace-based sanboxing is good, but it's not always what one wants (and also requires special kernel configs). Change dropprivs config value to sandbox, which can have different values (currently: none, setuid, namespace). Setuid mode uses setuid(nobody) before fuzzing as before. In future we can add more sandboxing modes or, say, extend -sandbox=setuid to -sandbox=setuid:johndoe to impersonolate into given user.
* Update README.mdDmitry Vyukov2016-06-061-1/+1
|
* added note for email based subsciption for the mailinglisttoogley2016-05-011-1/+2
| | | | | I thought this may be a valuable addition, as this method may be unknown to some users.
* Update README.mdDmitry Vyukov2016-04-021-2/+1
|
* Merge pull request #34 from daviddrysdale/doc-updateDmitry Vyukov2016-03-151-0/+38
|\ | | | | Some doc & diagnostic updates
| * Add debug logging to sysgen/ codeDavid Drysdale2016-03-101-0/+3
| |
| * Document how to add new system callsDavid Drysdale2016-03-101-0/+35
| |
* | Update README.mdDmitry Vyukov2016-03-101-2/+1
|/
* Fix typo in README.md.Lorenzo Stoakes2016-03-061-3/+2
|
* Update README for dropprivs, troubleshootingDavid Drysdale2016-02-181-0/+53
|
* Update README.mdDmitry Vyukov2016-02-071-1/+1
|
* Update README.mdDmitry Vyukov2016-02-021-1/+1
|
* Update README.mdDmitry Vyukov2016-01-071-0/+2
|
* update documentationDmitry Vyukov2015-12-231-22/+12
|
* Update docs for rename and removal of masterDavid Drysdale2015-12-211-14/+11
| | | | | Updated process structure diagram, fix a few mentions of old setup in README.
* Update README.mdDmitry Vyukov2015-12-171-2/+2
|
* Update README.mdDmitry Vyukov2015-12-171-38/+17
|
* Mention need for mounted debugfsDavid Drysdale2015-12-161-0/+2
|
* Update README.mdDmitry Vyukov2015-12-091-1/+1
|
* Update README.mdDmitry Vyukov2015-12-041-7/+6
|
* Update README.mdDmitry Vyukov2015-11-231-1/+2
|
* Add more details to README, add diagramDavid Drysdale2015-11-191-26/+135
|
* Update README.mdDmitry Vyukov2015-11-051-1/+1
|
* Update README.mdDmitry Vyukov2015-10-191-1/+1
|
* Update README.mdDmitry Vyukov2015-10-141-1/+1
|
* Add MakefileAndrey Konovalov2015-10-131-13/+15
|
* Update README.mdDmitry Vyukov2015-10-131-1/+1
|
* Update README.mdDmitry Vyukov2015-10-121-0/+2
|
* initial commitDmitry Vyukov2015-10-121-0/+71