]> git.ipfire.org Git - people/stevee/selinux-policy.git/log
people/stevee/selinux-policy.git
14 years agosu: do not audit attempts to search /root.
Dominick Grift [Mon, 4 Oct 2010 18:23:43 +0000 (20:23 +0200)] 
su: do not audit attempts to search /root.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoMerge upstream
Dan Walsh [Thu, 7 Oct 2010 18:50:04 +0000 (14:50 -0400)] 
Merge upstream

14 years agoMerge branch 'master' of http://oss.tresys.com/git/refpolicy
Dan Walsh [Thu, 7 Oct 2010 18:06:33 +0000 (14:06 -0400)] 
Merge branch 'master' of http://oss.tresys.com/git/refpolicy

Conflicts:
policy/modules/admin/rpm.if
policy/modules/admin/shutdown.fc
policy/modules/admin/shutdown.te
policy/modules/kernel/corenetwork.te.in
policy/modules/roles/staff.te
policy/modules/roles/unprivuser.te
policy/modules/system/unconfined.te
policy/modules/system/userdomain.if

14 years agoModule version bump for Dominick's shutdown cleanup.
Chris PeBenito [Thu, 7 Oct 2010 17:07:07 +0000 (13:07 -0400)] 
Module version bump for Dominick's shutdown cleanup.

14 years agoshutdown: search generic log directories.
Dominick Grift [Mon, 4 Oct 2010 18:23:42 +0000 (20:23 +0200)] 
shutdown: search generic log directories.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoshutdown: needs to connect to init with a unix stream socket.
Dominick Grift [Mon, 4 Oct 2010 18:23:41 +0000 (20:23 +0200)] 
shutdown: needs to connect to init with a unix stream socket.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoshutdown: for sudo.
Dominick Grift [Mon, 4 Oct 2010 18:23:40 +0000 (20:23 +0200)] 
shutdown: for sudo.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoshutdown: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:39 +0000 (20:23 +0200)] 
shutdown: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoshutdown: permission sets.
Dominick Grift [Mon, 4 Oct 2010 18:23:38 +0000 (20:23 +0200)] 
shutdown: permission sets.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoshutdown: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:37 +0000 (20:23 +0200)] 
shutdown: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoshutdown: Fedora change.
Dominick Grift [Mon, 4 Oct 2010 18:23:36 +0000 (20:23 +0200)] 
shutdown: Fedora change.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoTypo fix in hadoop.
Chris PeBenito [Thu, 7 Oct 2010 16:31:41 +0000 (12:31 -0400)] 
Typo fix in hadoop.

14 years agoHadoop cleanup and module version bump.
Chris PeBenito [Thu, 7 Oct 2010 14:57:55 +0000 (10:57 -0400)] 
Hadoop cleanup and module version bump.
* a pass cleaning up the style.
* adjusted some regular expressions in the file contexts: .* is the same as (.*)? since * means 0 or more matches.
* renamed a few interfaces
* two rules that I dropped as they require further explanation

> +files_read_all_files(hadoop_t)

A very big privilege.

and

> +fs_associate(hadoop_tasktracker_t)

This is a domain, so the only files with this type should be the /proc/pid ones, which don't require associate permissions.

14 years agoRemove duplicate filecontext for tcfmgr
Dan Walsh [Thu, 7 Oct 2010 13:57:49 +0000 (09:57 -0400)] 
Remove duplicate filecontext for tcfmgr

14 years agoAllow smbd_t sys_admin capability so samba can change quota on users.
Dan Walsh [Thu, 7 Oct 2010 13:31:35 +0000 (09:31 -0400)] 
Allow smbd_t sys_admin capability so samba can change quota on users.

14 years agoPut back transition change
Dan Walsh [Thu, 7 Oct 2010 13:15:11 +0000 (09:15 -0400)] 
Put back transition change

14 years agodontaudit sandbox sending signals to itself. This can happen when they are running...
Dan Walsh [Thu, 7 Oct 2010 13:06:56 +0000 (09:06 -0400)] 
dontaudit sandbox sending signals to itself.  This can happen when they are running at different mcs.
Disable transition from dbus_session_domain to telepathy for F14
Allow boinc_project to use shm
Allow certmonger to search through directories that contain certs
Allow fail2ban the DAC Override so it can read log files owned by non root users

