Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. # sandbox
  2. ============================= Gentoo path sandbox ==============================
  3. Detection of the support files.
  4. Verification of the required files.
  5. Setting up the required environment variables.
  6. The protected environment has been started.
  7. --------------------------------------------------------------------------------
  8. Process being started in forked instance.
  9.  
  10. * Loading sandboxed shell
  11. * Log File: /var/log/sandbox/sandbox-80830.log
  12. * Debug Log File: /var/log/sandbox/sandbox-debug-80830.log
  13. * sandboxon: turn sandbox on
  14. * sandboxoff: turn sandbox off
  15. * addread <path>: allow <path> to be read
  16. * addwrite <path>: allow <path> to be written
  17. * adddeny <path>: deny access to <path>
  18. * addpredict <path>: allow fake access to <path>
  19. [s] # find /
  20. /
  21. /stage3-i686-freebsd-8.0.tar.bz2
  22. /bin
  23. /bin/bunzip2
  24. /bin/bzcat
  25. /bin/rbash
  26. /bin/rc-status
  27. /bin/red
  28. /bin/rnano
  29. /bin/tar
  30. /bin/uncompress
  31. /bin/bash
  32. /bin/[
  33. /bin/domainname
  34. /bin/bsdcpio
  35. /bin/bsdtar
  36. /bin/bzip2
  37. /bin/cat
  38. /bin/chflags
  39. <snip>
  40.  
  41. [s] # gfind /
  42. /
  43. /stage3-i686-freebsd-8.0.tar.bz2
  44. /bin
  45. gfind: `/bin': No such file or directory
  46. /dev
  47. gfind: `/dev': No such file or directory
  48. /tmp
  49. gfind: `/tmp': No such file or directory
  50. /boot
  51. gfind: `/boot': No such file or directory
  52. /etc
  53. gfind: `/etc': No such file or directory
  54. /home
  55. gfind: `/home': No such file or directory
  56. /lib
  57. gfind: `/lib': No such file or directory
  58. /libexec
  59. gfind: `/libexec': No such file or directory
  60. /mnt
  61. gfind: `/mnt': No such file or directory
  62. /proc
  63. gfind: `/proc': No such file or directory
  64. /root
  65. gfind: `/root': No such file or directory
  66. /sbin
  67. gfind: `/sbin': No such file or directory
  68. /usr
  69. gfind: `/usr': No such file or directory
  70. /var
  71. gfind: `/var': No such file or directory
  72.  
  73. [s] # exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement