*** empty log message ***

This commit is contained in:
Daniel J Walsh 2006-02-11 02:41:50 +00:00
parent 8f44abd336
commit faa80bb2e1
6 changed files with 25 additions and 21 deletions

View File

@ -37,3 +37,4 @@ serefpolicy-2.2.9.tgz
serefpolicy-2.2.10.tgz
serefpolicy-2.2.11.tgz
serefpolicy-2.2.12.tgz
serefpolicy-2.2.13.tgz

View File

@ -837,6 +837,13 @@ init = base
#
selinuxutil = base
# Layer: system
# Module: semodule
#
# Policy for semodule
#
semodule = base
# Layer: system
# Module: udev
#
@ -970,3 +977,5 @@ slocate = base
# logwatch executable
#
logwatch = base

View File

@ -1021,6 +1021,13 @@ init = module
#
selinuxutil = module
# Layer: system
# Module: semodule
#
# Policy for semodule
#
semodule = base
# Layer: system
# Module: udev
#

View File

@ -26,23 +26,7 @@ import re
########################### Interface File #############################
interface="\n\
## <summary>TEMPLATETYPE policy</summary>\n\
## <desc>\n\
## <p>\n\
## More descriptive text about TEMPLATETYPE. The <desc>\n\
## tag can also use <p>, <ul>, and <ol>\n\
## html tags for formatting.\n\
## </p>\n\
## <p>\n\
## This policy supports the following TEMPLATETYPE features:\n\
## <ul>\n\
## <li>Feature A</li>\n\
## <li>Feature B</li>\n\
## <li>Feature C</li>\n\
## </ul>\n\
## </p>\n\
## </desc>\n\
#\n\
## <summary>policy for TEMPLATETYPE</summary>\n\
\n\
########################################\n\
## <summary>\n\
@ -61,8 +45,8 @@ interface(`TEMPLATETYPE_domtrans',`\n\
\n\
allow $1 TEMPLATETYPE_t:fd use;\n\
allow TEMPLATETYPE_t $1:fd use;\n\
allow $1 TEMPLATETYPE_t:fifo_file rw_file_perms;\n\
allow $1 TEMPLATETYPE_t:process sigchld;\n\
allow TEMPLATETYPE_t:$1:fifo_file rw_file_perms;\n\
allow TEMPLATETYPE_t $1:process sigchld;\n\
')\n\
"

View File

@ -5,7 +5,7 @@
%define CHECKPOLICYVER 1.28-3
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.2.12
Version: 2.2.13
Release: 1
License: GPL
Group: System Environment/Base
@ -295,6 +295,9 @@ SELinux Reference policy development files
%changelog
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.13-1
- Add semodule policy
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.12-1
- Update from upstream

View File

@ -1 +1 @@
90df72dee4541507737910ff48175760 serefpolicy-2.2.12.tgz
cd259d3029bd3688b80a8b7804a75e10 serefpolicy-2.2.13.tgz