Implementation of background rule loading
authorPawel Polawski <p.polawski@partner.samsung.com>
Mon, 3 Jun 2013 12:22:23 +0000 (14:22 +0200)
committerJanusz Kozerski <j.kozerski@samsung.com>
Fri, 5 Jul 2013 16:15:42 +0000 (18:15 +0200)
commite3989328c0e432930767d1b5e155220841c6cb17
tree1a0994314e76571489215e9bcde27a12c3b14108
parent4b45d2ec4f00a587fe2931b0b140015b0bd7ce6f
Implementation of background rule loading

[Issue#]        SSDWSSP-298
[Bug/Feature]   Loading SMACK rules in background during device start
[Cause]         Loading rules during boot take to much time
[Solution]      Rukles loaded for all apps after boot
[Verification]  Compile. After homescreen shows up rules should load
                automaticly

Change-Id: Ie84aad8e35761a22d1197e994d3eb89ec31587d4
CMakeLists.txt
include/common.h
packaging/libprivilege-control.spec
rule_loader/CMakeLists.txt [new file with mode: 0644]
rule_loader/load_rules.sh [new file with mode: 0644]
rule_loader/rule_loader.c [new file with mode: 0644]
src/common.c
src/privilege-control.c