]>
git.ipfire.org Git - people/stevee/selinux-policy.git/log
Dan Walsh [Mon, 20 Dec 2010 21:24:01 +0000 (16:24 -0500)]
Dontaudit (xdm_t) gok attempting to list contents of /var/account
Telepathy domains need to read urand
Need interface to getattr all file classes in a mock library for setroubleshoot
Dan Walsh [Mon, 20 Dec 2010 20:56:58 +0000 (15:56 -0500)]
allod systemd_tmpfiles_t to delete /root/.* flags
Dan Walsh [Mon, 20 Dec 2010 19:13:08 +0000 (14:13 -0500)]
Add boot.log support to plymouthd
Dan Walsh [Mon, 20 Dec 2010 16:57:08 +0000 (11:57 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Conflicts:
policy/modules/system/init.if
Miroslav Grepl [Mon, 20 Dec 2010 17:24:18 +0000 (17:24 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy; branch 'master' of http://oss.tresys.com/git/refpolicy
Conflicts:
policy/modules/system/init.if
Miroslav Grepl [Mon, 20 Dec 2010 17:02:53 +0000 (17:02 +0000)]
Add label for dkim-milter
Dan Walsh [Mon, 20 Dec 2010 16:43:31 +0000 (11:43 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Mon, 20 Dec 2010 15:59:38 +0000 (10:59 -0500)]
Merge branch 'master' of http://oss.tresys.com/git/refpolicy
Conflicts:
policy/modules/system/init.if
Dan Walsh [Sat, 18 Dec 2010 12:23:52 +0000 (07:23 -0500)]
add authlogin_use_sssd to turn off access to ldap ports
Dan Walsh [Sat, 18 Dec 2010 12:23:05 +0000 (07:23 -0500)]
Init needs to delete symlinks from /dev
Dan Walsh [Sat, 18 Dec 2010 12:22:17 +0000 (07:22 -0500)]
Put dirsrv code in proper interface
Dan Walsh [Sat, 18 Dec 2010 12:20:44 +0000 (07:20 -0500)]
Need label for /var/lib/dkim-milter
Dan Walsh [Sat, 18 Dec 2010 12:20:11 +0000 (07:20 -0500)]
Prelink needs setfcap to restore file capabilities
Dan Walsh [Sat, 18 Dec 2010 12:19:21 +0000 (07:19 -0500)]
Fixup to match upstream.
Dan Walsh [Fri, 17 Dec 2010 17:07:51 +0000 (12:07 -0500)]
Fix access vectors so they do not break libselinux
Miroslav Grepl [Thu, 16 Dec 2010 17:00:19 +0000 (17:00 +0000)]
Allow mpd to read sound device
Chris PeBenito [Thu, 16 Dec 2010 14:03:51 +0000 (09:03 -0500)]
Fixes for samhain init_system_domain() usage.
Dan Walsh [Wed, 15 Dec 2010 21:33:47 +0000 (16:33 -0500)]
Merge branch 'master' of http://oss.tresys.com/git/refpolicy
Dan Walsh [Wed, 15 Dec 2010 21:26:53 +0000 (16:26 -0500)]
Add type for /usr/share/sandbox/start, so we can run sandbox on nfs shares
Chris PeBenito [Wed, 15 Dec 2010 19:50:28 +0000 (14:50 -0500)]
Whitespace fixes in init.
Chris PeBenito [Wed, 15 Dec 2010 19:48:43 +0000 (14:48 -0500)]
Rearrange distro blocks in init.fc
Chris Richards [Sun, 28 Nov 2010 08:44:46 +0000 (02:44 -0600)]
Fix OpenRC status dir labeling for Gentoo
Signed-off-by: Chris Richards <gizmo@giz-works.com>
Chris Richards [Sun, 28 Nov 2010 08:44:05 +0000 (02:44 -0600)]
Fix OpenRC status dir labeling for Gentoo
Current policy sets /lib(32|64)?/rc/init.d to lib_t. This causes
problems for DHCP among other things, as the initrc domain does not
have permissions to perform some operations. Changing to
initrc_state_t (the labeling used for /var/lib/init.d by
the older baselayout-1) resolves some of these issues.
Signed-off-by: Chris Richards <gizmo@giz-works.com>
Chris PeBenito [Wed, 15 Dec 2010 19:06:58 +0000 (14:06 -0500)]
Fix samhain range transitions for MLS/MCS and a type transition conflict.
Miroslav Grepl [Wed, 15 Dec 2010 17:37:43 +0000 (17:37 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Wed, 15 Dec 2010 17:36:49 +0000 (17:36 +0000)]
Add setuid capability for vpnc
Chris PeBenito [Wed, 15 Dec 2010 16:28:52 +0000 (11:28 -0500)]
Add changelog entry for samhain.
Chris PeBenito [Wed, 15 Dec 2010 16:25:57 +0000 (11:25 -0500)]
Cleanup samhain.if.
* Rearrange rules in the template.
* Remove samhain_etc_t:dir perms since there are no such dirs.
* Add extra docs in samhain_domtrans().
* Include samhaind_t in admin interface process perms.
Chris PeBenito [Wed, 15 Dec 2010 16:13:18 +0000 (11:13 -0500)]
Move samhain domain declarations into its template.
Chris PeBenito [Wed, 15 Dec 2010 16:02:29 +0000 (11:02 -0500)]
Reorder samhain call in userdomain.
Chris PeBenito [Wed, 15 Dec 2010 16:01:12 +0000 (11:01 -0500)]
Whitespace fixes in samhain.
Harry Ciao [Mon, 8 Nov 2010 06:42:38 +0000 (14:42 +0800)]
Add support for the samhain program.
Note, extra privileges may need to be granted to the samhain domain
if its default configuration file(/etc/samhainrc) is changed.
The samhain program could be used in the following way:
(In secadm_r role)
1. Initialize filesystem signature database:
newrole -l s15:c0.c1023 -p -- -c "samhain -t init"
(Note, the current secadm console will be blocked until
the database is completed)
2. Start samhain deamon to check filesystem integrity
newrole -l s15:c0.c1023 -p -- -c "samhain -t check -D"
3. Update filesystem signature database:
newrole -l s15:c0.c1023 -p -- -c "samhain -t update"
(In sysadm_r role)
1. Start samhain in daemon mode:
run_init /etc/init.d/samhain start
2. Stop samhain daemon:
run_init /etc/init.d/samhain stop
3. Check samhain daemon status:
run_init /etc/init.d/samhain status
4. Read/write samhain log files:
newrole -l s15:c0.c1023 -p -- -c "cat /var/log/samhain_log"
5. Remove samhain database files
newrole -l s15:c0.c1023 -p -- -c "rm /var/lib/samhain/samhain_file"
Note:
1. Stop samhain daemon before updating signature database.
2. Don't try to start samhain daemon twice.
3. Need to toggle SELinux into the Permissive mode in order to remove
the samhain_log files from /var/log/.
Signed-off-by: Harry Ciao <qingtao.cao@windriver.com>
Dan Walsh [Wed, 15 Dec 2010 15:25:31 +0000 (10:25 -0500)]
Mistake in plymouth.te, should allow plymoutd to delete /var/log/boot.log
GoogleTalkPlugin is causing nsplugin to need to listen on tcp_socket, as well as list sysfs and create netlink_kobject_socket
Miroslav Grepl [Wed, 15 Dec 2010 13:43:56 +0000 (13:43 +0000)]
Fixes for boinc and munin policy
Chris PeBenito [Wed, 15 Dec 2010 13:09:08 +0000 (08:09 -0500)]
Fix mojomojo module author. Apologies to Iain Arnell for the typo.
Miroslav Grepl [Wed, 15 Dec 2010 10:21:53 +0000 (10:21 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy; branch 'master' of http://oss.tresys.com/git/refpolicy
Miroslav Grepl [Tue, 14 Dec 2010 19:29:16 +0000 (19:29 +0000)]
Fix for dkim-milter
Dan Walsh [Tue, 14 Dec 2010 16:13:30 +0000 (11:13 -0500)]
remove per sandbox domains devpts types
Dan Walsh [Tue, 14 Dec 2010 15:30:05 +0000 (10:30 -0500)]
Allow sandbox to run on nfs partitions, fixes for systemd_tmpfs
Dan Walsh [Mon, 13 Dec 2010 22:07:42 +0000 (17:07 -0500)]
Allow domains that transition to ping or traceroute, kill them
Allow user_t to conditionally transition to ping_t and traceroute_t
Add fixes to systemd- tools, including new labeling for systemd-fsck, systemd-cryptsetup
Dan Walsh [Mon, 13 Dec 2010 20:46:13 +0000 (15:46 -0500)]
fixes for systemd apps
Dan Walsh [Mon, 13 Dec 2010 20:22:23 +0000 (15:22 -0500)]
Label /var/run/*cron* as crond_var_run_t
Miroslav Grepl [Mon, 13 Dec 2010 18:53:21 +0000 (18:53 +0000)]
Remove dulicate declaration
Miroslav Grepl [Mon, 13 Dec 2010 15:52:08 +0000 (15:52 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Mon, 13 Dec 2010 15:51:33 +0000 (15:51 +0000)]
Dontaudit sys_ptrace capablitity for mozilla-plugin
Chris PeBenito [Mon, 13 Dec 2010 15:09:37 +0000 (10:09 -0500)]
Update Changelog and VERSION for release.
Dan Walsh [Mon, 13 Dec 2010 14:40:09 +0000 (09:40 -0500)]
mozilla_plugin needs to read certs in the homedir.
Dan Walsh [Mon, 13 Dec 2010 14:18:41 +0000 (09:18 -0500)]
Certmonger needs more access
nero libraries need textrel_shlib_t
Chris PeBenito [Mon, 13 Dec 2010 14:12:22 +0000 (09:12 -0500)]
Bump module versions for release.
Dan Walsh [Fri, 10 Dec 2010 21:09:04 +0000 (16:09 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Fri, 10 Dec 2010 21:04:58 +0000 (16:04 -0500)]
Dontaudit leaked file descriptors from devicekit
Fix ircssi to use auth_use_nsswitch
Change to use interface without param in corenet to disable unlabelednet packets
Allow init to relabel sockets and fifo files in /dev
certmonger needs dac* capabilities to manage cert files not owned by root
dovecot needs fsetid to change group membership on mail
plymouthd removes /var/log/boot.log
systemd is creating symlinks in /dev
Change label on /etc/httpd/alias to be all cert_t
Miroslav Grepl [Fri, 10 Dec 2010 13:49:52 +0000 (13:49 +0000)]
Allow alsa to create tmp files in /tmp
adobre dir in user home directory needs to be created with the proper label
Miroslav Grepl [Thu, 9 Dec 2010 18:26:33 +0000 (18:26 +0000)]
Fixes for clamscan and boinc policy
Miroslav Grepl [Wed, 8 Dec 2010 17:49:52 +0000 (17:49 +0000)]
Add boinc_project_t setpgid
Dan Walsh [Tue, 7 Dec 2010 14:09:46 +0000 (09:09 -0500)]
Push fixes to allow disabling of unlabeled_t packet access
Miroslav Grepl [Tue, 7 Dec 2010 14:37:09 +0000 (14:37 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Tue, 7 Dec 2010 14:35:50 +0000 (14:35 +0000)]
Fixes for lvm to work with systemd
Dan Walsh [Mon, 6 Dec 2010 19:29:22 +0000 (14:29 -0500)]
Allow callers of userdom_read_home_certs to search all directories in user home
Miroslav Grepl [Mon, 6 Dec 2010 18:38:02 +0000 (18:38 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Mon, 6 Dec 2010 18:37:30 +0000 (18:37 +0000)]
Allow avahi to request the kernel to load a module
Miroslav Grepl [Mon, 6 Dec 2010 17:01:43 +0000 (17:01 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Mon, 6 Dec 2010 17:01:00 +0000 (17:01 +0000)]
Dontaudit hal leaks
Fix gnome_manage_data interface
Dominick Grift [Mon, 6 Dec 2010 16:58:47 +0000 (17:58 +0100)]
Merge branch 'openct_retry'
Dan Walsh [Mon, 6 Dec 2010 14:44:17 +0000 (09:44 -0500)]
Add new interface corenet_packet to define a type as being an packet_type.
Removed general access to packet_type from icecast and squid.
I am planning on writing a blog on how to use packet types internet_packet an intranet packet to setup specific domains that can use the internet and the intranet.
Dan Walsh [Mon, 6 Dec 2010 14:37:18 +0000 (09:37 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Mon, 6 Dec 2010 13:03:21 +0000 (13:03 +0000)]
Fix the label for wicd log
plymouthd creates force-display-on-active-vt file
Allow mpd to read alsa config
Dominick Grift [Sun, 5 Dec 2010 20:56:56 +0000 (21:56 +0100)]
http://lists.fedoraproject.org/pipermail/selinux/2010-December/013294.html
Miroslav Grepl [Fri, 3 Dec 2010 22:31:24 +0000 (22:31 +0000)]
Add the proper fix for systemd_device_t (move from device.te to systemd.te)
Miroslav Grepl [Fri, 3 Dec 2010 20:57:07 +0000 (20:57 +0000)]
Add back logging_create_devlog_dev(init_t) rule
Miroslav Grepl [Fri, 3 Dec 2010 19:47:19 +0000 (19:47 +0000)]
Fixes for successful policy build with systemd policy
Miroslav Grepl [Fri, 3 Dec 2010 19:22:29 +0000 (19:22 +0000)]
Add systemd policy for some systemd components
Miroslav Grepl [Fri, 3 Dec 2010 17:39:26 +0000 (17:39 +0000)]
Add appropriate interface for pam_var_console_t type (it is needed by systemd_tmpfiles_t domain which will be added)
Miroslav Grepl [Fri, 3 Dec 2010 16:30:48 +0000 (16:30 +0000)]
Fix gnome_manage_data interface
Miroslav Grepl [Fri, 3 Dec 2010 16:24:41 +0000 (16:24 +0000)]
Dontaudit sys_ptrace capability for iscsid
Miroslav Grepl [Fri, 3 Dec 2010 11:47:23 +0000 (12:47 +0100)]
Fixes for nagios plugin policy
Dan Walsh [Thu, 2 Dec 2010 17:28:54 +0000 (12:28 -0500)]
Add mcsnetwrite to allow kernel to write to all mcs levels
Miroslav Grepl [Thu, 2 Dec 2010 17:08:06 +0000 (18:08 +0100)]
Fix typo
Dan Walsh [Thu, 2 Dec 2010 15:53:27 +0000 (10:53 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Conflicts:
policy/modules/services/devicekit.te
Miroslav Grepl [Thu, 2 Dec 2010 16:23:17 +0000 (17:23 +0100)]
Add mount fowner capability
Dan Walsh [Thu, 2 Dec 2010 15:50:00 +0000 (10:50 -0500)]
Fix cron to run ranged when started by init
Fix devicekit to use log files
Dontaudit use of devicekit_var_run_t for fstools
Allow init to setattr on logfile directories
Dan Walsh [Thu, 2 Dec 2010 15:14:31 +0000 (10:14 -0500)]
Add devicekit_log
Dan Walsh [Thu, 2 Dec 2010 15:09:59 +0000 (10:09 -0500)]
Add access to rpm to handle disabled unconfined.pp and unconfineduser.pp
Devicekit now launches pm-utils
Miroslav Grepl [Thu, 2 Dec 2010 12:35:26 +0000 (13:35 +0100)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Thu, 2 Dec 2010 12:34:00 +0000 (13:34 +0100)]
Allow hald to manage files in /var/run/pm-utils/ dir which is now labeled as devicekit_var_run_t
Dominick Grift [Wed, 1 Dec 2010 21:17:03 +0000 (22:17 +0100)]
When you have no hal installed then devicekit power runs the pm utils, which write logs.
Dominick Grift [Wed, 1 Dec 2010 20:38:18 +0000 (21:38 +0100)]
Redo
a98fdd1c1577ab3c3f8dcd6442e48e6fcd11ef87
Signed-off-by: Dominick Grift <domg472@gmail.com>
Dan Walsh [Wed, 1 Dec 2010 18:22:38 +0000 (13:22 -0500)]
Allow mozilla_plugin to run mplayer
Allow ftp to manage /var/run/user/*
Allow ssh_keygen_t to create /root/.ssh directory
Miroslav Grepl [Wed, 1 Dec 2010 13:49:58 +0000 (14:49 +0100)]
Allow apache to read git generic system content
Miroslav Grepl [Wed, 1 Dec 2010 13:10:39 +0000 (14:10 +0100)]
Add appropriate interface for config files
Allow posftfix-smtpd to connect to dovecot unix domain stream socket
Dan Walsh [Tue, 30 Nov 2010 22:37:16 +0000 (17:37 -0500)]
Allow dovecot to manage data_home_t
Dan Walsh [Tue, 30 Nov 2010 22:19:08 +0000 (17:19 -0500)]
Allow dovecot to manage data_home_t
Allow clear dac overrides
Fix dirsrv.te to talk to rpcbind
Dan Walsh [Tue, 30 Nov 2010 21:20:59 +0000 (16:20 -0500)]
Allow sysadmin to dbus chat with rpm
Add interface for rw_tpm_dev
Allow cron to execute bin
fsadm needs to write sysfs
Dan Walsh [Tue, 30 Nov 2010 20:25:49 +0000 (15:25 -0500)]
Dontaudit consoletype reading /var/run/pm-utils
Lots of new privs fro mozilla_plugin_t running java app, make mozilla_plugin less usefull
certmonger needs to manage dirsrv data
Dan Walsh [Tue, 30 Nov 2010 17:27:40 +0000 (12:27 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Tue, 30 Nov 2010 17:26:05 +0000 (12:26 -0500)]
/var/run/pm-utils should be labeled as devicekit_var_run_t
Fix leaked file descriptor
Miroslav Grepl [Tue, 30 Nov 2010 16:49:53 +0000 (16:49 +0000)]
Add appropriate interface for lock files
Miroslav Grepl [Tue, 30 Nov 2010 16:45:04 +0000 (16:45 +0000)]
Add appropriate interface for pid files
Dan Walsh [Tue, 30 Nov 2010 16:17:31 +0000 (11:17 -0500)]
Allow chrome_sandbox to getattr on processes that transition to domain
Allow dnsmasq to create directory in virt_var_run_t
Allow init to relabel /var/run/pam_console
Dan Walsh [Tue, 30 Nov 2010 13:47:49 +0000 (08:47 -0500)]
allow ssh_keygen to generate files in /root/.ssh
Miroslav Grepl [Tue, 30 Nov 2010 11:24:20 +0000 (11:24 +0000)]
Fix typo