Announcement

Collapse
No announcement yet.

SSH / Cpanel / CageFS Shell

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SSH / Cpanel / CageFS Shell

    Hi,

    How would I allow GCC, Rsync and Git in a Cagefs Shell?

    Do I just create the cfg files in /etc/cagefs/conf.d/ folder and then remount the cagefs mounts?

    I tried it but still get a issue with it not finding rsync and secondly giving me a permission denied error when running cagefs.

    If I take the user out of cagefs then it all works fine.

    Any ideaS?

  • #2
    check /etc/cagefs/conf.d/devel.cfg mine have /usr/bin/gcc in it, make sure you have installed gcc

    Comment


    • #3
      If gcc rsync and git were installed by packages then the easiest way is to add them to CageFS using addrpm key, for example:

      cagefsctl --addrpm rsync

      Comment

      Working...
      X