Alias is not unique user-wide: modified test set.
[platform/core/test/security-tests.git] / tests / ckm / ckm-common.h
index 469a930..cc9bdef 100644 (file)
@@ -63,6 +63,8 @@ typedef std::unique_ptr<char, void (*)(void *)> CharPtr;
 // returns process label
 CharPtr get_label();
 
+std::string aliasWithLabel(const char *label, const char *alias);
+
 // changes process label
 void change_label(const char* label);