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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
type 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'])

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
########################################
#
# 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.
# 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'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
#
# fixed_disk_device_t is the type of
# /dev/hd* and /dev/sd*.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
########################################
#
# 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.
#

View File

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

View File

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

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
attribute file_type;
attribute lockfile;
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
/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'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
type getty_t; #, privfd
domain_make_domain(getty_t)

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
########################################
#
# 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_exec_t is the type of the init program.
# 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']

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
#
# 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
# klogd

View File

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

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
########################################
#
# 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.
#

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
attribute can_modify_kernel_modules;
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'])

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
#
# selinux_config_t is the type applied to
# /etc/selinux/config

View File

@ -1,3 +1,5 @@
# Copyright (C) 2005 Tresys Technology, LLC
########################################
#
# 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
# /etc/selinux/config