Remove links to nonexistent wiki 42/322742/3
authorTomasz Swierczek <t.swierczek@samsung.com>
Tue, 15 Apr 2025 08:51:23 +0000 (10:51 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 23 Apr 2025 12:16:36 +0000 (14:16 +0200)
Change-Id: I5e13b94ee343dd3b618289deb00434a0c2449ae0

README
src/client/client-security-manager.cpp

diff --git a/README b/README
index 82100fa6d7ed59888cdabbca1b23abf00ae9e992..b1ac0601cdc57eb99c6be09c6c8653ab14cfd2a0 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,3 @@ and
 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
index 3a95fb1929fd7bfc0ca1ebe33cb0027bf83314b4..859765a5a7f942d545c889981aed33cb3efbfe4f 100644 (file)
@@ -1759,8 +1759,6 @@ int security_manager_groups_get_for_user(uid_t uid, gid_t **groups, size_t *grou
         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) {