Modify the explanation of access control APIs in the doxygen document 57/28857/1
authoryuseok.jeon <yuseok.jeon@samsung.com>
Tue, 7 Oct 2014 07:37:39 +0000 (16:37 +0900)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 16 Oct 2014 13:44:31 +0000 (15:44 +0200)
Change-Id: I96a8b969ba6fd69a5140f140592f400dfe206ca2
Signed-off-by: yuseok.jeon <yuseok.jeon@samsung.com>
src/include/ckmc/ckmc-control.h
src/include/ckmc/ckmc-manager.h

index 8a962ef..dbb2ac4 100644 (file)
@@ -179,9 +179,9 @@ int ckmc_reset_user_password(uid_t user, const char *new_password);
  * @remarks Data identified by @a alias should exist
  *
  * @param[in] user        User ID of a user whose data will be affected
- * @param[in] owner       Package id (smack label) of the data owner
+ * @param[in] owner       Package id of the data owner
  * @param[in] alias       Data alias for which access will be granted
- * @param[in] accessor    Package id (smack label) of the application that will gain access rights
+ * @param[in] accessor    Package id of the application that will gain access rights
  * @param[in] granted     Rights granted for @a accessor application
  *
  * @return @c 0 on success, otherwise a negative error value
@@ -211,9 +211,9 @@ int ckmc_allow_access_by_adm(uid_t user, const char *owner, const char *alias, c
  * @remarks Only access previously granted with ckmc_allow_access can be revoked.
  *
  * @param[in] user        User ID of a user whose data will be affected
- * @param[in] owner       Package id (smack label) of the data owner
+ * @param[in] owner       Package id of the data owner
  * @param[in] alias       Data alias for which access will be revoked
- * @param[in] accessor    Package id (smack label) of the application that will lose access rights
+ * @param[in] accessor    Package id of the application that will lose access rights
  *
  * @return @c 0 on success, otherwise a negative error value
  *
index 35eeb02..95e0493 100644 (file)
@@ -683,7 +683,7 @@ int ckmc_get_cert_chain_with_alias(const ckmc_cert_s *cert, const ckmc_alias_lis
  * @remarks Data identified by @a alias should exist
  *
  * @param[in] alias       Data alias for which access will be granted
- * @param[in] accessor    Package id (smack label) of the application that will gain access rights
+ * @param[in] accessor    Package id of the application that will gain access rights
  * @param[in] granted     Rights granted for @a accessor application
  *
  * @return @c 0 on success, otherwise a negative error value
@@ -711,7 +711,7 @@ int ckmc_allow_access(const char *alias, const char *accessor, ckmc_access_right
  * @remarks Only access previously granted with ckmc_allow_access can be revoked.
  *
  * @param[in] alias       Data alias for which access will be revoked
- * @param[in] accessor    Package id (smack label) of the application that will lose access rights
+ * @param[in] accessor    Package id of the application that will lose access rights
  *
  * @return @c 0 on success, otherwise a negative error value
  *