pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
acl_internal.h File Reference
#include <string.h>
#include <libxml/tree.h>
#include <crm/common/xml_internal.h>
Include dependency graph for acl_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * pcmk__uid2username (uid_t uid)
 
const char * pcmk__update_acl_user (xmlNode *request, const char *field, const char *peer_user)
 
void pcmk__enable_acl (xmlNode *acl_source, xmlNode *target, const char *user)
 
bool pcmk__check_acl (xmlNode *xml, const char *attr_name, enum pcmk__xml_flags mode)
 

Function Documentation

◆ pcmk__check_acl()

bool pcmk__check_acl ( xmlNode * xml,
const char * attr_name,
enum pcmk__xml_flags mode )

Definition at line 748 of file acl.c.

◆ pcmk__enable_acl()

void pcmk__enable_acl ( xmlNode * acl_source,
xmlNode * target,
const char * user )

Definition at line 378 of file acl.c.

◆ pcmk__uid2username()

char * pcmk__uid2username ( uid_t uid)

Definition at line 823 of file acl.c.

◆ pcmk__update_acl_user()

const char * pcmk__update_acl_user ( xmlNode * request,
const char * field,
const char * peer_user )

Definition at line 853 of file acl.c.