Added missing part of fix for rule overwriting issue
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 31 May 2013 16:03:16 +0000 (18:03 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 17 Jun 2013 12:24:35 +0000 (14:24 +0200)
commit688edbdfa952e57f25c64aa46e037211b9eca782
tree1773bb94fe5de4a1d041fe3c189537f170b16d27
parent94a0542c72943bb7e891f6369cf75ae861e7391f
Added missing part of fix for rule overwriting issue

[Issue#]       N/A
[Bug]          Some rules in apps rule file were overwriting rules
[Cause]        smack_accesses_add used instead of smack_accesses_add_modify. Not all required changes from
86da6484f2e4cad76565b8ddac0d126e3b5327fb have been applied on rsa.
[Solution]     changed function
[Verification] Install FtApp and see if rules for aospd* label are rx or rwx (should be latter)

Change-Id: Ic863b013b069e9a97d3b04e79c84f5c1a54f1f2a
src/privilege-control.c