I'm trying to build toybox with all the support to Smack that already
exist. the only configuration difference from make defconfig are
CONFIG_TOYBOX_SMACK=y
#CONFIG_TOYBOX_LSM_NONE is not set  
Do I have any other missing configuration?
with my current configuration I have the next use case not working
| root@qemux86:/tmp# touch foo
| root@qemux86:/tmp# chsmack -a test foo
| root@qemux86:/tmp# chsmack foo
| foo access="test"
| root@qemux86:/tmp# ls -Z
| ? foo
I would be expecting to get something like
|root@qemux86:/tmp# ls -Z
|test foo
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to