Need help running Firefox inside a Jail

Post your general questions or comments about GhostBSD here!
Post Reply
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Need help running Firefox inside a Jail

Post by security_lover »

I am trying to follow instructions written here >> https://wiki.freebsd.org/JailingGUIApplications

This where its not working

Code: Select all

# bsdinstall jail /zroot/jails/basejail
bsdinstall: Command not found.
What is the correct command ?
I am paranoid about security !
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Need help running Firefox inside a Jail

Post by ericbsd »

GhostBSD does not use bsdinstall so it is not installed.

You can use Bastille, iocage, or ezjail.
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: Need help running Firefox inside a Jail

Post by security_lover »

I was using Firejail under Linux. It was simple process. Suppose you want to run Firefox inside a sandbox the command is $firejail firefox.
GhostBSD/FreeBSD has Jails. Can you give the link link to a tutorial which explains how to run Firefox inside a jail ?
I am paranoid about security !
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: Need help running Firefox inside a Jail

Post by security_lover »

ericbsd wrote: Tue Oct 26, 2021 6:28 am GhostBSD does not use bsdinstall so it is not installed.

You can use Bastille, iocage, or ezjail.
Cant find iocage.

Code: Select all

> pkg search iocage
py38-ansible-iocage-g20200327,1 Ansible module for iocage
I am paranoid about security !
Post Reply