pcsc-lite 2.3.0
|
polkit authorization of clients More...
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/un.h>
#include <stdio.h>
#include "debuglog.h"
#include "auth.h"
#include <errno.h>
Go to the source code of this file.
Functions | |
unsigned | IsClientAuthorized (int socket, const char *action, const char *reader) |
polkit authorization of clients
IsClientAuthorized() checks whether the connecting client is authorized to access the resources using polkit.
Definition in file auth.c.