14 years agohadoop 1/10 -- unconfined
Paul Nuzzi [Tue, 5 Oct 2010 19:59:29 +0000 (15:59 -0400)] 
hadoop 1/10 -- unconfined

On 10/04/2010 02:18 PM, Christopher J. PeBenito wrote:
> On 10/04/10 13:15, Paul Nuzzi wrote:
>> On 10/01/2010 01:56 PM, Christopher J. PeBenito wrote:
>>> On 10/01/10 11:17, Paul Nuzzi wrote:
>>>> On 10/01/2010 08:02 AM, Dominick Grift wrote:
>>>>> On Thu, Sep 30, 2010 at 03:39:40PM -0400, Paul Nuzzi wrote:
>>>>>> I updated the patch based on recommendations from the mailing list.
>>>>>> All of hadoop's services are included in one module instead of
>>>>>> individual ones.  Unconfined and sysadm roles are given access to
>>>>>> hadoop and zookeeper client domain transitions. The services are started
>>>>>> using run_init.  Let me know what you think.
>>>>>
>>>>> Why do some hadoop domain need to manage generic tmp?
>>>>>
>>>>> files_manage_generic_tmp_dirs(zookeeper_t)
>>>>> files_manage_generic_tmp_dirs(hadoop_t)
>>>>> files_manage_generic_tmp_dirs(hadoop_$1_initrc_t)
>>>>> files_manage_generic_tmp_files(hadoop_$1_initrc_t)
>>>>> files_manage_generic_tmp_files(hadoop_$1_t)
>>>>> files_manage_generic_tmp_dirs(hadoop_$1_t)
>>>>
>>>> This has to be done for Java JMX to work.  All of the files are written to
>>>> /tmp/hsperfdata_(hadoop/zookeeper). /tmp/hsperfdata_ is labeled tmp_t while
>>>> all the files for each service are labeled with hadoop_*_tmp_t.  The first service
>>>> will end up owning the directory if it is not labeled tmp_t.
>>>
>>> The hsperfdata dir in /tmp certainly the bane of policy writers.  Based on a quick look through the policy, it looks like the only dir they create in /tmp is this hsperfdata dir.  I suggest you do something like
>>>
>>> files_tmp_filetrans(hadoop_t, hadoop_hsperfdata_t, dir)
>>> files_tmp_filetrans(zookeeper_t, hadoop_hsperfdata_t, dir)
>>>
>>> filetrans_pattern(hadoop_t, hadoop_hsperfdata_t, hadoop_tmp_t, file)
>>> filetrans_pattern(zookeeper_t, hadoop_hsperfdata_t, zookeeper_tmp_t, file)
>>>
>>
>> That looks like a better way to handle the tmp_t problem.
>>
>> I changed the patch with your comments.  Hopefully this will be one of the last updates.
>> Tested on a CDH3 cluster as a module without any problems.
>
> There are several little issues with style, but it'll be easier just to fix them when its committed.
>
> Other comments inline.
>

I did my best locking down the ports hadoop uses.  Unfortunately the services use high, randomized ports making
tcp_connect_generic_port a must have.  Hopefully one day hadoop will settle on static ports.  I added hadoop_datanode port 50010 since it is important to lock down that service.  I changed the patch based on the rest of the comments.

Signed-off-by: Paul Nuzzi <pjnuzzi@tycho.ncsc.mil>
14 years agoFix mozilla_run_plugin interface
Dan Walsh [Wed, 6 Oct 2010 13:20:27 +0000 (09:20 -0400)] 
Fix mozilla_run_plugin interface

14 years agoMerge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Wed, 6 Oct 2010 13:05:02 +0000 (09:05 -0400)] 
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy

14 years agoModule version bump for Dominick's rpm cleanup.
Chris PeBenito [Wed, 6 Oct 2010 13:04:31 +0000 (09:04 -0400)] 
Module version bump for Dominick's rpm cleanup.

14 years agorpm: various changes both from fedora and myself. rpm: ntp post install scrript want...
Dominick Grift [Mon, 4 Oct 2010 18:23:35 +0000 (20:23 +0200)] 
rpm: various changes both from fedora and myself. rpm: ntp post install scrript want to restart ntpd.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoFix fusefs handling
Dan Walsh [Wed, 6 Oct 2010 13:03:28 +0000 (09:03 -0400)] 
Fix fusefs handling
Do not allow sandbox to manage nsplugin_rw_t
Allow mozilla_plugin_t to connecto its parent
Allow init_t to connect to plymouthd running as kernel_t

