Page MenuHomeFreeBSD

drysdale_google.com (David Drysdale)
User

Projects

User does not belong to any projects.

User Details

User Since
Jun 15 2015, 1:54 PM (462 w, 2 d)

Recent Activity

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?)

Feb 28 2019, 3:31 PM

Oct 3 2016

drysdale_google.com added a comment to D8013: Capsicum helpers.

That was my inital idea to recreate libcapsicum.

Oct 3 2016, 8:14 AM

Sep 30 2016

drysdale_google.com added inline comments to D8013: Capsicum helpers.
Sep 30 2016, 3:06 PM

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...

Dec 9 2015, 10:58 AM · capsicum

Aug 19 2015

drysdale_google.com added inline comments to D3411: Decompose linkat()/renameat() rights to source and target..
Aug 19 2015, 3:21 PM

Aug 18 2015

drysdale_google.com added inline comments to D3411: Decompose linkat()/renameat() rights to source and target..
Aug 18 2015, 5:41 PM
drysdale_google.com added inline comments to D3411: Decompose linkat()/renameat() rights to source and target..
Aug 18 2015, 4:05 PM

Jun 15 2015

drysdale_google.com added a comment to D2808: Implement O_BENEATH flag for openat(2)..

@emaste, I updated the capsicum-test framework to include openat tests as well as capability-mode/capability-dfd tests, so that covers everything I've got.

Jun 15 2015, 4:11 PM