This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3358: Arago administration tools

Part Number: AM3358

Tool/software: Linux

Hello,

I am looking to find out how to start stop services in Arago. There does not seem to be chkconfig or a replacement that I can find.

I am also looking for setuid, namespace manipulation binaries as well. 

 

Is there by change a security how to for Arago/Processor SDK?

Thank you!

Mark

  • The software team have been notified. They will respond here.
  • Hello Mark,

    Mark Miliano said:

    I am looking to find out how to start stop services in Arago. There does not seem to be chkconfig or a replacement that I can find.

    You can use the update-rc.d to install and remove systemV init scripts and systemctl to manipulate the native systemD services.
    chkconfig is available in the OE build system. You can build and install it to your target. MACHINE=am335x-evm bitbake chkconfig

    Mark Miliano said:

    I am also looking for setuid, namespace manipulation binaries as well.

    setuid is a simple program, just cross-compile or native-compile it on your target.

    Mark Miliano said:

    Is there by change a security how to for Arago/Processor SDK?

    Yes, the usage of setuid may present a security risk.

    Best regards,
    Kemal