Change-Id: I0027264c11c91dd84eb01b9d1b5c5c48f02729cc
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
return -1;
}
if(!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) {
- fprintf(stderr, "skipping special file '%s'\n", ci->src);
+ fprintf(stderr, "skipping special file\n");
free(ci);
} else {
ci->time = st.st_mtime;
case 3: {
if (!strcmp(tokens[1], "valgrind") && cnt >= 3) {
char *appid = NULL;
- // the tokens[2] should be apppath
+ // the tokens[2] should be apppath
int rc = smack_lgetlabel(tokens[2], &appid, SMACK_LABEL_ACCESS);
if (rc == 0 && appid != NULL) {
if (apply_sdb_rules(SDBD_LABEL_NAME, appid, "rwax") < 0) {