Home
last modified time | relevance | path

Searched refs:sepol_handle_t (Results 1 – 25 of 58) sorted by relevance

123

/external/selinux/libsepol/include/sepol/
Dnode_record.h26 extern int sepol_node_key_create(sepol_handle_t * handle,
35 extern int sepol_node_key_extract(sepol_handle_t * handle,
42 extern int sepol_node_get_addr(sepol_handle_t * handle,
45 extern int sepol_node_get_addr_bytes(sepol_handle_t * handle,
49 extern int sepol_node_set_addr(sepol_handle_t * handle,
53 extern int sepol_node_set_addr_bytes(sepol_handle_t * handle,
58 extern int sepol_node_get_mask(sepol_handle_t * handle,
61 extern int sepol_node_get_mask_bytes(sepol_handle_t * handle,
65 extern int sepol_node_set_mask(sepol_handle_t * handle,
69 extern int sepol_node_set_mask_bytes(sepol_handle_t * handle,
[all …]
Dhandle.h9 typedef struct sepol_handle sepol_handle_t; typedef
12 sepol_handle_t *sepol_handle_create(void);
18 int sepol_get_disable_dontaudit(sepol_handle_t * sh);
22 void sepol_set_disable_dontaudit(sepol_handle_t * sh, int disable_dontaudit);
26 void sepol_set_expand_consume_base(sepol_handle_t * sh, int consume_base);
29 void sepol_handle_destroy(sepol_handle_t *);
32 int sepol_get_preserve_tunables(sepol_handle_t * sh);
36 void sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables);
Duser_record.h16 extern int sepol_user_key_create(sepol_handle_t * handle,
22 extern int sepol_user_key_extract(sepol_handle_t * handle,
37 extern int sepol_user_set_name(sepol_handle_t * handle,
43 extern int sepol_user_set_mlslevel(sepol_handle_t * handle,
48 extern int sepol_user_set_mlsrange(sepol_handle_t * handle,
54 extern int sepol_user_add_role(sepol_handle_t * handle,
61 extern int sepol_user_get_roles(sepol_handle_t * handle,
66 extern int sepol_user_set_roles(sepol_handle_t * handle,
71 extern int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr);
73 extern int sepol_user_clone(sepol_handle_t * handle,
Dcontext_record.h18 extern int sepol_context_set_user(sepol_handle_t * handle,
24 extern int sepol_context_set_role(sepol_handle_t * handle,
30 extern int sepol_context_set_type(sepol_handle_t * handle,
36 extern int sepol_context_set_mls(sepol_handle_t * handle,
40 extern int sepol_context_create(sepol_handle_t * handle,
43 extern int sepol_context_clone(sepol_handle_t * handle,
50 extern int sepol_context_from_string(sepol_handle_t * handle,
53 extern int sepol_context_to_string(sepol_handle_t * handle,
Diface_record.h25 extern int sepol_iface_key_create(sepol_handle_t * handle,
29 extern int sepol_iface_key_extract(sepol_handle_t * handle,
38 extern int sepol_iface_set_name(sepol_handle_t * handle,
44 extern int sepol_iface_set_ifcon(sepol_handle_t * handle,
49 extern int sepol_iface_set_msgcon(sepol_handle_t * handle,
53 extern int sepol_iface_create(sepol_handle_t * handle,
56 extern int sepol_iface_clone(sepol_handle_t * handle,
Ddebug.h17 extern int sepol_msg_get_level(sepol_handle_t * handle);
19 extern const char *sepol_msg_get_channel(sepol_handle_t * handle);
21 extern const char *sepol_msg_get_fname(sepol_handle_t * handle);
28 extern void sepol_msg_set_callback(sepol_handle_t * handle,
33 sepol_handle_t *
Dports.h12 extern int sepol_port_count(sepol_handle_t * handle,
16 extern int sepol_port_exists(sepol_handle_t * handle,
21 extern int sepol_port_query(sepol_handle_t * handle,
27 extern int sepol_port_modify(sepol_handle_t * handle,
38 extern int sepol_port_iterate(sepol_handle_t * handle,
Dnodes.h12 extern int sepol_node_count(sepol_handle_t * handle,
16 extern int sepol_node_exists(sepol_handle_t * handle,
21 extern int sepol_node_query(sepol_handle_t * handle,
27 extern int sepol_node_modify(sepol_handle_t * handle,
38 extern int sepol_node_iterate(sepol_handle_t * handle,
Dinterfaces.h12 extern int sepol_iface_count(sepol_handle_t * handle,
17 extern int sepol_iface_exists(sepol_handle_t * handle,
23 extern int sepol_iface_query(sepol_handle_t * handle,
30 extern int sepol_iface_modify(sepol_handle_t * handle,
41 extern int sepol_iface_iterate(sepol_handle_t * handle,
Dusers.h30 extern int sepol_user_modify(sepol_handle_t * handle,
36 extern int sepol_user_count(sepol_handle_t * handle,
40 extern int sepol_user_exists(sepol_handle_t * handle,
45 extern int sepol_user_query(sepol_handle_t * handle,
55 extern int sepol_user_iterate(sepol_handle_t * handle,
Dbooleans.h31 extern int sepol_bool_set(sepol_handle_t * handle,
37 extern int sepol_bool_count(sepol_handle_t * handle,
41 extern int sepol_bool_exists(sepol_handle_t * handle,
46 extern int sepol_bool_query(sepol_handle_t * handle,
57 extern int sepol_bool_iterate(sepol_handle_t * handle,
Dboolean_record.h16 extern int sepol_bool_key_create(sepol_handle_t * handle,
22 extern int sepol_bool_key_extract(sepol_handle_t * handle,
37 extern int sepol_bool_set_name(sepol_handle_t * handle,
46 extern int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr);
48 extern int sepol_bool_clone(sepol_handle_t * handle,
Dport_record.h25 extern int sepol_port_key_create(sepol_handle_t * handle,
32 extern int sepol_port_key_extract(sepol_handle_t * handle,
57 extern int sepol_port_set_con(sepol_handle_t * handle,
61 extern int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port_ptr);
63 extern int sepol_port_clone(sepol_handle_t * handle,
/external/selinux/libsepol/src/
Dhandle.c6 sepol_handle_t *sepol_handle_create(void) in sepol_handle_create()
9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t)); in sepol_handle_create()
27 int sepol_get_preserve_tunables(sepol_handle_t *sh) in sepol_get_preserve_tunables()
33 void sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables) in sepol_set_preserve_tunables()
39 int sepol_get_disable_dontaudit(sepol_handle_t *sh) in sepol_get_disable_dontaudit()
45 void sepol_set_disable_dontaudit(sepol_handle_t * sh, int disable_dontaudit) in sepol_set_disable_dontaudit()
51 void sepol_set_expand_consume_base(sepol_handle_t *sh, int consume_base) in sepol_set_expand_consume_base()
57 void sepol_handle_destroy(sepol_handle_t * sh) in sepol_handle_destroy()
Ddebug.c21 int sepol_msg_get_level(sepol_handle_t * handle) in sepol_msg_get_level()
28 const char *sepol_msg_get_channel(sepol_handle_t * handle) in hidden_def()
35 const char *sepol_msg_get_fname(sepol_handle_t * handle) in hidden_def()
45 sepol_handle_t * handle, in hidden_def()
76 extern void sepol_msg_set_callback(sepol_handle_t * handle, in sepol_msg_set_callback()
81 sepol_handle_t * in sepol_msg_set_callback()
Dnode_record.c44 static int node_parse_addr(sepol_handle_t * handle, in node_parse_addr()
92 static int node_alloc_addr(sepol_handle_t * handle, in node_alloc_addr()
138 static int node_expand_addr(sepol_handle_t * handle, in node_expand_addr()
193 static int node_alloc_addr_string(sepol_handle_t * handle, in node_alloc_addr_string()
232 int sepol_node_key_create(sepol_handle_t * handle, in sepol_node_key_create()
283 int sepol_node_key_extract(sepol_handle_t * handle, in hidden_def()
365 int sepol_node_get_addr(sepol_handle_t * handle, in sepol_node_get_addr()
388 int sepol_node_get_addr_bytes(sepol_handle_t * handle, in hidden_def()
407 int sepol_node_set_addr(sepol_handle_t * handle, in hidden_def()
433 int sepol_node_set_addr_bytes(sepol_handle_t * handle, in hidden_def()
[all …]
Dcontext.h11 extern int context_from_record(sepol_handle_t * handle,
16 extern int context_to_record(sepol_handle_t * handle,
22 extern int context_from_string(sepol_handle_t * handle,
32 extern int context_to_string(sepol_handle_t * handle,
Duser_record.c30 int sepol_user_key_create(sepol_handle_t * handle, in sepol_user_key_create()
59 int sepol_user_key_extract(sepol_handle_t * handle, in hidden_def()
96 int sepol_user_set_name(sepol_handle_t * handle, in sepol_user_set_name()
121 int sepol_user_set_mlslevel(sepol_handle_t * handle, in hidden_def()
146 int sepol_user_set_mlsrange(sepol_handle_t * handle, in hidden_def()
170 int sepol_user_add_role(sepol_handle_t * handle, in sepol_user_add_role()
215 int sepol_user_set_roles(sepol_handle_t * handle, in hidden_def()
260 int sepol_user_get_roles(sepol_handle_t * handle, in sepol_user_get_roles()
302 int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr) in sepol_user_create()
326 int sepol_user_clone(sepol_handle_t * handle, in hidden_def()
Diface_record.c27 int sepol_iface_key_create(sepol_handle_t * handle, in sepol_iface_key_create()
55 int sepol_iface_key_extract(sepol_handle_t * handle, in hidden_def()
89 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) in sepol_iface_create()
120 int sepol_iface_set_name(sepol_handle_t * handle, in hidden_def()
145 int sepol_iface_set_ifcon(sepol_handle_t * handle, in hidden_def()
172 int sepol_iface_set_msgcon(sepol_handle_t * handle, in hidden_def()
190 int sepol_iface_clone(sepol_handle_t * handle, in hidden_def()
Dbooleans.c14 static int bool_update(sepol_handle_t * handle, in bool_update()
54 static int bool_to_record(sepol_handle_t * handle, in bool_to_record()
82 int sepol_bool_set(sepol_handle_t * handle, in sepol_bool_set()
106 int sepol_bool_count(sepol_handle_t * handle __attribute__ ((unused)), in sepol_bool_count()
117 int sepol_bool_exists(sepol_handle_t * handle, in sepol_bool_exists()
140 int sepol_bool_query(sepol_handle_t * handle, in sepol_bool_query()
178 int sepol_bool_iterate(sepol_handle_t * handle, in sepol_bool_iterate()
Dhierarchy.c42 static int bounds_insert_helper(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_helper()
56 static int bounds_insert_rule(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_rule()
97 static int bounds_expand_rule(sepol_handle_t *handle, policydb_t *p, in bounds_expand_rule()
140 static int bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_cond_rules()
160 sepol_handle_t *handle;
199 static int bounds_expand_parent_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_parent_rules()
276 static int bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, in bounds_add_bad()
295 static int bounds_check_rule(sepol_handle_t *handle, policydb_t *p, in bounds_check_rule()
362 static int bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_cond_rules()
389 sepol_handle_t *handle;
[all …]
Dcontext_record.c33 int sepol_context_set_user(sepol_handle_t * handle, in hidden_def()
60 int sepol_context_set_role(sepol_handle_t * handle, in hidden_def()
86 int sepol_context_set_type(sepol_handle_t * handle, in hidden_def()
112 int sepol_context_set_mls(sepol_handle_t * handle, in hidden_def()
130 int sepol_context_create(sepol_handle_t * handle, sepol_context_t ** con_ptr) in hidden_def()
152 int sepol_context_clone(sepol_handle_t * handle, in hidden_def()
208 int sepol_context_from_string(sepol_handle_t * handle, in hidden_def()
282 int sepol_context_to_string(sepol_handle_t * handle, in hidden_def()
/external/selinux/libsepol/include/sepol/policydb/
Dhierarchy.h34 extern int hierarchy_add_bounds(sepol_handle_t *handle, policydb_t *p);
37 extern int bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child,
40 extern int bounds_check_users(sepol_handle_t *handle, policydb_t *p);
41 extern int bounds_check_roles(sepol_handle_t *handle, policydb_t *p);
42 extern int bounds_check_types(sepol_handle_t *handle, policydb_t *p);
44 extern int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p);
Dexpand.h47 extern int expand_module_avrules(sepol_handle_t * handle, policydb_t * base,
56 extern int expand_module(sepol_handle_t * handle,
68 policydb_t *p, sepol_handle_t *h);
70 policydb_t *p, sepol_handle_t *h);
71 extern int expand_rule(sepol_handle_t * handle,
/external/selinux/libsemanage/src/
Ddatabase_policydb.h32 typedef int (*record_policydb_table_add_t) (sepol_handle_t * h,
37 typedef int (*record_policydb_table_modify_t) (sepol_handle_t * h,
42 typedef int (*record_policydb_table_set_t) (sepol_handle_t * h,
47 typedef int (*record_policydb_table_query_t) (sepol_handle_t * h,
52 typedef int (*record_policydb_table_count_t) (sepol_handle_t * h,
56 typedef int (*record_policydb_table_exists_t) (sepol_handle_t * h,
61 typedef int (*record_policydb_table_iterate_t) (sepol_handle_t * h,

123