*** empty log message ***
This commit is contained in:
parent
8f44abd336
commit
faa80bb2e1
@ -37,3 +37,4 @@ serefpolicy-2.2.9.tgz
|
|||||||
serefpolicy-2.2.10.tgz
|
serefpolicy-2.2.10.tgz
|
||||||
serefpolicy-2.2.11.tgz
|
serefpolicy-2.2.11.tgz
|
||||||
serefpolicy-2.2.12.tgz
|
serefpolicy-2.2.12.tgz
|
||||||
|
serefpolicy-2.2.13.tgz
|
||||||
|
@ -837,6 +837,13 @@ init = base
|
|||||||
#
|
#
|
||||||
selinuxutil = base
|
selinuxutil = base
|
||||||
|
|
||||||
|
# Layer: system
|
||||||
|
# Module: semodule
|
||||||
|
#
|
||||||
|
# Policy for semodule
|
||||||
|
#
|
||||||
|
semodule = base
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: udev
|
# Module: udev
|
||||||
#
|
#
|
||||||
@ -970,3 +977,5 @@ slocate = base
|
|||||||
# logwatch executable
|
# logwatch executable
|
||||||
#
|
#
|
||||||
logwatch = base
|
logwatch = base
|
||||||
|
|
||||||
|
|
||||||
|
@ -1021,6 +1021,13 @@ init = module
|
|||||||
#
|
#
|
||||||
selinuxutil = module
|
selinuxutil = module
|
||||||
|
|
||||||
|
# Layer: system
|
||||||
|
# Module: semodule
|
||||||
|
#
|
||||||
|
# Policy for semodule
|
||||||
|
#
|
||||||
|
semodule = base
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: udev
|
# Module: udev
|
||||||
#
|
#
|
||||||
|
@ -26,23 +26,7 @@ import re
|
|||||||
|
|
||||||
########################### Interface File #############################
|
########################### Interface File #############################
|
||||||
interface="\n\
|
interface="\n\
|
||||||
## <summary>TEMPLATETYPE policy</summary>\n\
|
## <summary>policy for TEMPLATETYPE</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\
|
|
||||||
\n\
|
\n\
|
||||||
########################################\n\
|
########################################\n\
|
||||||
## <summary>\n\
|
## <summary>\n\
|
||||||
@ -61,8 +45,8 @@ interface(`TEMPLATETYPE_domtrans',`\n\
|
|||||||
\n\
|
\n\
|
||||||
allow $1 TEMPLATETYPE_t:fd use;\n\
|
allow $1 TEMPLATETYPE_t:fd use;\n\
|
||||||
allow TEMPLATETYPE_t $1:fd use;\n\
|
allow TEMPLATETYPE_t $1:fd use;\n\
|
||||||
allow $1 TEMPLATETYPE_t:fifo_file rw_file_perms;\n\
|
allow TEMPLATETYPE_t:$1:fifo_file rw_file_perms;\n\
|
||||||
allow $1 TEMPLATETYPE_t:process sigchld;\n\
|
allow TEMPLATETYPE_t $1:process sigchld;\n\
|
||||||
')\n\
|
')\n\
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define CHECKPOLICYVER 1.28-3
|
%define CHECKPOLICYVER 1.28-3
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.2.12
|
Version: 2.2.13
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -295,6 +295,9 @@ SELinux Reference policy development files
|
|||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.12-1
|
||||||
- Update from upstream
|
- Update from upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user