• D
    util: change identity class attribute names · 4597a23f
    Daniel P. Berrangé 提交于
    Remove the "UNIX" tag from the names for user name, group name,
    process ID and process time, since these attributes are all usable
    for non-UNIX platforms like Windows.
    
    User ID and group ID are left with a "UNIX" tag, since there's no
    equivalent on Windows. The closest equivalent concept on Windows,
    SID, is a struct containing a number of integer fields, which is
    commonly represented in string format instead. This would require
    a separate attribute, and is left for a future exercise, since
    the daemons are not currently built on Windows anyway.
    Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
    Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
    4597a23f
admin_server.c 11.8 KB