[Webkit-unassigned] [Bug 223216] Forbidden to access WinCairo Buildbot sub-directories of layout test results as "403 Forbidden"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 16:59:24 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223216

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I unzipped zip files of GTK and WinCairo with 022 and 077 umasks.

$ umask 022
$ unzip gtk.zip -d gtk-022
$ unzip wincairo.zip -d wincairo-022
$ umask 077
$ unzip gtk.zip -d gtk-077
$ unzip wincairo.zip -d wincairo-077
$ ls -dl {gtk,wincairo}-{022,077}/canvas
drwxr-xr-x 1 fujii fujii 512 Mar 16 05:26 gtk-022/canvas/
drwxr-xr-x 1 fujii fujii 512 Mar 16 05:26 gtk-077/canvas/
drwxr-xr-x 1 fujii fujii 512 Mar 16 08:53 wincairo-022/canvas/
drwx------ 1 fujii fujii 512 Mar 16 08:54 wincairo-077/canvas/

WinCairo's sub-directories are affected by umask.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210315/87a0da06/attachment.htm>


More information about the webkit-unassigned mailing list