Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75462 - Incorrect permissions on /usr/libexec/webmin/virtual-server
Summary: Incorrect permissions on /usr/libexec/webmin/virtual-server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-23 11:23 UTC by Robert S
Modified: 2004-12-31 14:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert S 2004-12-23 11:23:38 UTC
All files in this directory are uid 3001, group 10.  I assume this is incorrect.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-12-23 13:21:14 UTC
they're all root:root for me here... what version of webmin do you have?  Please provide 'emerge --info'
Comment 2 Robert S 2004-12-24 05:09:59 UTC
robert@basement robert $ emerge --info
Portage 2.0.51-r3 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r6 x86_64 12
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/mnt/hda11/packages-amd64"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa apache2 arts berkdb bitmap-fonts cdr crypt cups directfb dvd esd f77 fam flac foomaticdb fortran gd gdbm gif gphoto2 gpm gtk imagemagick imap imlib innodb java jp2 jpeg kde ldap libwww lzw lzw-tiff mad mikmod milter motif multilib mysql ncurses nls oav oggvorbis opengl oss pam pdflib perl png ppds python qt readline samba sdl slang sqlite ssl tcltk tcpd tiff truetype usb userlocales wmf xml2 xmms xpm xrandr xv zlib linguas_en_AU"
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-12-24 12:12:57 UTC
does adding this to FEATURES֐閣*
Comment 4 Robert S 2004-12-24 15:42:11 UTC
Sorry - don't understand.
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-12-24 20:24:46 UTC
damn... wonder why that happens...

anyways... Does adding this to FEATURES help:
userpriv userpriv_fakeroot usersandbox
Comment 6 Robert S 2004-12-25 14:09:50 UTC
Changing FEATURES didn't make any difference.  Permissions are the same.  Here is the FEATURES section of my make.conf:

FEATURES=userpriv,userpriv_fakeroot,usersandbox
Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2004-12-26 02:09:49 UTC
FEATURES needs to be space delimeted:

FEATURES="sandbox userpriv userpriv_fakeroot usersandbox"

Please try that
Comment 8 Robert S 2004-12-26 13:00:02 UTC
Thanks.  Fixed it.

Should I leave those FEATURES in my make.conf?  I note that the manpage says "These options should not be changed by anyone but developers and/or maintainers".  In particular - what does "userprov_fakeroot" do - its not mentioned in man make.conf.
Comment 9 Jeremy Huddleston (RETIRED) gentoo-dev 2004-12-31 14:42:43 UTC
fixed in -r2.  Thanks.