add copyright statement

This commit is contained in:
Chris PeBenito 2005-04-20 19:07:16 +00:00
parent 0154356271
commit e181fe05d8
40 changed files with 84 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# bootloader_install_kernel(domain,[`optional']) # bootloader_install_kernel(domain,[`optional'])

View File

@ -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)

View File

@ -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'])

View File

@ -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;

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# devices_make_device_node(type,[`optional']) # devices_make_device_node(type,[`optional'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
# #
# Device types # Device types
# #

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# filesystem_make_filesystem(type,[`optional']) # filesystem_make_filesystem(type,[`optional'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
attribute fs_type; attribute fs_type;
######################################## ########################################

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# kernel_system_role_change(role,[`optional']) # kernel_system_role_change(role,[`optional'])

View File

@ -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.

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# storage_raw_read_fixed_disk(domain,[`optional']) # storage_raw_read_fixed_disk(domain,[`optional'])

View File

@ -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*.

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# terminal_use_console(domain,[`optional']) # terminal_use_console(domain,[`optional'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
attribute ttynode; attribute ttynode;
attribute ptynode; attribute ptynode;

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
####################################### #######################################
# #
# Per user domain template for this module # Per user domain template for this module

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# Declarations # Declarations

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# corecommands_execute_general_programs(domain,[`optional'] # corecommands_execute_general_programs(domain,[`optional']

View File

@ -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.
# #

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# domain_make_base_domain(domain,[`optional']) # domain_make_base_domain(domain,[`optional'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
# Mark process types as domains # Mark process types as domains
attribute domain; attribute domain;

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# files_make_file(type,[`optional']) # files_make_file(type,[`optional'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
attribute file_type; attribute file_type;
attribute lockfile; attribute lockfile;
attribute pidfile; attribute pidfile;

View File

@ -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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
####################################### #######################################
# #
# getty_transition(domain,[`optional']) # getty_transition(domain,[`optional'])

View File

@ -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)

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# init_transition(domain,[`optional']) # init_transition(domain,[`optional'])

View File

@ -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.

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# libraries_use_dynamic_loader(domain,[`optional'] # libraries_use_dynamic_loader(domain,[`optional']

View File

@ -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.
# #

View File

@ -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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
####################################### #######################################
# #
# logging_make_log_file(type,[`optional']) # logging_make_log_file(type,[`optional'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
attribute logfile; attribute logfile;
type devlog_t; type devlog_t;

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# miscfiles_read_localization(domain,[`optional']) # miscfiles_read_localization(domain,[`optional'])

View File

@ -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.
# #

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# modutils_read_kernel_modules(domain,[`optional']) # modutils_read_kernel_modules(domain,[`optional'])

View File

@ -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 };

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# selinux_read_config(domain,[`optional']) # selinux_read_config(domain,[`optional'])

View File

@ -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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
######################################## ########################################
# #
# selinux_read_config(domain,[`optional']) # selinux_read_config(domain,[`optional'])

View File

@ -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