in reply to Re^3: un-installing perl core modules inside a freebsd jail
in thread un-installing perl core modules inside a freebsd jail

I think the low level networking functions (socket, bind, listen, connect) are built in to Perl. If that is the case, then you can't prevent internet access by removing modules. I'm not a freebsd person, but perhaps a more complete approach would be to address this via OS and network.

  • Comment on Re^4: un-installing perl core modules inside a freebsd jail

Replies are listed 'Best First'.
Re^5: un-installing perl core modules inside a freebsd jail
by talexb (Chancellor) on Feb 21, 2013 at 00:51 UTC

    Agreed -- from a security point of view, it makes much more sense just to block networking in general for this process.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Re^5: un-installing perl core modules inside a freebsd jail
by gideondsouza (Pilgrim) on Feb 21, 2013 at 09:01 UTC

    Yep. I plan on using a freebsd jail with no ip support at all. So I've got that covered already. :) Was just thinking of pushing it