Exemplo n.º 1
0
 def gids(self):
     _, _, _, real, effective, saved = cext.proc_cred(self.pid)
     return _common.puids(real, effective, saved)
Exemplo n.º 2
0
 def gids(self):
     _, _, _, real, effective, saved = cext.proc_cred(self.pid)
     return _common.puids(real, effective, saved)