X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgtpkg-install.c;fp=src%2Fwgtpkg-install.c;h=14d3b8562c58f6565d8f876a9b6f60b2e0801477;hb=5b9231c2c8266317081d98f38041105a0ef87e84;hp=57c17b803faff8d36f9b369d6dd5a8fe90bb4c0d;hpb=7084f123b4f8a704ae2bc35b5fe9433f767439fe;p=src%2Fapp-framework-main.git diff --git a/src/wgtpkg-install.c b/src/wgtpkg-install.c index 57c17b8..14d3b85 100644 --- a/src/wgtpkg-install.c +++ b/src/wgtpkg-install.c @@ -524,7 +524,7 @@ static int install_security(const struct wgt_desc *desc) if (lf <= lic && icon && !memcmp(f->name, icon, lf) && (!f->name[lf] || f->name[lf] == '/')) rc = secmgr_path_public_read_only(path); else - rc = secmgr_path_read_only(path); + rc = secmgr_path_private(path); if (rc) goto error2; }