selinux-policy/refpolicy/policy/modules/kernel/kernel.if

1795 lines
42 KiB
Plaintext
Raw Normal View History

2005-06-01 14:17:43 +00:00
## <module name="kernel" layer="kernel">
## <summary>
## Policy for kernel threads, security interface (selinuxfs),
## proc filesystem, sysfs filesystem, and usb device filesystem.
## </summary>
2005-04-20 19:07:16 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_userland_entry">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Allows to start userland processes
## by transitioning to the specified domain.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
## The process type entered by kernel.
## </parameter>
## <parameter name="entrypoint">
## The executable type for the entrypoint.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_userland_entry',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
domain_auto_trans(kernel_t, $2, $1)
allow $1 kernel_t:fd use;
allow kernel_t $1:fd use;
allow kernel_t $1:fifo_file rw_file_perms;
allow $1 kernel_t:process sigchld;
')
2005-06-10 01:01:13 +00:00
define(`kernel_userland_entry_depend',`
type kernel_t;
class process { transition noatsecure siginh rlimitinh sigchld };
class file { getattr read execute };
class fifo_file rw_file_perms;
class fd use;
')
2005-06-09 20:50:17 +00:00
########################################
## <interface name="kernel_rootfs_mountpoint">
## <description>
## Allows the kernel to mount filesystems on
## the specified directory type.
## </description>
## <parameter name="directory_type">
## The type of the directory to use as a mountpoint.
## </parameter>
## </interface>
#
define(`kernel_rootfs_mountpoint',`
gen_require(`$0'_depend)
2005-06-09 20:50:17 +00:00
allow kernel_t $1:dir mounton;
')
define(`kernel_rootfs_mountpoint_depend',`
type kernel_t;
class dir mounton;
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_share_state">
## <description>
## Allows the kernel to share state information with
## the caller.
## </description>
## <parameter name="domain">
## The type of the process with which to share state information.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_share_state',`
gen_require(`$0'_depend)
allow kernel_t $1:process share;
2005-04-14 20:18:17 +00:00
')
define(`kernel_share_state_depend',`
type kernel_t;
class process share;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_use_fd">
2005-06-07 22:36:07 +00:00
## <description>
## Permits caller to use kernel file descriptors.
## </description>
## <parameter name="domain">
## The type of the process using the descriptors.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_use_fd',`
gen_require(`$0'_depend)
allow $1 kernel_t:fd use;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_use_fd_depend',`
type kernel_t;
class fd use;
2005-04-28 21:41:09 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_use_fd">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Do not audit attempts to use
2005-06-07 22:36:07 +00:00
## kernel file descriptors.
## </description>
## <parameter name="domain">
## The type of process not to audit.
## </parameter>
## </interface>
2005-04-28 21:41:09 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_use_fd',`
gen_require(`$0'_depend)
dontaudit $1 kernel_t:fd use;
2005-04-28 21:41:09 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_use_fd_depend',`
type kernel_t;
class fd use;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-13 17:35:46 +00:00
## <interface name="kernel_subj_id_change_exempt">
2005-06-07 22:36:07 +00:00
## <description>
## Makes caller an exception to the constraint preventing
## changing of user identity.
## </description>
## <parameter name="domain">
## The process type to make an exception to the constraint.
## </parameter>
## </interface>
#
2005-06-13 17:35:46 +00:00
define(`kernel_subj_id_change_exempt',`
gen_require(`$0'_depend)
typeattribute $1 can_change_process_identity;
')
2005-06-13 17:35:46 +00:00
define(`kernel_subj_id_change_exempt_depend',`
attribute can_change_process_identity;
')
########################################
2005-06-13 17:35:46 +00:00
## <interface name="kernel_role_change_exempt">
2005-06-07 22:36:07 +00:00
## <description>
## Makes caller an exception to the constraint preventing
## changing of role.
## </description>
## <parameter name="domain">
## The process type to make an exception to the constraint.
## </parameter>
## </interface>
#
2005-06-13 17:35:46 +00:00
define(`kernel_role_change_exempt',`
gen_require(`$0'_depend)
typeattribute $1 can_change_process_role;
')
2005-06-13 17:35:46 +00:00
define(`kernel_role_change_exempt_depend',`
attribute can_change_process_role;
')
########################################
2005-06-13 17:35:46 +00:00
## <interface name="kernel_obj_id_change_exempt">
2005-06-07 22:36:07 +00:00
## <description>
## Makes caller an exception to the constraint preventing
## changing the user identity in object contexts.
## </description>
## <parameter name="domain">
## The process type to make an exception to the constraint.
## </parameter>
## </interface>
#
2005-06-13 17:35:46 +00:00
define(`kernel_obj_id_change_exempt',`
gen_require(`$0'_depend)
typeattribute $1 can_change_object_identity;
')
2005-06-13 17:35:46 +00:00
define(`kernel_obj_id_change_exempt_depend',`
attribute can_change_object_identity;
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_load_module">
## <description>
## Allows caller to load kernel modules
## </description>
## <parameter name="domain">
## The process type to allow to load kernel modules.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_load_module',`
gen_require(`$0'_depend)
allow $1 self:capability sys_module;
typeattribute $1 can_load_kernmodule;
2005-04-14 20:18:17 +00:00
')
define(`kernel_load_module_depend',`
attribute can_load_kernmodule;
class capability sys_module;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_get_selinux_enforcement_mode">
## <description>
## Allows the caller to get the mode of policy enforcement
## (enforcing or permissive mode).
## </description>
## <parameter name="domain">
## The process type to allow to get the enforcing mode.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_get_selinux_enforcement_mode',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read };
2005-04-14 20:18:17 +00:00
')
define(`kernel_get_selinux_enforcement_mode_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read };
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_set_enforcement_mode">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to set the mode of policy enforcement
## (enforcing or permissive mode).
## </description>
## <parameter name="domain">
## The process type to allow to set the enforcement mode.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_set_enforcement_mode',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security setenforce;
auditallow $1 security_t:security setenforce;
typeattribute $1 can_setenforce;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_set_enforcement_mode_depend',`
type security_t;
attribute can_setenforce;
class dir { read search getattr };
class file { getattr read write };
class security setenforce;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_load_policy">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to load the policy into the kernel.
## </description>
## <parameter name="domain">
## The process type that will load the policy.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_load_policy',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security load_policy;
auditallow $1 security_t:security load_policy;
typeattribute $1 can_load_policy;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_load_policy_depend',`
type security_t;
attribute can_load_policy;
class dir { read search getattr };
class file { getattr read write };
class security load_policy;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_set_boolean">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to set the state of Booleans to
## enable or disable conditional portions of the policy.
## </description>
## <parameter name="domain">
## The process type allowed to set the Boolean.
## </parameter>
## <parameter name="booltype" optional="true">
## The type of Booleans the caller is allowed to set.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_set_boolean',`
gen_require(`$0'_depend)
ifelse(`$2',`',`
allow $1 security_t:dir { getattr search read };
allow $1 security_t:file { getattr read write };
',`
allow $1 $2:dir { getattr search read };
allow $1 $2:file { getattr read write };
')
allow $1 security_t:dir search;
allow $1 security_t:security setbool;
auditallow $1 security_t:security setbool;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_set_boolean_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read write };
class security setbool;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_set_security_parameters">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to set selinux security parameters.
## </description>
## <parameter name="domain">
## The process type to allow to set security parameters.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_set_security_parameters',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security setsecparam;
auditallow $1 security_t:security setsecparam;
typeattribute $1 can_setsecparam;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_set_security_parameters_depend',`
type security_t;
attribute can_setsecparam;
class dir { read search getattr };
class file { getattr read write };
class security setsecparam;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_validate_context">
2005-06-07 22:36:07 +00:00
## <description>
## Allows caller to validate security contexts.
## </description>
## <parameter name="domain">
## The process type permitted to validate contexts.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_validate_context',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security check_context;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_validate_context_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read write };
class security check_context;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_compute_access_vector">
2005-06-07 22:36:07 +00:00
## <description>
## Allows caller to compute an access vector.
## </description>
## <parameter name="domain">
## The process type allowed to compute an access vector.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_compute_access_vector',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security compute_av;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_compute_access_vector_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read write };
class security compute_av;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_compute_create_context">
2005-06-07 22:36:07 +00:00
## <description>
##
## </description>
## <parameter name="domain">
##
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_compute_create_context',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security compute_create;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_compute_create_context_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read write };
class security compute_create;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_compute_relabel_context">
2005-06-07 22:36:07 +00:00
## <description>
##
## </description>
## <parameter name="domain">
## The process type to
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_compute_relabel_context',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security compute_relabel;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_compute_relabel_context_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read write };
class security compute_relabel;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_compute_reachable_user_contexts">
2005-06-07 22:36:07 +00:00
## <description>
## Allows caller to compute possible contexts for a user.
## </description>
## <parameter name="domain">
## The process type allowed to compute user contexts.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_compute_reachable_user_contexts',`
gen_require(`$0'_depend)
allow $1 security_t:dir { read search getattr };
allow $1 security_t:file { getattr read write };
allow $1 security_t:security compute_user;
2005-04-14 20:18:17 +00:00
')
2005-06-10 01:01:13 +00:00
define(`kernel_compute_reachable_user_contexts_depend',`
type security_t;
class dir { read search getattr };
class file { getattr read write };
class security compute_user;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_ring_buffer">
## <description>
## Allows caller to read the ring buffer.
## </description>
## <parameter name="domain">
## The process type allowed to read the ring buffer.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_ring_buffer',`
gen_require(`$0'_depend)
allow $1 kernel_t:system syslog_read;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_ring_buffer_depend',`
type kernel_t;
class system syslog_read;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_read_ring_buffer">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Do not audit attempts to read the ring buffer.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
## The domain to not audit.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_read_ring_buffer',`
gen_require(`$0'_depend)
dontaudit $1 kernel_t:system syslog_read;
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_read_ring_buffer_depend',`
type kernel_t;
class system syslog_read;
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_change_ring_buffer_level">
## <description>
##
## </description>
## <parameter name="domain">
##
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_change_ring_buffer_level',`
gen_require(`$0'_depend)
allow $1 kernel_t:system syslog_console;
2005-04-14 20:18:17 +00:00
')
define(`kernel_change_ring_buffer_level_depend',`
type kernel_t;
class system syslog_console;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_clear_ring_buffer">
## <description>
## Allows the caller to clear the ring buffer.
## </description>
## <parameter name="domain">
## The process type clearing the buffer.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_clear_ring_buffer',`
gen_require(`$0'_depend)
allow $1 kernel_t:system syslog_mod;
2005-04-14 20:18:17 +00:00
')
define(`kernel_clear_ring_buffer_depend',`
type kernel_t;
class system syslog_mod;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_get_sysvipc_info">
## <description>
2005-06-09 20:50:17 +00:00
## Get information on all System V IPC objects.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
##
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_get_sysvipc_info',`
gen_require(`$0'_depend)
allow $1 kernel_t:system ipc_info;
2005-04-14 20:18:17 +00:00
')
define(`kernel_get_sysvipc_info_depend',`
type kernel_t;
class system ipc_info;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_get_selinuxfs_mount_point">
## <description>
## Gets the caller the mountpoint of the selinuxfs filesystem.
## </description>
## <parameter name="domain">
## The process type requesting the selinuxfs mountpoint.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_get_selinuxfs_mount_point',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
allow $1 proc_t:{ file lnk_file } read;
allow $1 self:dir search;
allow $1 self:file { getattr read };
2005-04-14 20:18:17 +00:00
')
define(`kernel_get_selinuxfs_mount_point_depend',`
type proc_t;
class dir search;
class lnk_file read;
class file { getattr read };
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_system_state">
## <description>
## Allows caller to read system state information.
## </description>
## <parameter name="domain">
## The process type reading the system state information.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_system_state',`
gen_require(`$0'_depend)
allow $1 proc_t:dir r_dir_perms;
allow $1 proc_t:lnk_file { getattr read };
allow $1 proc_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_system_state_depend',`
type proc_t;
class dir r_dir_perms;
class lnk_file { getattr read };
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-05-02 18:42:33 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_read_system_state">
2005-06-07 22:36:07 +00:00
## <description>
## Do not audit attempts by caller to
## read system state information.
## </description>
## <parameter name="domain">
## The process type not to audit.
## </parameter>
## </interface>
2005-05-02 18:42:33 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_read_system_state',`
gen_require(`$0'_depend)
allow $1 proc_t:file read;
2005-05-02 18:42:33 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_read_system_state_depend',`
type proc_t;
class file read;
2005-05-02 18:42:33 +00:00
')
2005-04-14 20:18:17 +00:00
#######################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_software_raid_state">
## <description>
## Allow caller to read the state information for software raid.
## </description>
## <parameter name="domain">
## The process type reading software raid state.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_software_raid_state',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 proc_t:dir r_dir_perms;
allow $1 proc_mdstat_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_software_raid_state_depend',`
type proc_t, proc_mdstat_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_getattr_core">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Allows caller to get attribues of core kernel interface.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
## The process type getting the attibutes.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_getattr_core',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 proc_t:dir r_dir_perms;
allow $1 proc_kcore_t:file getattr;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_getattr_core_depend',`
type proc_t, proc_kcore_t;
class dir { search getattr read };
class file getattr;
2005-04-14 20:18:17 +00:00
')
2005-05-13 14:37:13 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_getattr_core">
2005-06-07 22:36:07 +00:00
## <description>
## Do not audit attempts to get the attributes of
## core kernel interfaces.
## </description>
## <parameter name="domain">
## The process type to not audit.
## </parameter>
## </interface>
2005-05-13 14:37:13 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_getattr_core',`
gen_require(`$0'_depend)
dontaudit $1 proc_kcore_t:file getattr;
2005-05-13 14:37:13 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_getattr_core_depend',`
type proc_kcore_t;
class file getattr;
2005-05-13 14:37:13 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_messages">
## <description>
2005-06-09 20:50:17 +00:00
## Allow caller to read kernel messages
## using the /proc/kmsg interface.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
## The process type reading the messages.
## </parameter>
## </interface>
#
define(`kernel_read_messages',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 proc_kmsg_t:file r_file_perms;
typeattribute $1 can_receive_kernel_messages;
')
define(`kernel_read_messages_depend',`
attribute can_receive_kernel_messages;
type proc_kmsg_t, proc_t;
class dir search;
2005-06-08 20:28:45 +00:00
class file r_file_perms;
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_getattr_message_if">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to get the attributes of kernel message
2005-06-09 20:50:17 +00:00
## interface (/proc/kmsg).
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
## The process type getting the attributes.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_getattr_message_if',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
allow $1 proc_kmsg_t:file getattr;
')
2005-06-09 20:50:17 +00:00
define(`kernel_getattr_message_if_depend',`
type proc_kmsg_t, proc_t;
class dir search;
class file getattr;
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_getattr_message_if">
2005-06-07 22:36:07 +00:00
## <description>
## Do not audit attempts by caller to get the attributes of kernel
## message interfaces.
## </description>
## <parameter name="domain">
## The process type not to audit.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_getattr_message_if',`
gen_require(`$0'_depend)
dontaudit $1 proc_kmsg_t:file getattr;
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_getattr_message_if_depend',`
type proc_kmsg_t, proc_t;
class file getattr;
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_network_state">
## <description>
## Allow caller to read the network state information.
## </description>
## <parameter name="domain">
## The process type reading the state.
## </parameter>
## </interface>
##
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_network_state',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 proc_net_t:dir r_dir_perms;
allow $1 proc_net_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_network_state_depend',`
type proc_t, proc_net_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_search_sysctl_dir">
2005-06-07 22:36:07 +00:00
## <description>
## Do not audit attempts by caller to search the sysctl directory.
## </description>
## <parameter name="domain">
## The process type not to audit.
## </parameter>
## </interface>
##
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_search_sysctl_dir',`
gen_require(`$0'_depend)
dontaudit $1 sysctl_t:dir search;
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_search_sysctl_dir_depend',`
type sysctl_t;
class dir search;
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_device_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Allow caller to read the device sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The process type to allow to read the device sysctls.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_device_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_dev_t:dir r_dir_perms;
allow $1 sysctl_dev_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_device_sysctl_depend',`
type proc_t, sysctl_t, sysctl_dev_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_device_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write device sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_device_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_dev_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_device_sysctl_depend',`
type proc_t, sysctl_t, sysctl_dev_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_read_vm_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Allow caller to read virtual memory sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
##
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_read_vm_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_vm_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_read_vm_sysctl_depend',`
type proc_t, sysctl_t, sysctl_vm_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_vm_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write virtual memory sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_vm_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_vm_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_vm_sysctl_depend',`
type proc_t, sysctl_t, sysctl_vm_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_search_network_sysctl_dir">
2005-06-07 22:36:07 +00:00
## <description>
## Do not audit attempts by caller to search sysctl network directories.
## </description>
## <parameter name="domain">
## The process type not to audit.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_search_network_sysctl_dir',`
gen_require(`$0'_depend)
dontaudit $1 sysctl_net_t:dir search;
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_search_network_sysctl_dir_depend',`
type sysctl_net_t;
class dir search;
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_read_net_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Allow caller to read network sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
##
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_read_net_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_net_t:dir r_dir_perms;
allow $1 sysctl_net_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_read_net_sysctl_depend',`
type proc_t, sysctl_t, sysctl_net_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file f_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_net_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to modiry contents of sysctl network files.
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_net_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_net_t:dir r_dir_perms;
allow $1 sysctl_net_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_net_sysctl_depend',`
type proc_t, sysctl_t, sysctl_net_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_unix_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Allow caller to read unix domain
## socket sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_unix_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_net_t:dir r_dir_perms;
allow $1 sysctl_net_unix_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_read_unix_sysctl_depend',`
type proc_t, sysctl_t, sysctl_net_t, sysctl_net_unix_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_unix_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write unix domain
## socket sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-10 01:01:13 +00:00
define(`kernel_rw_unix_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_net_t:dir r_dir_perms;
allow $1 sysctl_net_unix_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-10 01:01:13 +00:00
define(`kernel_rw_net_sysctl_depend',`
type proc_t, sysctl_t, sysctl_net_t, sysctl_net_unix_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_hotplug_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Read the hotplug sysctl.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_hotplug_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:dir r_dir_perms;
allow $1 sysctl_hotplug_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_hotplug_sysctl_depend',`
type proc_t, sysctl_t, sysctl_kernel_t, sysctl_hotplug_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_hotplug_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write the hotplug sysctl.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_hotplug_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:dir r_dir_perms;
allow $1 sysctl_hotplug_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_hotplug_sysctl_depend',`
type proc_t, sysctl_t, sysctl_kernel_t, sysctl_hotplug_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_modprobe_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Read the modprobe sysctl.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_modprobe_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:dir r_dir_perms;
allow $1 sysctl_modprobe_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_modprobe_sysctl_depend',`
type proc_t, sysctl_t, sysctl_kernel_t, sysctl_modprobe_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_modprobe_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write the modprobe sysctl.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_modprobe_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:dir r_dir_perms;
allow $1 sysctl_modprobe_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_modprobe_sysctl_depend',`
type proc_t, sysctl_t, sysctl_kernel_t, sysctl_modprobe_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_kernel_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Read generic kernel sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_kernel_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_kernel_sysctl_depend',`
type proc_t, sysctl_t, sysctl_kernel_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_kernel_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write generic kernel sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_kernel_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:dir r_dir_perms;
allow $1 sysctl_kernel_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_kernel_sysctl_depend',`
type proc_t, sysctl_t, sysctl_kernel_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-08 13:12:00 +00:00
## <interface name="kernel_read_fs_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read filesystem sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-08 13:12:00 +00:00
define(`kernel_read_fs_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_fs_t:dir r_dir_perms;
allow $1 sysctl_fs_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-08 13:12:00 +00:00
define(`kernel_read_fs_sysctl_depend',`
type proc_t, sysctl_t, sysctl_fs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_fs_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write fileystem sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_fs_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_t:dir r_dir_perms;
allow $1 sysctl_fs_t:dir r_dir_perms;
allow $1 sysctl_fs_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_fs_sysctl_depend',`
type proc_t, sysctl_t, sysctl_fs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_irq_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Read IRQ sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_irq_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_irq_t:dir r_dir_perms;
allow $1 sysctl_irq_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_irq_sysctl_depend',`
type proc_t, sysctl_irq_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_irq_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write IRQ sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
##
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_irq_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_irq_t:dir r_dir_perms;
allow $1 sysctl_irq_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_irq_sysctl_depend',`
type proc_t, sysctl_irq_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
#
# kernel_read_rpc_sysctl(domain)
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_rpc_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
allow $1 proc_net_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_rpc_t:dir r_dir_perms;
allow $1 sysctl_rpc_t:file r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_rpc_sysctl_depend',`
type proc_t, proc_net_t, sysctl_rpc_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
#
2005-06-10 01:01:13 +00:00
# kernel_rw_rpc_sysctl(domain)
2005-04-14 20:18:17 +00:00
#
2005-06-10 01:01:13 +00:00
define(`kernel_rw_rpc_sysctl',`
gen_require(`$0'_depend)
allow $1 proc_t:dir search;
allow $1 proc_net_t:dir search;
2005-06-08 20:28:45 +00:00
allow $1 sysctl_rpc_t:dir r_dir_perms;
allow $1 sysctl_rpc_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-10 01:01:13 +00:00
define(`kernel_rw_rpc_sysctl_depend',`
type proc_t, proc_net_t, sysctl_rpc_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_all_sysctl">
## <description>
2005-06-09 20:50:17 +00:00
## Allow caller to read all sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_all_sysctl',`
kernel_read_device_sysctl($1)
2005-06-10 01:01:13 +00:00
kernel_read_vm_sysctl($1)
kernel_read_net_sysctl($1)
kernel_read_unix_sysctl($1)
kernel_read_hotplug_sysctl($1)
kernel_read_modprobe_sysctl($1)
kernel_read_kernel_sysctl($1)
2005-06-08 13:12:00 +00:00
kernel_read_fs_sysctl($1)
kernel_read_irq_sysctl($1)
kernel_read_rpc_sysctl($1)
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-10 01:01:13 +00:00
## <interface name="kernel_rw_all_sysctl">
2005-06-07 22:36:07 +00:00
## <description>
2005-06-09 20:50:17 +00:00
## Read and write all sysctls.
2005-06-07 22:36:07 +00:00
## </description>
## <parameter name="domain">
2005-06-09 20:50:17 +00:00
## The type of the process performing this action.
2005-06-07 22:36:07 +00:00
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_all_sysctl',`
kernel_rw_device_sysctl($1)
2005-06-10 01:01:13 +00:00
kernel_rw_vm_sysctl($1)
kernel_rw_net_sysctl($1)
2005-06-09 20:50:17 +00:00
kernel_rw_unix_sysctl($1)
kernel_rw_hotplug_sysctl($1)
kernel_rw_modprobe_sysctl($1)
kernel_rw_kernel_sysctl($1)
kernel_rw_fs_sysctl($1)
kernel_rw_irq_sysctl($1)
kernel_rw_rpc_sysctl($1)
2005-05-30 21:17:20 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_search_sysfs">
2005-05-30 21:17:20 +00:00
## <description>
## Search the directory containing hardware information.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_search_sysfs',`
gen_require(`$0'_depend)
allow $1 sysfs_t:dir search;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_search_sysfs_depend',`
type sysfs_t;
class dir search;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_read_hardware_state">
## <description>
## Allow caller to read hardware state information.
## </description>
## <parameter name="domain">
## The process type reading hardware state information.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_hardware_state',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 sysfs_t:dir r_dir_perms;
allow $1 sysfs_t:{ file lnk_file } r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_hardware_state_depend',`
type sysfs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
class lnk_file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-10 01:01:13 +00:00
## <interface name="kernel_rw_hardware_config_option">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to modify hardware state information.
## </description>
## <parameter name="domain">
## The process type modifying hardware state information.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_hardware_config_option',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 sysfs_t:dir r_dir_perms;
allow $1 sysfs_t:lnk_file r_file_perms;
allow $1 sysfs_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_hardware_config_option_depend',`
type sysfs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
class lnk_file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-05-27 20:44:05 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_kill_unlabeled">
2005-05-27 20:44:05 +00:00
## <description>
## Send a kill signal to unlabeled processes.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_kill_unlabeled',`
gen_require(`$0'_depend)
allow $1 unlabeled_t:process sigkill;
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_kill_unlabeled_depend',`
type unlabeled_t;
class process sigkill;
2005-05-27 20:44:05 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_signal_unlabeled">
2005-05-27 20:44:05 +00:00
## <description>
## Send general signals to unlabeled processes.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_signal_unlabeled',`
gen_require(`$0'_depend)
allow $1 unlabeled_t:process signal;
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_signal_unlabeled_depend',`
type unlabeled_t;
class process signal;
2005-05-27 20:44:05 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_signull_unlabeled">
2005-05-27 20:44:05 +00:00
## <description>
## Send a null signal to unlabeled processes.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_signull_unlabeled',`
gen_require(`$0'_depend)
allow $1 unlabeled_t:process signull;
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_signull_unlabeled_depend',`
type unlabeled_t;
class process signull;
2005-05-27 20:44:05 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_sigstop_unlabeled">
2005-05-27 20:44:05 +00:00
## <description>
## Send a stop signal to unlabeled processes.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_sigstop_unlabeled',`
gen_require(`$0'_depend)
allow $1 unlabeled_t:process sigstop;
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_sigstop_unlabeled_depend',`
type unlabeled_t;
class process sigstop;
2005-05-27 20:44:05 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_sigchld_unlabeled">
2005-05-27 20:44:05 +00:00
## <description>
## Send a child terminated signal to unlabeled processes.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_sigchld_unlabeled',`
gen_require(`$0'_depend)
allow $1 unlabeled_t:process sigchld;
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_sigchld_unlabeled_depend',`
type unlabeled_t;
class process sigchld;
2005-05-27 20:44:05 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_dontaudit_getattr_unlabeled_blk_dev">
2005-06-07 22:36:07 +00:00
## <description>
## Do not audit attempts by caller to get attributes for
## unlabeled block devices.
## </description>
## <parameter name="domain">
## The process type not to audit.
## </parameter>
## </interface>
2005-05-27 20:44:05 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_getattr_unlabeled_blk_dev',`
gen_require(`$0'_depend)
allow $1 unlabeled_t:blk_file getattr;
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_dontaudit_getattr_unlabeled_blk_dev_depend',`
type unlabeled_t;
class process getattr;
2005-05-27 20:44:05 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_relabel_unlabeled">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to relabel unlabeled objects.
## </description>
## <parameter name="domain">
## The process type relabeling the objects.
## </parameter>
## </interface>
2005-05-27 20:44:05 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_relabel_unlabeled',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 unlabeled_t:dir_file_class_set { getattr relabelfrom };
2005-05-27 20:44:05 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_relabel_unlabeled_depend',`
type unlabeled_t;
class dir { getattr relabelfrom };
class file { getattr relabelfrom };
class lnk_file { getattr relabelfrom };
class fifo_file { getattr relabelfrom };
class sock_file { getattr relabelfrom };
class chr_file { getattr relabelfrom };
class blk_file { getattr relabelfrom };
2005-05-27 20:44:05 +00:00
')
2005-05-30 21:17:20 +00:00
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_search_usbfs">
2005-05-30 21:17:20 +00:00
## <description>
## Search the directory containing USB hardware information.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
#
2005-06-09 20:50:17 +00:00
define(`kernel_search_usbfs',`
gen_require(`$0'_depend)
allow $1 usbfs_t:dir search;
2005-05-30 21:17:20 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_search_usbfs_depend',`
type usbfs_t;
class dir search;
2005-05-30 21:17:20 +00:00
')
2005-04-14 20:18:17 +00:00
########################################
2005-06-07 22:36:07 +00:00
## <interface name="kernel_list_usb_hardware">
## <description>
## Allow caller to get a list of usb hardware.
## </description>
## <parameter name="domain">
## The process type getting the list.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_list_usb_hardware',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 usbfs_t:dir r_dir_perms;
allow $1 usbfs_t:lnk_file r_file_perms;
allow $1 usbfs_t:file getattr;
2005-04-14 20:18:17 +00:00
')
define(`kernel_list_usb_hardware_depend',`
type usbfs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file getattr;
2005-06-08 20:28:45 +00:00
class lnk_file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
## <interface name="kernel_read_usb_hardware_state">
## <description>
## Read USB hardware information using
## the usbfs filesystem interface.
## </description>
## <parameter name="domain">
## The type of the process performing this action.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
define(`kernel_read_usb_hardware_state',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 usbfs_t:dir r_dir_perms;
allow $1 usbfs_t:{ file lnk_file } r_file_perms;
2005-04-14 20:18:17 +00:00
')
define(`kernel_read_usb_hardware_state_depend',`
type usbfs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file r_file_perms;
class lnk_file r_file_perms;
2005-04-14 20:18:17 +00:00
')
########################################
2005-06-09 20:50:17 +00:00
## <interface name="kernel_rw_usb_hardware_config_option">
2005-06-07 22:36:07 +00:00
## <description>
## Allow caller to modify usb hardware configuration files.
## </description>
## <parameter name="domain">
## The process type modifying the options.
## </parameter>
## </interface>
2005-04-14 20:18:17 +00:00
#
2005-06-09 20:50:17 +00:00
define(`kernel_rw_usb_hardware_config_option',`
gen_require(`$0'_depend)
2005-06-08 20:28:45 +00:00
allow $1 usbfs_t:dir r_dir_perms;
allow $1 usbfs_t:lnk_file r_file_perms;
allow $1 usbfs_t:file rw_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-09 20:50:17 +00:00
define(`kernel_rw_usb_hardware_config_option_depend',`
type usbfs_t;
2005-06-08 20:28:45 +00:00
class dir r_dir_perms;
class file rw_file_perms;
class lnk_file r_file_perms;
2005-04-14 20:18:17 +00:00
')
2005-06-01 14:17:43 +00:00
## </module>