Snap application not able to find the /etc/config directory files

Hi All,

I have created snap, also able to install using below command "snap install fusion-snap.snap --devmode --dangerous " It got installed on target board arm64 architecture.

The fusion-snap. HMI application needs access tp /etc/config folder which is hardcoded in application binary. So i can not change it But when running the application by fusion-snap.HMI then application not able to access the /etc/config folder & app got “segmentation fault”

I have added the plugs as below

Also layout as

layout: /etc/userdata: bind: $SNAP/etc/userdata /etc/config: bind: $SNAP/etc/config /etc/factory: bind: $SNAP/etc/factory

Please let me know am i missing anything else.