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.h27 extern int sepol_node_key_create(sepol_handle_t * handle,
36 extern int sepol_node_key_extract(sepol_handle_t * handle,
43 extern int sepol_node_get_addr(sepol_handle_t * handle,
46 extern int sepol_node_get_addr_bytes(sepol_handle_t * handle,
50 extern int sepol_node_set_addr(sepol_handle_t * handle,
54 extern int sepol_node_set_addr_bytes(sepol_handle_t * handle,
59 extern int sepol_node_get_mask(sepol_handle_t * handle,
62 extern int sepol_node_get_mask_bytes(sepol_handle_t * handle,
66 extern int sepol_node_set_mask(sepol_handle_t * handle,
70 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.h17 extern int sepol_user_key_create(sepol_handle_t * handle,
23 extern int sepol_user_key_extract(sepol_handle_t * handle,
38 extern int sepol_user_set_name(sepol_handle_t * handle,
44 extern int sepol_user_set_mlslevel(sepol_handle_t * handle,
49 extern int sepol_user_set_mlsrange(sepol_handle_t * handle,
55 extern int sepol_user_add_role(sepol_handle_t * handle,
62 extern int sepol_user_get_roles(sepol_handle_t * handle,
67 extern int sepol_user_set_roles(sepol_handle_t * handle,
72 extern int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr);
74 extern int sepol_user_clone(sepol_handle_t * handle,
Dcontext_record.h19 extern int sepol_context_set_user(sepol_handle_t * handle,
25 extern int sepol_context_set_role(sepol_handle_t * handle,
31 extern int sepol_context_set_type(sepol_handle_t * handle,
37 extern int sepol_context_set_mls(sepol_handle_t * handle,
41 extern int sepol_context_create(sepol_handle_t * handle,
44 extern int sepol_context_clone(sepol_handle_t * handle,
51 extern int sepol_context_from_string(sepol_handle_t * handle,
54 extern int sepol_context_to_string(sepol_handle_t * handle,
Diface_record.h26 extern int sepol_iface_key_create(sepol_handle_t * handle,
30 extern int sepol_iface_key_extract(sepol_handle_t * handle,
39 extern int sepol_iface_set_name(sepol_handle_t * handle,
45 extern int sepol_iface_set_ifcon(sepol_handle_t * handle,
50 extern int sepol_iface_set_msgcon(sepol_handle_t * handle,
54 extern int sepol_iface_create(sepol_handle_t * handle,
57 extern int sepol_iface_clone(sepol_handle_t * handle,
Ddebug.h18 extern int sepol_msg_get_level(sepol_handle_t * handle);
20 extern const char *sepol_msg_get_channel(sepol_handle_t * handle);
22 extern const char *sepol_msg_get_fname(sepol_handle_t * handle);
29 extern void sepol_msg_set_callback(sepol_handle_t * handle,
34 sepol_handle_t *
Dinterfaces.h13 extern int sepol_iface_count(sepol_handle_t * handle,
18 extern int sepol_iface_exists(sepol_handle_t * handle,
24 extern int sepol_iface_query(sepol_handle_t * handle,
31 extern int sepol_iface_modify(sepol_handle_t * handle,
42 extern int sepol_iface_iterate(sepol_handle_t * handle,
Dnodes.h13 extern int sepol_node_count(sepol_handle_t * handle,
17 extern int sepol_node_exists(sepol_handle_t * handle,
22 extern int sepol_node_query(sepol_handle_t * handle,
28 extern int sepol_node_modify(sepol_handle_t * handle,
39 extern int sepol_node_iterate(sepol_handle_t * handle,
Dports.h13 extern int sepol_port_count(sepol_handle_t * handle,
17 extern int sepol_port_exists(sepol_handle_t * handle,
22 extern int sepol_port_query(sepol_handle_t * handle,
28 extern int sepol_port_modify(sepol_handle_t * handle,
39 extern int sepol_port_iterate(sepol_handle_t * handle,
Dusers.h31 extern int sepol_user_modify(sepol_handle_t * handle,
37 extern int sepol_user_count(sepol_handle_t * handle,
41 extern int sepol_user_exists(sepol_handle_t * handle,
46 extern int sepol_user_query(sepol_handle_t * handle,
56 extern int sepol_user_iterate(sepol_handle_t * handle,
Dbooleans.h32 extern int sepol_bool_set(sepol_handle_t * handle,
38 extern int sepol_bool_count(sepol_handle_t * handle,
42 extern int sepol_bool_exists(sepol_handle_t * handle,
47 extern int sepol_bool_query(sepol_handle_t * handle,
58 extern int sepol_bool_iterate(sepol_handle_t * handle,
Dboolean_record.h17 extern int sepol_bool_key_create(sepol_handle_t * handle,
23 extern int sepol_bool_key_extract(sepol_handle_t * handle,
38 extern int sepol_bool_set_name(sepol_handle_t * handle,
47 extern int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr);
49 extern int sepol_bool_clone(sepol_handle_t * handle,
Dport_record.h27 extern int sepol_port_key_create(sepol_handle_t * handle,
34 extern int sepol_port_key_extract(sepol_handle_t * handle,
59 extern int sepol_port_set_con(sepol_handle_t * handle,
63 extern int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port_ptr);
65 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()
74 extern void sepol_msg_set_callback(sepol_handle_t * handle, in sepol_msg_set_callback()
79 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()
64 int sepol_user_key_extract(sepol_handle_t * handle, in hidden_def()
102 int sepol_user_set_name(sepol_handle_t * handle, in sepol_user_set_name()
127 int sepol_user_set_mlslevel(sepol_handle_t * handle, in hidden_def()
152 int sepol_user_set_mlsrange(sepol_handle_t * handle, in hidden_def()
176 int sepol_user_add_role(sepol_handle_t * handle, in sepol_user_add_role()
221 int sepol_user_set_roles(sepol_handle_t * handle, in hidden_def()
266 int sepol_user_get_roles(sepol_handle_t * handle, in sepol_user_get_roles()
308 int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr) in sepol_user_create()
332 int sepol_user_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()
116 int sepol_bool_exists(sepol_handle_t * handle, in sepol_bool_exists()
139 int sepol_bool_query(sepol_handle_t * handle, in sepol_bool_query()
177 int sepol_bool_iterate(sepol_handle_t * handle, in sepol_bool_iterate()
Diface_record.c27 int sepol_iface_key_create(sepol_handle_t * handle, in sepol_iface_key_create()
60 int sepol_iface_key_extract(sepol_handle_t * handle, in hidden_def()
95 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) in sepol_iface_create()
126 int sepol_iface_set_name(sepol_handle_t * handle, in hidden_def()
151 int sepol_iface_set_ifcon(sepol_handle_t * handle, in hidden_def()
178 int sepol_iface_set_msgcon(sepol_handle_t * handle, in hidden_def()
196 int sepol_iface_clone(sepol_handle_t * handle, in hidden_def()
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()
128 static int bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_cond_rules()
148 sepol_handle_t *handle;
187 static int bounds_expand_parent_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_parent_rules()
264 static int bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, in bounds_add_bad()
283 static int bounds_check_rule(sepol_handle_t *handle, policydb_t *p, in bounds_check_rule()
326 static int bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_cond_rules()
353 sepol_handle_t *handle;
[all …]
Dports.c14 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) in sepol2ipproto()
30 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) in ipproto2sepol()
48 static int port_from_record(sepol_handle_t * handle, in port_from_record()
107 static int port_to_record(sepol_handle_t * handle, in port_to_record()
150 extern int sepol_port_count(sepol_handle_t * handle __attribute__ ((unused)), in sepol_port_count()
168 int sepol_port_exists(sepol_handle_t * handle, in sepol_port_exists()
206 int sepol_port_query(sepol_handle_t * handle, in sepol_port_query()
246 int sepol_port_modify(sepol_handle_t * handle, in sepol_port_modify()
282 int sepol_port_iterate(sepol_handle_t * handle, in sepol_port_iterate()
/external/selinux/libsepol/include/sepol/policydb/
Dhierarchy.h35 extern int hierarchy_add_bounds(sepol_handle_t *handle, policydb_t *p);
38 extern int bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child,
41 extern int bounds_check_users(sepol_handle_t *handle, policydb_t *p);
42 extern int bounds_check_roles(sepol_handle_t *handle, policydb_t *p);
43 extern int bounds_check_types(sepol_handle_t *handle, policydb_t *p);
45 extern int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p);
Dexpand.h48 extern int expand_module_avrules(sepol_handle_t * handle, policydb_t * base,
57 extern int expand_module(sepol_handle_t * handle,
69 policydb_t *p, sepol_handle_t *h);
71 policydb_t *p, sepol_handle_t *h);
72 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