vinod
vinod

Reputation: 8420

Process Id and UID

Is it possible to programatically set same process id and shared uid for two different applications instead of setting it in manifest file? If so, please explain.

Upvotes: 0

Views: 257

Answers (1)

David Wasser
David Wasser

Reputation: 95578

No. This is all controlled by the manifest as part of the security model. If you could change your user_id or process_id programatically none of the security mechanisms would work.

Upvotes: 2

Related Questions