14 years agorpm: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:34 +0000 (20:23 +0200)] 
rpm: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agorpm: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:33 +0000 (20:23 +0200)] 
rpm: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agorpm: (brace) expansion.
Dominick Grift [Mon, 4 Oct 2010 18:23:32 +0000 (20:23 +0200)] 
rpm: (brace) expansion.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agorpm: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:31 +0000 (20:23 +0200)] 
rpm: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's console cleanup. Also fix rule ordering.
Chris PeBenito [Wed, 6 Oct 2010 12:42:23 +0000 (08:42 -0400)] 
Module version bump for Dominick's console cleanup.  Also fix rule ordering.

14 years agoconsoletype: in fedora13 /dev/console is not labeled properly early in the boot process.
Dominick Grift [Mon, 4 Oct 2010 18:23:22 +0000 (20:23 +0200)] 
consoletype: in fedora13 /dev/console is not labeled properly early in the boot process.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoconsoletype: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:21 +0000 (20:23 +0200)] 
consoletype: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's quota cleanup.
Chris PeBenito [Wed, 6 Oct 2010 12:35:25 +0000 (08:35 -0400)] 
Module version bump for Dominick's quota cleanup.

14 years agoquota: permission sets.
Dominick Grift [Mon, 4 Oct 2010 18:23:30 +0000 (20:23 +0200)] 
quota: permission sets.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoquota: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:29 +0000 (20:23 +0200)] 
quota: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's usermanage cleanup.
Chris PeBenito [Tue, 5 Oct 2010 19:27:06 +0000 (15:27 -0400)] 
Module version bump for Dominick's usermanage cleanup.

14 years agousermanage: permission sets.
Dominick Grift [Mon, 4 Oct 2010 18:23:56 +0000 (20:23 +0200)] 
usermanage: permission sets.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agousermanage: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:55 +0000 (20:23 +0200)] 
usermanage: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agousermanage: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:54 +0000 (20:23 +0200)] 
usermanage: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agousermanage: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:53 +0000 (20:23 +0200)] 
usermanage: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's tzdata cleanup.
Chris PeBenito [Tue, 5 Oct 2010 19:21:52 +0000 (15:21 -0400)] 
Module version bump for Dominick's tzdata cleanup.

14 years agotzdata: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:52 +0000 (20:23 +0200)] 
tzdata: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's netutils cleanup.
Chris PeBenito [Tue, 5 Oct 2010 19:11:23 +0000 (15:11 -0400)] 
Module version bump for Dominick's netutils cleanup.

14 years agonetutils: permission sets.
Dominick Grift [Mon, 4 Oct 2010 18:23:27 +0000 (20:23 +0200)] 
netutils: permission sets.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agonetutils: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:26 +0000 (20:23 +0200)] 
netutils: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agonetutils: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:25 +0000 (20:23 +0200)] 
netutils: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's logrotate cleanup.
Chris PeBenito [Tue, 5 Oct 2010 19:08:54 +0000 (15:08 -0400)] 
Module version bump for Dominick's logrotate cleanup.

14 years agologrotate: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:24 +0000 (20:23 +0200)] 
logrotate: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's cleanup.
Chris PeBenito [Tue, 5 Oct 2010 19:07:08 +0000 (15:07 -0400)] 
Module version bump for Dominick's cleanup.

14 years agobrctl: permission sets.
Dominick Grift [Mon, 4 Oct 2010 18:23:20 +0000 (20:23 +0200)] 
brctl: permission sets.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agobrctl: redundant.
Dominick Grift [Mon, 4 Oct 2010 18:23:19 +0000 (20:23 +0200)] 
brctl: redundant.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agobrctl: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:18 +0000 (20:23 +0200)] 
brctl: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoModule version bump for Dominick's bootloader cleanups.
Chris PeBenito [Tue, 5 Oct 2010 18:00:20 +0000 (14:00 -0400)] 
Module version bump for Dominick's bootloader cleanups.

14 years agobootloader: permission set.
Dominick Grift [Mon, 4 Oct 2010 18:23:17 +0000 (20:23 +0200)] 
bootloader: permission set.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agobootloader: unused.
Dominick Grift [Mon, 4 Oct 2010 18:23:16 +0000 (20:23 +0200)] 
bootloader: unused.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoRemove comment due to ace98b7.
Chris PeBenito [Tue, 5 Oct 2010 17:56:40 +0000 (13:56 -0400)] 
Remove comment due to ace98b7.

