Update comment in API header file. sandbox/kjackiewicz/samsung_devel
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 13 Feb 2014 13:00:46 +0000 (14:00 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 24 Feb 2014 10:29:18 +0000 (11:29 +0100)
[Issue#]       N/A
[Feature/Bug]  N/A
[Problem]      newly recognized tokens were not mentioned in header
[Cause]        N/A
[Solution]     update header

[Verification] Succesfully build.

Change-Id: Ie0046436822a1b046a7f385c3e954cafde95973b

include/privilege-control.h

index c50730f..bcdbcc7 100644 (file)
@@ -165,7 +165,9 @@ int smack_pid_have_access(pid_t pid,
  *
  * @param  name  package name
  * @param  type  application type (currently distinguished types:
- *               "wgt", "wgt_partner", "wgt_platform" and other)
+ *               "wgt", "wgt_partner", "wgt_platform",
+ *               "tpk", "osp", "osp_partner", "osp_platform",
+ *               "rpm", "efl")
  * @param  path  file system path to the binary
  * @return       PC_OPERATION_SUCCESS on success, PC_ERR_* on error
  */