Bug 140065 - [Linux] SeccompFilters: handle alternate install prefixes
Summary: [Linux] SeccompFilters: handle alternate install prefixes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on: 140064
Blocks: 110014 140066
  Show dependency treegraph
 
Reported: 2015-01-04 19:05 PST by Michael Catanzaro
Modified: 2015-07-13 08:43 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.08 KB, patch)
2015-01-04 19:12 PST, Michael Catanzaro
no flags Details | Formatted Diff | Diff
[Linux] SeccompFilters: handle alternate install prefixes (3.12 KB, patch)
2015-03-23 15:58 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-01-04 19:05:29 PST
If the install prefix is something other than /usr, e.g. /usr/local or ~/jhbuild/install, then we want to make sure to allow libraries and data from that prefix.

The new definitions in PlatformEFL.cmake reflect a desire to use only GNU-style directory names (e.g. DATADIR not DATA_DIR) in GTK+ and platform-generic code.
Comment 1 Michael Catanzaro 2015-01-04 19:12:41 PST
Created attachment 243952 [details]
Patch
Comment 2 Michael Catanzaro 2015-03-23 15:58:06 PDT
Created attachment 249297 [details]
[Linux] SeccompFilters: handle alternate install prefixes

If the install prefix is something other than /usr, e.g. /usr/local or
~/jhbuild/install, then we want to make sure to allow libraries and data
from that prefix.
Comment 3 Michael Catanzaro 2015-03-26 12:06:54 PDT
Comment on attachment 249297 [details]
[Linux] SeccompFilters: handle alternate install prefixes

This one's next. The EFL changes are a speculative attempt to not break things for them. I've CCed Gyuyoung to see if he's OK with the new definitions; if not, we can always compile them in conditionally instead.
Comment 4 WebKit Commit Bot 2015-07-13 08:43:21 PDT
Comment on attachment 249297 [details]
[Linux] SeccompFilters: handle alternate install prefixes

Clearing flags on attachment: 249297

Committed r186762: <http://trac.webkit.org/changeset/186762>
Comment 5 WebKit Commit Bot 2015-07-13 08:43:24 PDT
All reviewed patches have been landed.  Closing bug.