blob: c0e3689204b6c4a2ff4a11a5e45ce761a3291a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
policy_module(obex, 1.1.1)
########################################
#
# Declarations
#
attribute_role obex_roles;
type obex_t;
type obex_exec_t;
userdom_user_application_domain(obex_t, obex_exec_t)
role obex_roles types obex_t;
########################################
#
# Local policy
#
allow obex_t self:fifo_file rw_fifo_file_perms;
allow obex_t self:socket create_stream_socket_perms;
dev_read_urand(obex_t)
files_read_etc_files(obex_t)
logging_send_syslog_msg(obex_t)
miscfiles_read_localization(obex_t)
userdom_search_user_home_content(obex_t)
optional_policy(`
bluetooth_stream_connect(obex_t)
')
optional_policy(`
dbus_system_bus_client(obex_t)
optional_policy(`
bluetooth_dbus_chat(obex_t)
')
')
|