pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42366: xfig HTML documentation access denied
>Number: 42366
>Category: pkg
>Synopsis: Everything in ${PREFIX}/share/doc/xfig/html installed as mode
>0700
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Nov 23 14:25:00 +0000 2009
>Originator: T. M. Pederson
>Release: NetBSD 5.0_STABLE / pkgsrc-2009Q3
>Organization:
T. M. Pederson <tmp+nb-spr%disfinite.org@localhost>
GPG key fingerprint = FFAF D056 F12B E03F 7084 1288 EF8B E1FE 1693 21EB
+Accept: text/plain; charset=ISO-8859-*,UTF-*
>Environment:
System: NetBSD echo.disfinite.org 5.0_STABLE NetBSD 5.0_STABLE (ECHO) #5: Wed
Oct 28 08:00:06 CDT 2009
tmp%echo.disfinite.org@localhost:/usr/obj/sys/arch/sparc64/compile/ECHO sparc64
Architecture: sparc64
Machine: sparc64
>Description:
graphics/xfig installation sets files of all types in
${PREFIX}/share/doc/xfig/html as owned by root:wheel, but mode 0700
so as to deny users access to the documentation and supply a large
number of "executables" to the system.
>How-To-Repeat:
make install
>Fix:
Workaround:
find ${PREFIX}/share/doc/xfig/html -type d -print0 | xargs -0 chmod 0755
find ${PREFIX}/share/doc/xfig/html -type f -print0 | xargs -0 chmod 0644
Home |
Main Index |
Thread Index |
Old Index