14 years agobootloader: search parent.
Dominick Grift [Mon, 4 Oct 2010 18:23:15 +0000 (20:23 +0200)] 
bootloader: search parent.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoFix version of mediawiki policy
Miroslav Grepl [Tue, 5 Oct 2010 12:58:52 +0000 (14:58 +0200)] 
Fix version of mediawiki policy

14 years agoAlllow vpnc to be able to read /root/.cert
Miroslav Grepl [Tue, 5 Oct 2010 12:56:02 +0000 (14:56 +0200)] 
Alllow vpnc to be able to read /root/.cert

14 years agoAdd policy for mediawiki
Miroslav Grepl [Tue, 5 Oct 2010 12:47:38 +0000 (14:47 +0200)] 
Add policy for mediawiki

14 years agoRemove excess '"' from audit data
Dan Walsh [Mon, 4 Oct 2010 20:38:56 +0000 (16:38 -0400)] 
Remove excess '"' from audit data
Fixup format_text
Fixup date display

14 years agoStart adding support for use_fusefs_home_dirs
Dan Walsh [Mon, 4 Oct 2010 18:45:52 +0000 (14:45 -0400)] 
Start adding support for use_fusefs_home_dirs
Add /var/lib/syslog directory file context
Add /etc/localtime as locale file context

14 years agoAllow unconfined_t to transition to alsa_t to make sure labels stay correct
Dan Walsh [Sun, 3 Oct 2010 11:48:01 +0000 (07:48 -0400)] 
Allow unconfined_t to transition to alsa_t to make sure labels stay correct
Lots of fixes for mozilla_plugin nsplugin and mozilla_plugin are starting to merge
telepath_msn_t tries to read /proc/1/exe
Allow smokeping cgi scripts to create /var/lib/smokeping dirs.
Allow smbd_t to getquota on multiple file systems

14 years agoAllow sudo to send signals to any domains the user could have transitioned to.
Dan Walsh [Fri, 1 Oct 2010 15:58:15 +0000 (11:58 -0400)] 
Allow sudo to send signals to any domains the user could have transitioned to.
Passwd in single user mode needs to talk to console_device_t
Mozilla_plugin_t needs to connect to web ports, needs to write to video device, and read alsa_home_t alsa setsup pulseaudio
locate tried to read a symbolic link, will dontaudit
New labels for telepathy-sunshine content in homedir
Google is storing other binaries under /opt/google/talkplugin
bluetooth/kernel is creating unlabeled_t socket that I will allow it to use until kernel fixes bug
Add boolean for unconfined_t transition to mozilla_plugin_t and telepathy domains, turned off in F14 on in F15
modemmanger and bluetooth send dbus messages to devicekit_power
Samba needs to getquota on filesystems labeld samba_share_t

14 years agoModule version bump and Changelog for 329138b and 413aac1.
Chris PeBenito [Fri, 1 Oct 2010 13:50:50 +0000 (09:50 -0400)] 
Module version bump and Changelog for 329138b and 413aac1.

14 years agoAllow common users to manage and relabel Alsa home files.
Dominick Grift [Wed, 22 Sep 2010 15:33:26 +0000 (17:33 +0200)] 
Allow common users to manage and relabel Alsa home files.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoMove oident manage and relabel home content interfaces to common user template.
Dominick Grift [Wed, 22 Sep 2010 15:32:39 +0000 (17:32 +0200)] 
Move oident manage and relabel home content interfaces to common user template.

Signed-off-by: Dominick Grift <domg472@gmail.com>
14 years agoAdd support for custom build options.
Chris PeBenito [Thu, 30 Sep 2010 18:53:44 +0000 (14:53 -0400)] 
Add support for custom build options.

14 years agoTurn on fixit button
Dan Walsh [Wed, 29 Sep 2010 19:09:44 +0000 (15:09 -0400)] 
Turn on fixit button

14 years agodontaudit attempts by xdm_t to write to bin_t for kdm
Dan Walsh [Wed, 29 Sep 2010 19:03:51 +0000 (15:03 -0400)] 
dontaudit attempts by xdm_t to write to bin_t for kdm

