User Details
User Details
- User Since
- Jun 15 2015, 1:54 PM (503 w, 3 d)
Feb 28 2019
Feb 28 2019
drysdale_google.com added a comment to D19261: Import capsicum-test into ^/vendor/google/capsicum-test/dist.
As per the discussion at https://github.com/google/capsicum-test/pull/26, there's some things that maybe needn't get imported here:
- Anything under ./casper/ (which includes the gtest-1.6.0 copy), because FreeBSD is already the up-to-date source-of-truth for Casper related code
- Anything under ./libcaprights/, because it's entirely Linux-specific.
(Also: is there a pre-existing version of gtest-1.8.1 that could make the version here superfluous?)
Oct 3 2016
Oct 3 2016
Sep 30 2016
Sep 30 2016
drysdale_google.com added inline comments to D8013: Capsicum helpers.
Dec 9 2015
Dec 9 2015
drysdale_google.com added a comment to D4277: Casper new architecture..
I *think* that nvlist_add_string() and friends don't cope with a NULL value, which means that all of the places where optional strings turn up in an API need to cope with absence. I've commented on a few such places, but there's probably more...
Aug 19 2015
Aug 19 2015
drysdale_google.com added inline comments to D3411: Decompose linkat()/renameat() rights to source and target..
Aug 18 2015
Aug 18 2015
drysdale_google.com added inline comments to D3411: Decompose linkat()/renameat() rights to source and target..
drysdale_google.com added inline comments to D3411: Decompose linkat()/renameat() rights to source and target..
Jun 15 2015
Jun 15 2015
drysdale_google.com added a comment to D2808: Implement O_BENEATH flag for openat(2)..