Code review comment for lp://qastaging/~sergiusens/snap-confine/frameworkPathSupport

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

On Tue, May 26, 2015 at 05:57:31PM -0000, Michael Terry wrote:
>
>
> Diff comments:
> > + if (strstr(binary, apps_prefix) != binary &&
> > + strstr(binary, oem_prefix) != binary &&
> > + strstr(binary, frameworks_prefix) != binary)
> > die("binary must be inside /apps/%s/ or /oem/%s/", appname, appname);
>
> This message should be updated too.

Done

« Back to merge proposal