14 years agoAllow nsplugin to sendto itself dgrams
Dan Walsh [Wed, 29 Sep 2010 14:55:40 +0000 (10:55 -0400)] 
Allow nsplugin to sendto itself dgrams
Fix /root/.ssh labeling

14 years agoNew setroubleshoot
Dan Walsh [Wed, 29 Sep 2010 14:49:32 +0000 (10:49 -0400)] 
New setroubleshoot

14 years agoAllow mozilla_plugin to manage all gnome config files
Dan Walsh [Tue, 28 Sep 2010 20:24:56 +0000 (16:24 -0400)] 
Allow mozilla_plugin to manage all gnome config files
Allow nsplugin_t to read lnk files in nsplugin_rw_t
New labeling for packagekit scripts to bin_t
Allow mount_t to delete etc_t
Allow fsdaemon_t to read usr_t files

14 years agoFixes to allow mozilla_plugin_t to create nsplugin_home_t directory.
Dan Walsh [Mon, 27 Sep 2010 14:21:54 +0000 (10:21 -0400)] 
Fixes to allow mozilla_plugin_t to create nsplugin_home_t directory.
Allow mozilla_plugin_t to create tcp/udp/netlink_route sockets
Allow confined users to read xdm_etc_t files
Allow xdm_t to transition to xauth_t for lxdm program

14 years agoMerge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Sun, 26 Sep 2010 10:44:28 +0000 (06:44 -0400)] 
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy

14 years agoRearrange firewallgui policy to be more easily updated to upstream, dontaudit search...
Dan Walsh [Sun, 26 Sep 2010 10:42:14 +0000 (06:42 -0400)] 
Rearrange firewallgui policy to be more easily updated to upstream, dontaudit search of /home
Allow clamd to send signals to itself
Allow mozilla_plugin_t to read user home content.  And unlink pulseaudio shm.

14 years agoAllow haze to connect to yahoo chat and messenger port tcp:5050.
Dominick Grift [Sat, 25 Sep 2010 14:57:48 +0000 (16:57 +0200)] 
Allow haze to connect to yahoo chat and messenger port tcp:5050.
Bz #637339

14 years agoAllow guest to run ps command on its processes by allowing it to read /proc
Dan Walsh [Sat, 25 Sep 2010 11:07:04 +0000 (07:07 -0400)] 
Allow guest to run ps command on its processes by allowing it to read /proc

14 years agoAllow firewallgui to sys_rawio which seems to be required to setup masqerading
Dan Walsh [Sat, 25 Sep 2010 10:23:04 +0000 (06:23 -0400)] 
Allow firewallgui to sys_rawio which seems to be required to setup masqerading
Allow all domains to search through default_t directories, in order to find differnet labels.  For example people serring up /foo/bar to be share via samba.
Add label for /var/log/slim.log

14 years agoMerge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Fri, 24 Sep 2010 15:55:35 +0000 (11:55 -0400)] 
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy

14 years ago Allow rpc.quota to do quotamod
Dan Walsh [Fri, 24 Sep 2010 15:55:05 +0000 (11:55 -0400)] 
 Allow rpc.quota to do quotamod
Allow mozilla_plugin to execute mozilla_home_t

14 years agoMove c2s to run in jabber_router_t domain
Miroslav Grepl [Fri, 24 Sep 2010 12:14:38 +0000 (14:14 +0200)] 
Move c2s to run in jabber_router_t domain
Other fixes for jabberd policy

14 years agoMerge branch 'base'
Dominick Grift [Fri, 24 Sep 2010 10:52:43 +0000 (12:52 +0200)] 
Merge branch 'base'

14 years agomiscfiles_manage_cert_files is deprecated: Use miscfiles_manage_generic_cert_files.
Dominick Grift [Fri, 24 Sep 2010 10:48:37 +0000 (12:48 +0200)] 
miscfiles_manage_cert_files is deprecated: Use miscfiles_manage_generic_cert_files.

14 years agoUse permission sets where possible.
Dominick Grift [Fri, 24 Sep 2010 07:28:34 +0000 (09:28 +0200)] 
Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

Use permission sets where possible.

14 years agoXML summary fixes.
Dominick Grift [Fri, 24 Sep 2010 09:52:37 +0000 (11:52 +0200)] 
XML summary fixes.

XML summary fixes.

