Skip to content
  • Bastien Nocera's avatar
    Add user tracking when claiming a device · 1748e5f4
    Bastien Nocera authored and Daniel Drake's avatar Daniel Drake committed
    Mark all the methods on the device as async, so we
    can get access to the associated DBusGMethodInvocation.
    
    When claiming the device, remember the sender, and for every
    API entry point, check that the sender is the same as the one
    that made the original claim.
    
    Trying to enroll a user whilst the device is already claimed
    from another program will fail with:
    ** ERROR **: failed to claim device: Device was already claimed
    
    This is the first step towards PolicyKit and multi-user support
    1748e5f4