huettenhain / frc

A FAR Manager Plugin for Integration with Everything File Search
12 stars 1 forks source link

Far as admin #3

Closed pasha-zzz closed 3 months ago

pasha-zzz commented 3 months ago

If Far running as admin and program (f.e. Everything) as user, client.exe shows error "Unable to open Mailslot handle."

huettenhain commented 3 months ago

Sounds like a permissions issue; I will look into it soon.

huettenhain commented 3 months ago

The question is: Should someone be able to remote control the FAR instance of another user? I am a little undecided on this. Could you maybe motivate a little more why you can't run Everything and FAR as the same user?

huettenhain commented 3 months ago

I thought about it a little more and I think this is fine. FRC does not really let you do enough for this to be a giant security risk. I added the code to create the mailslot without any permission restrictions so you can now trigger the plugin inside an elevated process by using the client as a user.

huettenhain commented 3 months ago

Fixed in V2.3. I will release this on the plugring ASAP.