Thread: chroot, how ?
View Single Post
  #5   (View Single Post)  
Old 21st April 2019
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Originally Posted by bsdcord View Post
Anyway I need to chroot epiphany.
how ?
EVERYTHING the epiphany browser needs to access from a filesystem must be located within the chroot:
  • For epiphany, ldd(1) lists 7 libraries from /usr/lib, 37 libraries from /usr/X11R6, 78 libraries from /usr/local/lib, the runtime link-editor ld.so(1), and the executable binary /usr/local/bin/epiphany.
  • Anything needed from /etc configuration files. At minimum, this will require the domain resolver provisioning file /etc/resolv.conf and optionally /etc/resolv.conf.tail.
  • Any other files needed by the browser, such as those that would normally be accessed from the running user's $HOME directory structure.
As I'm not an epiphany user, I cannot tell you what other files are required to operate the application.
Reply With Quote