SSH / Cpanel / CageFS Shell

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sahostking
    Member
    Forum ExplorerTechnical Associate
    • Mar 2021
    • 95

    #1

    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?
    Hostking | Since 2013 | Web Hosting | WordPress Web Hosting
  • cuboc2
    Junior Member
    Forum Explorer
    • Mar 2021
    • 12

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

    Comment

    • bogdan.sh
      Administrator
      • Nov 2016
      • 1221

      #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...