Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jan 2015 03:49:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196609] Install(1) doesn't set correct group permissions
Message-ID:  <bug-196609-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196609

            Bug ID: 196609
           Summary: Install(1) doesn't set correct group permissions
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: tsara-4-ben@hotmail.co.uk

When passing -g to install when creating directories with -d, only the top
directory gets the correct group.

For example, if I were to create the direct test/test/test while none of those
exist, using:

install -o root -g wheel -dm755 test/test/test/

Only the the very last directory is set to root:wheel, while the two previous
directories are set to root:amzo.

This is the case even when using sudo. I'm unsure if this is intended, but all
directories created with install(1) should have the owner and group set to the
ones passed.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196609-8>