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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to