e12449f Send UID and GID over D-Bus as UInt32

Authored and Committed by vladimirslavik 3 years ago
    Send UID and GID over D-Bus as UInt32
    
    The maximum for these values is based on range of unsigned 32 bits, which can
    not be represented by D-Bus Int which is *signed* 32 bits.
    
    Using UInt32 allows transmitting the full range of UIDs and GIDs.
    
    Related: rhbz#1786680