Commit Graph

6 Commits

Author SHA1 Message Date
Apkunpacker
2090ca5c6f Fix typos in different locations 2023-01-16 18:41:04 +01:00
pancake
e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
David CARLIER
68177064b4 updating slighty the sandbox readme (#10357) 2018-06-15 16:26:34 +02:00
Sebastien Marie
e0ee8cdefa update native sandboxing method for OpenBSD (#5545)
move from systrace(4) (removed in 6.0 release) to pledge(2) (available
since 5.9).
2016-08-18 15:59:36 +02:00
pancake
b337d683a3 Fix sandbox markdown 2015-03-03 02:08:08 +01:00
pancake
4a4022dffb Add doc/sandbox (osx seatbelt and openbsd systrace support) 2015-03-03 01:57:21 +01:00