Remove links to nonexistent wiki
authorTomasz Swierczek <t.swierczek@samsung.com>
Tue, 15 Apr 2025 08:51:23 +0000 (10:51 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 24 Apr 2025 17:20:03 +0000 (19:20 +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 c5325fa04c8c7adb78160f9b66a5b83413690094..bb07b5949753a4c13fa2682e9b8aa3a70b97a7f4 100644 (file)
@@ -1720,8 +1720,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) {