add copyright statement
This commit is contained in:
parent
0154356271
commit
e181fe05d8
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# bootloader_install_kernel(domain,[`optional'])
|
# bootloader_install_kernel(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
type bootloader_t;
|
type bootloader_t;
|
||||||
domain_make_domain(bootloader_t)
|
domain_make_domain(bootloader_t)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
# corenetwork_send_tcp_on_general_interface(domain,[`optional'])
|
# corenetwork_send_tcp_on_general_interface(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
attribute netif_type;
|
attribute netif_type;
|
||||||
attribute node_type;
|
attribute node_type;
|
||||||
attribute port_type;
|
attribute port_type;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# devices_make_device_node(type,[`optional'])
|
# devices_make_device_node(type,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device types
|
# Device types
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# filesystem_make_filesystem(type,[`optional'])
|
# filesystem_make_filesystem(type,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
attribute fs_type;
|
attribute fs_type;
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# kernel_system_role_change(role,[`optional'])
|
# kernel_system_role_change(role,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# kernel_t is the domain of kernel threads.
|
# kernel_t is the domain of kernel threads.
|
||||||
# It is also the target type when checking permissions in the system class.
|
# It is also the target type when checking permissions in the system class.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# storage_raw_read_fixed_disk(domain,[`optional'])
|
# storage_raw_read_fixed_disk(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# fixed_disk_device_t is the type of
|
# fixed_disk_device_t is the type of
|
||||||
# /dev/hd* and /dev/sd*.
|
# /dev/hd* and /dev/sd*.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# terminal_use_console(domain,[`optional'])
|
# terminal_use_console(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
attribute ttynode;
|
attribute ttynode;
|
||||||
attribute ptynode;
|
attribute ptynode;
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
# Per user domain template for this module
|
# Per user domain template for this module
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# Declarations
|
# Declarations
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# corecommands_execute_general_programs(domain,[`optional']
|
# corecommands_execute_general_programs(domain,[`optional']
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# bin_t is the type of files in the system bin directories.
|
# bin_t is the type of files in the system bin directories.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# domain_make_base_domain(domain,[`optional'])
|
# domain_make_base_domain(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
# Mark process types as domains
|
# Mark process types as domains
|
||||||
attribute domain;
|
attribute domain;
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# files_make_file(type,[`optional'])
|
# files_make_file(type,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
attribute file_type;
|
attribute file_type;
|
||||||
attribute lockfile;
|
attribute lockfile;
|
||||||
attribute pidfile;
|
attribute pidfile;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
# getty
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
|
########################################
|
||||||
|
#
|
||||||
|
# getty file contexts
|
||||||
|
#
|
||||||
/sbin/.*getty -- system_u:object_r:getty_exec_t
|
/sbin/.*getty -- system_u:object_r:getty_exec_t
|
||||||
/etc/mgetty(/.*)? system_u:object_r:getty_etc_t
|
/etc/mgetty(/.*)? system_u:object_r:getty_etc_t
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
# getty_transition(domain,[`optional'])
|
# getty_transition(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
type getty_t; #, privfd
|
type getty_t; #, privfd
|
||||||
domain_make_domain(getty_t)
|
domain_make_domain(getty_t)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# init_transition(domain,[`optional'])
|
# init_transition(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
# init_t is the domain of the init process.
|
# init_t is the domain of the init process.
|
||||||
# init_exec_t is the type of the init program.
|
# init_exec_t is the type of the init program.
|
||||||
# init_var_run_t is the type for /var/run/shutdown.pid.
|
# init_var_run_t is the type for /var/run/shutdown.pid.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# libraries_use_dynamic_loader(domain,[`optional']
|
# libraries_use_dynamic_loader(domain,[`optional']
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# ld_so_cache_t is the type of /etc/ld.so.cache.
|
# ld_so_cache_t is the type of /etc/ld.so.cache.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
/var/log(/.*)? system_u:object_r:var_log_t
|
/var/log(/.*)? system_u:object_r:var_log_t
|
||||||
|
|
||||||
# klogd
|
# klogd
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
# logging_make_log_file(type,[`optional'])
|
# logging_make_log_file(type,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
attribute logfile;
|
attribute logfile;
|
||||||
|
|
||||||
type devlog_t;
|
type devlog_t;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# miscfiles_read_localization(domain,[`optional'])
|
# miscfiles_read_localization(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# catman_t is the type for /var/catman.
|
# catman_t is the type for /var/catman.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# modutils_read_kernel_modules(domain,[`optional'])
|
# modutils_read_kernel_modules(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
attribute can_modify_kernel_modules;
|
attribute can_modify_kernel_modules;
|
||||||
neverallow ~can_modify_kernel_modules modules_object_t:file { create append write };
|
neverallow ~can_modify_kernel_modules modules_object_t:file { create append write };
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# selinux_read_config(domain,[`optional'])
|
# selinux_read_config(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# selinux_config_t is the type applied to
|
# selinux_config_t is the type applied to
|
||||||
# /etc/selinux/config
|
# /etc/selinux/config
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# selinux_read_config(domain,[`optional'])
|
# selinux_read_config(domain,[`optional'])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2005 Tresys Technology, LLC
|
||||||
|
|
||||||
#
|
#
|
||||||
# selinux_config_t is the type applied to
|
# selinux_config_t is the type applied to
|
||||||
# /etc/selinux/config
|
# /etc/selinux/config
|
||||||
|
Loading…
Reference in New Issue
Block a user