Hi, I successfully build SEAndroid: I'm able to use setenforce via adb shell and so on. No I wanna write an sample app (s1) which creates a file on the sdcard of my phone and another sample app (s2) which tries to write also to this file.
Is it right that I can disallow s2 from writing to the file which was created by s1? If yes ... how do I configure such a policy? Kind regards