RESOLVED FIXED 140065
[Linux] SeccompFilters: handle alternate install prefixes
https://bugs.webkit.org/show_bug.cgi?id=140065
Summary [Linux] SeccompFilters: handle alternate install prefixes
Michael Catanzaro
Reported 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.
Attachments
Patch (3.08 KB, patch)
2015-01-04 19:12 PST, Michael Catanzaro
no flags
[Linux] SeccompFilters: handle alternate install prefixes (3.12 KB, patch)
2015-03-23 15:58 PDT, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2015-01-04 19:12:41 PST
Michael Catanzaro
Comment 2 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.
Michael Catanzaro
Comment 3 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.
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2015-07-13 08:43:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.