v0.0.25 - Add --allow-all flag and short aliases for CLI options
This commit is contained in:
@@ -232,7 +232,7 @@ const char *enforce_strerror(int err);
|
||||
#define POLICY_MAX_ROLES 16
|
||||
#define POLICY_MAX_PURPOSES 8
|
||||
#define POLICY_VERB_MAX_LEN 32
|
||||
#define POLICY_CALLER_MAX_LEN 80
|
||||
#define POLICY_CALLER_MAX_LEN 160
|
||||
|
||||
/* Prompt behavior */
|
||||
typedef enum {
|
||||
@@ -387,7 +387,7 @@ typedef struct {
|
||||
uid_t uid;
|
||||
gid_t gid;
|
||||
pid_t pid;
|
||||
char caller_id[80]; /* "uid:<n>" */
|
||||
char caller_id[POLICY_CALLER_MAX_LEN]; /* "uid:<n>" */
|
||||
} caller_identity_t;
|
||||
|
||||
/* Server context */
|
||||
|
||||
Reference in New Issue
Block a user