Hi,
I'm currently working on research how the SMACK on Tizen works.
From my understanding WRT process hosts a web application and the process is set a SMACK label.
It is based on "Understanding the Permission and Access Control Model for Tizen Application Sandboxing" .
It says that WRT Initializer sets label "widgetA" to a WRT process which hosts the widget in the example in page 25.
So I wanted to confirm this fact in my emulator (It is from Tizen SDK 2.0)
I created sample web application from Tizen IDE (I took first one "Annex" in Samples). And I run it on my emulator. It looks working correctly and I checked its PID. Assume that its PID is 1000 and I tried to get the SMACK label on it with following command ( from sdb shell )
# cat /proc/1000/attr/currnet
But what I get from the command is just "_" as a label. Is it expected result??
If not how I can get the expected result?