Page MenuHomeFreeBSD

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

Authored by kevans on Oct 24 2020, 4:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 12:36 PM
Unknown Object (File)
Wed, Apr 10, 11:49 PM
Unknown Object (File)
Mar 10 2024, 1:58 PM
Unknown Object (File)
Mar 7 2024, 6:14 PM
Unknown Object (File)
Dec 20 2023, 6:23 AM
Unknown Object (File)
Dec 10 2023, 10:41 AM
Unknown Object (File)
Nov 6 2023, 10:17 PM
Unknown Object (File)
Oct 10 2023, 6:16 PM

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.