14 years agoRedundant brace nothing to expand here.
Dominick Grift [Fri, 24 Sep 2010 07:24:06 +0000 (09:24 +0200)] 
Redundant brace nothing to expand here.

Redundant brace nothing to expand here.

Redundant brace nothing to expand here.

Redundant brace nothing to expand here.

Redundant brace nothing to expand here.

Redundant brace nothing to expand here.

14 years agoTunable, optional and if(n)def blocks go below.
Dominick Grift [Fri, 24 Sep 2010 07:38:13 +0000 (09:38 +0200)] 
Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

Tunable, optional and if(n)def blocks go below.

14 years agoSource is x_domain and not xserver_t. Moving to x_domain local policy.
Dominick Grift [Fri, 24 Sep 2010 09:39:17 +0000 (11:39 +0200)] 
Source is x_domain and not xserver_t. Moving to x_domain local policy.

14 years agoThe process and capability IPC goes on top of local policy.
Dominick Grift [Fri, 24 Sep 2010 07:33:35 +0000 (09:33 +0200)] 
The process and capability IPC goes on top of local policy.

The process and capability IPC goes on top of local policy.

The process and capability IPC goes on top of local policy.

The process and capability IPC goes on top of local policy.

14 years agoRedundant: Included userdom_user_home_content already has this.
Dominick Grift [Fri, 24 Sep 2010 07:19:36 +0000 (09:19 +0200)] 
Redundant: Included userdom_user_home_content already has this.

Redundant: Included userdom_user_home_content already has this.

Redundant: Included userdom_user_home_content already has this.

Redundant: Included userdom_search_user_home_dirs already has this.

Redundant: Included userdom_user_home_content already has this.

14 years agoRemove stray semi-colon.
Dominick Grift [Fri, 24 Sep 2010 09:14:59 +0000 (11:14 +0200)] 
Remove stray semi-colon.

14 years agoWhitespace, newline and tab fixes.
Dominick Grift [Fri, 24 Sep 2010 08:54:04 +0000 (10:54 +0200)] 
Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

14 years agoReduntant: Included init_daemon_domain already has this.
Dominick Grift [Fri, 24 Sep 2010 07:23:22 +0000 (09:23 +0200)] 
Reduntant: Included init_daemon_domain already has this.

Reduntant: Included init_daemon_domain already has this.

Reduntant: Included init_daemon_domain already has this.

Reduntant: Included init_daemon_domain already has this.

Reduntant: Included init_daemon_domain already has this.

Reduntant: Included init_daemon_domain already has this.

14 years agoRedundant: Included inetd_service_domain has this.
Dominick Grift [Fri, 24 Sep 2010 08:34:08 +0000 (10:34 +0200)] 
Redundant: Included inetd_service_domain has this.

Redundant: Included inetd_tcp_service_domain has this.

Redundant: Included inetd_tcp_service_domain has this. Conditional init_daemon_domain has it also.

Redundant: Included inetd_tcp_service_domain has this.

14 years agoSupport network connect mysql DB.
Dominick Grift [Fri, 24 Sep 2010 08:48:56 +0000 (10:48 +0200)] 
Support network connect mysql DB.

14 years agoThere is already an optional policy block for daemontools. Join the two.
Dominick Grift [Fri, 24 Sep 2010 08:46:50 +0000 (10:46 +0200)] 
There is already an optional policy block for daemontools. Join the two.

14 years agoConsistent ordering of declarations.
Dominick Grift [Fri, 24 Sep 2010 08:23:19 +0000 (10:23 +0200)] 
Consistent ordering of declarations.

14 years agoUse domtrans_pattern where possible.
Dominick Grift [Fri, 24 Sep 2010 08:19:19 +0000 (10:19 +0200)] 
Use domtrans_pattern where possible.

14 years agoWhitespace, newline and tab fixes.
Dominick Grift [Fri, 24 Sep 2010 07:17:22 +0000 (09:17 +0200)] 
Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

Whitespace, newline and tab fixes.

14 years agoThis is no declaration. Moving to local policy.
Dominick Grift [Fri, 24 Sep 2010 08:01:41 +0000 (10:01 +0200)] 
This is no declaration. Moving to local policy.

14 years agoThese were duplicate TE rules.
Dominick Grift [Fri, 24 Sep 2010 07:56:36 +0000 (09:56 +0200)] 
These were duplicate TE rules.