Bug 140065

Summary: [Linux] SeccompFilters: handle alternate install prefixes
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKit2Assignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, gyuyoung.kim, mcatanzaro, tmpsantos, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 140064    
Bug Blocks: 110014, 140066    
Attachments:
Description Flags
Patch
none
[Linux] SeccompFilters: handle alternate install prefixes none

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.