Actions
Feature #5610
closedAllow strings as input for Process.uid=
Description
On my unix system I often have a "debug" user account, belonging to the "debug" group.
With:
Process.euid
You can find out the effective uid and you can change it via =.
Process.euid = 522
That works. Today I tried to do this though:
Process.euid = "debug"
It does not work because .euid= wants a string.
Would it not be better to be more flexible than that? Internally it
could be converted into a number anyway as /etc/passwd can be
read. And if it can not be converted, an exception could be raised.
At least for me that would be quite convenient, no idea if this has
merit for others, but then again it is just a proposal. :)
Thank you for reading.
Files
Actions
Like0
Like0Like0Like0Like0Like0Like0