...
Объект поддерживает атрибуты:
| pid | |
int pid | The process id. |
string user | The user name. |
string[] groups | Array of groups that |
string seat | The seat that the subject is associated with - blank if not on a local seat. |
string session | The session that the subject is associated with. |
string system_unit | The systemd unit that the subject's process is part of (if any). Note that this can only match on system units, as user units can be created with any name without privileges (unlike system units which require root to create). A process running in a user unit will return the user session unit in this attribute (e.g.: |
boolean local | Set to |
boolean no_new_privileges | Set only if |
boolean active | Set to |
...