I am working on an embedded platform which is built using yocto framework.
I can see that the apparmor is enabled in the platform however the directory /etc/apparmor.d/
is missing.
- Can anyone point out, as to what is missed in this case?
- I believe the directory shall be automatically created once the yocto successfully compiles the apparmor from sources.
$ cat /sys/module/apparmor/parameters/enabled
Y
P.S. I am mere user of apparmor on this platform and have not integrated it.