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)
Mon, Apr 28, 4:59 AM
Unknown Object (File)
Sat, Apr 19, 3:10 PM
Unknown Object (File)
Sat, Apr 19, 2:54 PM
Unknown Object (File)
Sat, Apr 19, 11:48 AM
Unknown Object (File)
Sat, Apr 19, 11:17 AM
Unknown Object (File)
Sat, Apr 12, 4:49 PM
Unknown Object (File)
Feb 23 2025, 3:05 AM
Unknown Object (File)
Feb 10 2025, 10:25 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.