blob: 1898dbde826c75ce6b2fe966e171719c99a57f2c (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
policy_module(sambagui, 1.1.0)
########################################
#
# Declarations
#
type sambagui_t;
type sambagui_exec_t;
dbus_system_domain(sambagui_t, sambagui_exec_t)
########################################
#
# system-config-samba local policy
#
allow sambagui_t self:capability dac_override;
allow sambagui_t self:fifo_file rw_fifo_file_perms;
allow sambagui_t self:unix_dgram_socket create_socket_perms;
# read meminfo
kernel_read_system_state(sambagui_t)
# execut apps of system-config-samba
corecmd_exec_shell(sambagui_t)
corecmd_exec_bin(sambagui_t)
dev_dontaudit_read_urand(sambagui_t)
files_read_etc_files(sambagui_t)
files_search_var_lib(sambagui_t)
files_read_usr_files(sambagui_t)
auth_use_nsswitch(sambagui_t)
logging_send_syslog_msg(sambagui_t)
miscfiles_read_localization(sambagui_t)
optional_policy(`
consoletype_exec(sambagui_t)
')
optional_policy(`
nscd_dontaudit_search_pid(sambagui_t)
')
optional_policy(`
policykit_dbus_chat(sambagui_t)
')
optional_policy(`
# handling with samba conf files
samba_append_log(sambagui_t)
samba_manage_config(sambagui_t)
samba_manage_var_files(sambagui_t)
samba_read_secrets(sambagui_t)
samba_initrc_domtrans(sambagui_t)
samba_domtrans_smbd(sambagui_t)
samba_domtrans_nmbd(sambagui_t)
')
|