Implement perm_app_remove_path() for libprivilege-control API.
authorDamian Chromejko <d.chromejko@samsung.com>
Tue, 3 Dec 2013 11:30:37 +0000 (12:30 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 5 Feb 2014 10:19:33 +0000 (11:19 +0100)
commitd0a73ca1d81f052576af109343da53eaaf1e3700
tree2f42b8e569480449176ff3dfde57ff22734c09af
parentc0c8af967e26847626e66dff644ef25b20dce572
Implement perm_app_remove_path() for libprivilege-control API.

[Issue#]       SSDWSSP-698
[Bug/Feature]  Function used to remove paths along with all associated
               rules.
[Cause]        Extending libprivilege-control API.
[Solution]     Implemented chain of functions exposing requested API.
[Verification] Build, install and run tests.

Change-Id: Idc0d7878d852056085649b698d6afa714a91ba83
db/rules-db.sql
include/privilege-control.h
include/rules-db-internals.h
include/rules-db.h
src/privilege-control.c
src/rules-db-internals.c
src/rules-db.c