Project

General

Profile

Actions

Feature #5610

closed

Allow strings as input for Process.uid=

Added by shevegen (Robert A. Heiler) over 12 years ago. Updated about 12 years ago.

Status:
Closed
Target version:
[ruby-core:40923]

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

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0