[haiku-bugs] Re: [Haiku] #13645: buildbot slaves configuration

  • From: "kallisti5" <trac@xxxxxxxxxxxx>
  • Date: Tue, 01 Aug 2017 16:03:33 -0000

#13645: buildbot slaves configuration
-------------------------+-----------------------
   Reporter:  korli      |      Owner:  kallisti5
       Type:  bug        |     Status:  new
   Priority:  normal     |  Milestone:
  Component:  Sys-Admin  |    Version:
 Resolution:             |   Keywords:
 Blocked By:             |   Blocking:
Has a Patch:  0          |   Platform:  All
-------------------------+-----------------------

Comment (by kallisti5):

 Sure.

 * 077 (as-is, Fedora 21)
   * New File: rw-------
   * New Dir: rwx------
 * 022 (new minimum in configure script)
   * New File: rw-r--r--
   * New Dir: rwxr-xr-x
 * 002 (Fedora default as of F26)
   * New File: rw-rw-r--
   * New Dir: rwxrwxr-x


 Weird... the default is 022:
     # By default, we want umask to get set. This sets it for non-login
 shell.
     # Current threshold for system reserved uid/gids is 200
     # You could check uidgid reservation validity in
     # /usr/share/doc/setup-*/uidgid file
     if [ $UID -gt 199 ] && [ "`id -gn`" = "`id -un`" ]; then
        umask 002
     else
        umask 022
     fi

--
Ticket URL: <https://dev.haiku-os.org/ticket/13645#comment:1>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: