There are 2 Android phones connected to a particular machine, and they're mounted automatically in /run/user/<my_uid>/gvfs/
.
That's cool and all, but unfortunately I need them to be mounted under another user's directory because a particular service which copies files to and from the devices uses Python's os.getuid()
to get the current user's uid, but the service is run with that other user which we'll call "testuser".
What rule could I edit that would mount the devices in /run/user/<testuser_uid>/gvfs/
instead?