68 lines
1.7 KiB
Text
68 lines
1.7 KiB
Text
|
policy_module(oracleasm, 1.0.0)
|
||
|
|
||
|
########################################
|
||
|
#
|
||
|
# Declarations
|
||
|
#
|
||
|
|
||
|
type oracleasm_t;
|
||
|
type oracleasm_exec_t;
|
||
|
init_daemon_domain(oracleasm_t, oracleasm_exec_t)
|
||
|
|
||
|
type oracleasm_initrc_exec_t;
|
||
|
init_script_file(oracleasm_initrc_exec_t)
|
||
|
|
||
|
type oracleasm_tmp_t;
|
||
|
files_tmp_file(oracleasm_tmp_t)
|
||
|
|
||
|
type oracleasm_conf_t;
|
||
|
files_config_file(oracleasm_conf_t)
|
||
|
|
||
|
########################################
|
||
|
#
|
||
|
# oracleasm local policy
|
||
|
#
|
||
|
|
||
|
allow oracleasm_t self:capability { dac_read_search fsetid fowner chown };
|
||
|
allow oracleasm_t self:fifo_file rw_fifo_file_perms;
|
||
|
allow oracleasm_t self:unix_stream_socket create_stream_socket_perms;
|
||
|
dontaudit oracleasm_t self:capability { sys_admin };
|
||
|
|
||
|
allow oracleasm_t oracleasm_conf_t:file manage_file_perms;
|
||
|
allow oracleasm_t oracleasm_conf_t:dir manage_dir_perms;
|
||
|
|
||
|
manage_dirs_pattern(oracleasm_t, oracleasm_tmp_t, oracleasm_tmp_t)
|
||
|
manage_files_pattern(oracleasm_t, oracleasm_tmp_t, oracleasm_tmp_t)
|
||
|
files_tmp_filetrans(oracleasm_t, oracleasm_tmp_t, { file dir })
|
||
|
|
||
|
kernel_read_system_state(oracleasm_t)
|
||
|
|
||
|
auth_read_passwd(oracleasm_t)
|
||
|
|
||
|
dev_rw_sysfs(oracleasm_t)
|
||
|
|
||
|
domain_use_interactive_fds(oracleasm_t)
|
||
|
|
||
|
corecmd_exec_shell(oracleasm_t)
|
||
|
corecmd_exec_bin(oracleasm_t)
|
||
|
|
||
|
fs_getattr_xattr_fs(oracleasm_t)
|
||
|
fs_list_oracleasmfs(oracleasm_t)
|
||
|
fs_getattr_oracleasmfs(oracleasm_t)
|
||
|
fs_getattr_oracleasmfs_fs(oracleasm_t)
|
||
|
fs_setattr_oracleasmfs(oracleasm_t)
|
||
|
fs_setattr_oracleasmfs_dirs(oracleasm_t)
|
||
|
fs_manage_oracleasm(oracleasm_t)
|
||
|
|
||
|
storage_raw_read_fixed_disk(oracleasm_t)
|
||
|
storage_raw_read_removable_device(oracleasm_t)
|
||
|
storage_rw_inherited_fixed_disk_dev(oracleasm_t)
|
||
|
|
||
|
optional_policy(`
|
||
|
mount_domtrans(oracleasm_t)
|
||
|
')
|
||
|
|
||
|
optional_policy(`
|
||
|
modutils_domtrans_kmod(oracleasm_t)
|
||
|
')
|