ELF          >            @       3          @ 8  @                                                                                                                                p      p                   ,      <      <                               ,      <      <                                                 $       $                    0(      0(      0(      @       @              Std   0(      0(      0(      @       @              Ptd   %      %      %      t       t              Qtd                                                  Rtd   ,      <      <      P      P                      GNU FCJ,@XMX!       '               '       o                            t                                                                  k                     `                                           )                                                                                                           H                     b                     q                                                                                      ^                                                                                       9                                                                                                                               p                                          J                                                                ,                       2                     }                     F   "                   U                                          U    
               __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize PyInit_grp PyModuleDef_Init PyModule_GetState PyStructSequence_NewType PyModule_AddType _Py_Dealloc PyStructSequence_New PyList_New PyUnicode_DecodeFSDefault PyList_Append PyStructSequence_SetItem _Py_NoneStruct _PyLong_FromGid PyErr_Occurred _PyArg_UnpackKeywords _Py_Gid_Converter PyEval_SaveThread sysconf PyMem_RawRealloc getgrgid_r PyEval_RestoreThread PyMem_RawFree PyErr_NoMemory PyExc_KeyError PyErr_Format __stack_chk_fail _PyArg_BadArgument PyUnicode_EncodeFSDefault PyBytes_AsStringAndSize getgrnam_r PyMutex_Lock setgrent getgrent endgrent PyMutex_Unlock libc.so.6 GLIBC_ABI_DT_RELR GLIBC_2.4 GLIBC_2.2.5                                                                                     B         ii        ui	         >                    >                    >                    >                    >                    >                    >                     ?                    ?         	           ?         
           ?                     ?                    (?                    0?                    8?                    @?                    H?                    P?                    X?                    `?                    h?                    p?                    x?                    ?                    ?                    ?                    ?                    ?                    ?                    ?                    ?                    ?                     ?         !           ?         "           ?         #           ?         $           ?         %           ?         &           <                 ` p`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        HHQ/  HtH       Z1Y[A\].  ^  Htxȉu%.  UHAWAVIAUATSQ.  H8.  HHB  1F.  IHu"E  ȉ;  HY.  -  M~I?Htk.  IHtHLn.  t.LXA$   A$   L.     AE xAE u	L-  II>d.  H1HN.  I~HtG.     HH..  )L-.     HL.  AE =wAE A~a-     HH-  L   H-  -  HuIxȉu	H*-  E1ZL[A\A]A^A_]UHAWAVAUATSHHXH}dH4%(   HuHHuH~HuHu3HEHA   1PLX/  j j j,  HH H5  H;Hu1,    -  E   I?I-     HHEE1HHL8-  IHu1MA   HUB}HuLEHH,  AŅt$1HEA"uL9HME1A   L+  HuHu_LJ,  Au+  H[}+  HHtJHH+  H5  H81U,  xȉu	H+  1H}LH+  HEdH+%(   tj+  HeH[A\A]A^A_]UHAWAVAUATSHHhH}dH4%(   HuHHuH~HuHu3HEHA   1PL(-  j j j*  HH Ht  L+IE   u%LH  H5  1H=  *  ?  L*  HH*  1HuHC+     +  E   HE*     HHEE1ILL'+  IHu1M   HMGH}HuLELH*  t+1HU"uH?I9MM1   |H})  LuMu/|u)  5H)  LH5M  H81R*  H}LIE1E1L)  xȉu	Hc)  LHEdH+%(   t[)  HeH[A\A]A^A_]UHAUI1ATSQ(  HH   1,  tH=,  )  )  (  Ht_HL+IHtHH	)  t!Lxȉu	H(  1A$xA$uL(  C(  1+  tH=+  8)  ZH[A\A]]D  H=e+  %'(  @ ff.     UHATSHL(  H=+  I(  I$HHH[(  [A\]ff.     UHATISHHH}'  H8 H}'  LH8HH[A\]f.     UH'  H8Ht1Hx1]f.     H=*  H*  H9tH'  Ht	        H=*  H5*  H)HH?HHHtH'  HtfD      =]*   u3UH='   HtH='  '  c4*  ]f.     @ ff.     g   HH                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       getgrgid(): gid not found: %S str argument 'name' getgrnam gr_name group name gr_passwd password gr_gid group id gr_mem group members getgrgid getgrall grp.struct_group grp    getgrnam(): name not found: %R                  grp.struct_group: Results from getgr*() routines.

This object may be accessed either as a tuple of
  (gr_name,gr_passwd,gr_gid,gr_mem)
or via the object attributes as named in the above tuple.
                              getgrall($module, /)
--

Return a list of all available group entries, in arbitrary order.

An entry whose name starts with '+' or '-' represents an instruction
to use YP/NIS and may not be accessible via getgrnam or getgrgid.                              getgrnam($module, /, name)
--

Return the group database entry for the given group name.

If name is not valid, raise KeyError. getgrgid($module, /, id)
--

Return the group database entry for the given numeric group ID.

If id is not valid, raise KeyError.                               Access to the Unix group database.

Group entries are reported as 4-tuples containing the following fields
from the group database, in order:

  gr_name   - name of the group
  gr_passwd - group password (encrypted); often empty
  gr_gid    - numeric ID of the group
  gr_mem    - list of members

The gid is an integer, name and password are strings.  (Note that most
users are not explicitly listed as members of the groups they are in
according to the password database.  Check both databases to get
complete membership information.)    ;p      $   .  7D  Bp  Z              $   t$  \         zR x                    0   ,E    ECCy     T   X
          p   <F    ECBDv       "	    H        H0    ECg                     @                    (        ACDI (   @  <   ECI  (   l     ECI  $         ECBI         0      GNU                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   p             I               n                                                 |             <                           <                    o                                    
                                  
                   	                            o           o    	      o           o    v	      $             #               %                                                                                                              <                                                                                                                                                                                                                                                                                                                                               @                              ;       C       N       X       a       h       q       x                                                                                                                    @#      2                    "                          !                                              <      2                                                                                       <                                                                                                    @                                                          #             @      @             p            GCC: (GNU) 16.1.1 20260728  grp.cpython-314-x86_64-linux-gnu.so.debug   S .shstrtab .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .relr.dyn .init .text .fini .rodata .eh_frame_hdr .eh_frame .note.gnu.property .init_array .fini_array .data.rel.ro .dynamic .got .data .bss .comment .gnu_debuglink                                                                                           $                                 o                   $                             (                                                   0                                                      8   o       v	      v	      P                            E   o       	      	      @                            T             
      
                                 ^                                                       h                                                         n                           Y                             t             |      |                                    z                                                                        %      %      t                                           p&      p&                                                0(      0(      @                                           <      ,                                                <      ,                                                <      ,                                                  <      ,                                              >      .      H                                          @       0                                                 B      2                                          0               2                                                         2      0                                                    2                                   