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.

CCS/CCSTUDIO: udev rules permission

Part Number: CCSTUDIO


Tool/software: Code Composer Studio

hi guys,

Just installed ccs9.3.0.00012 on ubuntu18.04 and noticed that permission for one udev rule file is not set properly:

-rwxr-xr-x 1 root root  2145 feb 26 14:07 70-mm-no-ti-emulators.rules

It should be set inside msp430uif_install.sh, but chmod is called for 61-msp430uif.rules only

/a

  • Hi,

    Thanks for reporting this; although harmless (functionality is not impacted), indeed the permissions are incorrect.

    I will report that to the appropriate team. 

    For others following this thread, you can simply change them with chmod. 

    cmd said:

    user@host:~$ cd /etc/udev/rules.d
    user@host:/etc/udev/rules.d$ sudo chmod 644 ./70-mm-no-ti-emulators.rules

    Thank you,

    Rafael