Change-Id: I5e13b94ee343dd3b618289deb00434a0c2449ae0
The security-manager services are ment to gather information about security
permissions in the system and provide access to that data via means of
libsecurity-manager.
-
-More detailed information about the module can be found in the public wiki:
-
-https://wiki.tizen.org/Security/Tizen_3.X_Security_Manager
return SECURITY_MANAGER_ERROR_INPUT_PARAM;
// Security manager does not manage platform system daemons
- // This 5000 value is defined only in this document:
- // https://wiki.tizen.org/wiki/Security/User_and_group_ID_assignment_policy
// TODO: Value 5000 should be defined in tizen-platform-config
if (uid < 5000) {