Page MenuHomeFreeBSD

jail(3lua): Add some basic tests
Needs ReviewPublic

Authored by kevans on Oct 24 2020, 4:03 PM.
Tags
None
Referenced Files
F103145871: D26932.diff
Thu, Nov 21, 2:33 PM
Unknown Object (File)
Wed, Nov 20, 5:49 AM
Unknown Object (File)
Thu, Nov 7, 10:31 AM
Unknown Object (File)
Wed, Nov 6, 12:09 PM
Unknown Object (File)
Tue, Nov 5, 1:38 PM
Unknown Object (File)
Fri, Oct 25, 10:07 AM
Unknown Object (File)
Oct 17 2024, 12:30 AM
Unknown Object (File)
Oct 15 2024, 10:22 AM

Details

Reviewers
freqlabs

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 34362

Event Timeline

Curious, why are libifconfig bindings in the stack?

Curious, why are libifconfig bindings in the stack?

I don't know, that's a bit unusual... it doesn't look like I accidentally slapped any dependency on there (transitively or otherwise), so I'm not really sure since the only connection is that that's also dependent upon the (now-committed) libjail bits.

Curious, why are libifconfig bindings in the stack?

I don't know, that's a bit unusual... it doesn't look like I accidentally slapped any dependency on there (transitively or otherwise), so I'm not really sure since the only connection is that that's also dependent upon the (now-committed) libjail bits.

That's probably it then. Ok. I was looking at what I'd need to get through in the stack before I'd be able to get to here and that one caught me by surprise. :)

I'll look through the rest of the review later.

etc/mtree/BSD.tests.dist
296

This needs to be below, or the indentation is off here.

I was reading the diff stack wrong. This doesn't depend on flua-libifconfig after all, it's just displayed in the stack because it has a common ancestor: flua-libjail.