]>
git.ipfire.org Git - people/stevee/selinux-policy.git/log
Miroslav Grepl [Thu, 3 Feb 2011 18:05:07 +0000 (18:05 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Thu, 3 Feb 2011 18:04:18 +0000 (18:04 +0000)]
Fix clvmd_tmpfs_t declaration
Dan Walsh [Thu, 3 Feb 2011 16:10:04 +0000 (11:10 -0500)]
syslog_t needs syslog capability
Dan Walsh [Thu, 3 Feb 2011 15:43:34 +0000 (10:43 -0500)]
Merge branch 'master' of http://oss.tresys.com/git/refpolicy
Miroslav Grepl [Thu, 3 Feb 2011 09:51:00 +0000 (09:51 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Thu, 3 Feb 2011 09:50:33 +0000 (09:50 +0000)]
Allow cron to setup the cgroups
Dan Walsh [Wed, 2 Feb 2011 20:03:45 +0000 (15:03 -0500)]
Fix file context for zabbix
Dan Walsh [Wed, 2 Feb 2011 19:47:23 +0000 (14:47 -0500)]
The mdadm application will write into /sys/.../uevent whenever arrays are
assembled or disassembled.
Dan Walsh [Wed, 2 Feb 2011 19:36:08 +0000 (14:36 -0500)]
dirsrv needs to be able to create /var/lib/snmp
Dan Walsh [Wed, 2 Feb 2011 19:28:37 +0000 (14:28 -0500)]
Fix labeling for dirsrv
Dan Walsh [Wed, 2 Feb 2011 19:16:59 +0000 (14:16 -0500)]
Fix typo
Dan Walsh [Wed, 2 Feb 2011 19:16:09 +0000 (14:16 -0500)]
Fix up for dirsrv policy missing manage_dirs_pattern, dontaudit xdm_t getattr on all exec_type, pidof seems to be looking for this
Dan Walsh [Wed, 2 Feb 2011 18:31:16 +0000 (13:31 -0500)]
Fix lvm interfaces
Dan Walsh [Wed, 2 Feb 2011 17:43:49 +0000 (12:43 -0500)]
corosync needs to delete clvm_tmpfs_t files, and qdiskd needs to list hugetlbfs
Dan Walsh [Wed, 2 Feb 2011 17:25:05 +0000 (12:25 -0500)]
Move setsched to sandbox_x_domain, so firefox can run without network access
Dan Walsh [Wed, 2 Feb 2011 17:16:42 +0000 (12:16 -0500)]
additional perms to read_policy
Dan Walsh [Wed, 2 Feb 2011 17:11:52 +0000 (12:11 -0500)]
Adding syslog and read_policy permissions to policy
syslog
Allow unconfined, sysadm_t, secadm_t, logadm_t
read_policy
allow unconfined, sysadm_t, secadm_t, staff_t on Targeted
Allow sysadm_t (optionally), secadm_t on MLS
Miroslav Grepl [Wed, 2 Feb 2011 12:56:07 +0000 (12:56 +0000)]
Allow hddtemp to read removable devices
Allow firewalld to dbus chat with policykit
Dan Walsh [Tue, 1 Feb 2011 22:09:59 +0000 (17:09 -0500)]
Fix httpd_selinux man page to refer to httpd_sys_rw_content_t
Dan Walsh [Tue, 1 Feb 2011 21:12:51 +0000 (16:12 -0500)]
fix port defs
Dan Walsh [Tue, 1 Feb 2011 21:06:27 +0000 (16:06 -0500)]
Remove Dup call
Dan Walsh [Tue, 1 Feb 2011 21:02:33 +0000 (16:02 -0500)]
Add tcsd policy from Steven Smalley
Dan Walsh [Tue, 1 Feb 2011 20:51:46 +0000 (15:51 -0500)]
Add policy developed by steve smalley for tcsd
Dan Walsh [Tue, 1 Feb 2011 16:44:28 +0000 (11:44 -0500)]
Allow dbus to use setrlimit to increase resoueces
Dan Walsh [Tue, 1 Feb 2011 16:37:53 +0000 (11:37 -0500)]
ricci_modclusterd_t needs to bind to rpc ports 500-1023
Chris PeBenito [Tue, 1 Feb 2011 15:43:16 +0000 (10:43 -0500)]
Changelog for cron default contexts fix from Harry Ciao.
Harry Ciao [Mon, 31 Jan 2011 09:10:24 +0000 (17:10 +0800)]
Fix cron job process' domain during system booting up.
When SELinux user system_u starts crond during system booting up, its
cron job process should be in the system_cronjob_t domain, which has
the required entrypoint permission on system crontab files labeled as
system_cron_spool_t. Otherwise we can run into below error messages:
Jan 31 08:40:53 QtCao crond[535]: (system_u) Unauthorized SELinux context (/etc/crontab)
Jan 31 08:40:53 QtCao crond[535]: (system_u) Unauthorized SELinux context (/etc/cron.d/sysstat)
The weird thing is that the getdefaultcon command even can not fetch
"system_r:cronjob_t:s0" but "system_r:logrotate_t:s0" ! After fixing
default_contexts files the getdefaultcon command could properly fetch
"system_r:system_cronjob_t:s0" :
root@QtCao:/root> getdefaultcon system_u system_u:system_r:crond_t:s0
system_u:system_r:logrotate_t:s0
root@QtCao:/root>
root@QtCao:/root> grep crond_t /etc/selinux/refpolicy-mls/contexts/default_contexts
system_r:crond_t:s0 user_r:cronjob_t:s0 staff_r:cronjob_t:s0 sysadm_r:cronjob_t:s0 system_r:system_cronjob_t:s0 unconfined_r:unconfined_cronjob_t:s0
root@QtCao:/root>
root@QtCao:/root> getdefaultcon system_u system_u:system_r:crond_t:s0
system_u:system_r:system_cronjob_t:s0
root@QtCao:/root>
Signed-off-by: Harry Ciao <qingtao.cao@windriver.com>
Dan Walsh [Tue, 1 Feb 2011 14:56:38 +0000 (09:56 -0500)]
Mozilla_plugin is leaking to sandbox
Chris PeBenito [Tue, 1 Feb 2011 14:12:27 +0000 (09:12 -0500)]
Changelog for man page changes from Justin Mattock.
Justin P. Mattock [Mon, 31 Jan 2011 17:40:13 +0000 (09:40 -0800)]
policy/modules/system/lvm.te Typo change directores to directories, and also clean up a comment.
The below patch changes a typo "directores" to "directories", and also
fixes a comment to sound more proper.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Justin P. Mattock [Mon, 31 Jan 2011 17:40:12 +0000 (09:40 -0800)]
man/man8 Change SElinux to SELinux.
The below patch, changes the workd SElinux to SELinux to match the rest
in the policy and outside.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Chris PeBenito [Mon, 31 Jan 2011 19:08:11 +0000 (14:08 -0500)]
Fix incorrect dependenices in init module interfaces (init_t as an attribute rather than type).
Miroslav Grepl [Mon, 31 Jan 2011 16:44:25 +0000 (16:44 +0000)]
Allow confined users to connect to lircd over unix domain stream socket which allow to use remote control
Allow awstats to read squid logs
Dan Walsh [Sat, 29 Jan 2011 18:51:45 +0000 (13:51 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Sat, 29 Jan 2011 18:50:51 +0000 (13:50 -0500)]
seunshare needs to manage tmp_t
apcupsd cgi scripts have a new directory
Miroslav Grepl [Thu, 27 Jan 2011 17:54:15 +0000 (17:54 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Thu, 27 Jan 2011 16:52:07 +0000 (16:52 +0000)]
Fix other typo
Miroslav Grepl [Thu, 27 Jan 2011 16:50:02 +0000 (16:50 +0000)]
Fix typo
Miroslav Grepl [Thu, 27 Jan 2011 16:47:11 +0000 (16:47 +0000)]
Fix xserver_dontaudit_read_xdm_pid
Allow loadkeys to read keyboardd unnamed pipes
Dan Walsh [Thu, 27 Jan 2011 16:29:52 +0000 (11:29 -0500)]
Change oracle_port_t to oracledb_port_t to prevent conflict with satellite
Allow dovecot_deliver_t to read/write postfix_master_t:fifo_file. These fifo_file is passed from postfix_master_t to postfix_local_t to dovecot_deliver_t
Miroslav Grepl [Thu, 27 Jan 2011 13:25:19 +0000 (13:25 +0000)]
Allow sendmail to read and write to sendmail unnamed pipes
Miroslav Grepl [Thu, 27 Jan 2011 12:32:30 +0000 (12:32 +0000)]
Allow readahead to manage readahead pid dirs
Allow postfix-local transition to sendmail
Dan Walsh [Wed, 26 Jan 2011 18:00:47 +0000 (13:00 -0500)]
allow readahead to read all mcs levels
Dan Walsh [Wed, 26 Jan 2011 18:00:29 +0000 (13:00 -0500)]
allow mozilla_plugin_t to use nfs or samba homedirs
Dan Walsh [Wed, 26 Jan 2011 14:33:25 +0000 (09:33 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Wed, 26 Jan 2011 14:32:05 +0000 (09:32 -0500)]
Namespace.init runs restorecon, want to maintain the role
smartmon reads removable_t devices
Fix tabs in selinuxutil interface file
Miroslav Grepl [Tue, 25 Jan 2011 17:14:56 +0000 (17:14 +0000)]
Fix typo
Miroslav Grepl [Tue, 25 Jan 2011 17:06:53 +0000 (17:06 +0000)]
- Allow nagios plugin to read /proc/meminfo
- Allow asterisk to connect to festival port
Miroslav Grepl [Tue, 25 Jan 2011 15:16:42 +0000 (15:16 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Tue, 25 Jan 2011 15:16:10 +0000 (15:16 +0000)]
Fix for mozilla_plugin
Dan Walsh [Mon, 24 Jan 2011 21:23:05 +0000 (16:23 -0500)]
Fix plugin-container label
Allow gnomeclock to execute ntp init script
Dan Walsh [Mon, 24 Jan 2011 20:00:17 +0000 (15:00 -0500)]
Cleanup policy
Dan Walsh [Mon, 24 Jan 2011 19:47:44 +0000 (14:47 -0500)]
Fix interface name
Dan Walsh [Mon, 24 Jan 2011 19:32:38 +0000 (14:32 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Mon, 24 Jan 2011 19:32:11 +0000 (14:32 -0500)]
Allow samba_net_t to create /etc/keytab
Dan Walsh [Mon, 24 Jan 2011 18:26:27 +0000 (13:26 -0500)]
pppd_t setting up vpns needs to run unix_chkpwd, setsched its process and write wtmp_t
Miroslav Grepl [Mon, 24 Jan 2011 17:33:06 +0000 (17:33 +0000)]
Revert "Fix files_polyinstantiate_all interface to make namespace_init working properly"
This reverts commit
c152556387e1102fc114987772c95fe5f6983717 .
Miroslav Grepl [Mon, 24 Jan 2011 17:21:47 +0000 (17:21 +0000)]
Fix files_polyinstantiate_all interface to make namespace_init working properly
Dan Walsh [Mon, 24 Jan 2011 16:35:38 +0000 (11:35 -0500)]
nslcd can read user credentials
Dan Walsh [Mon, 24 Jan 2011 16:02:02 +0000 (11:02 -0500)]
Allow nsplugin to delete mozilla_plugin_tmpfs_t
Remove extra line from virt_t fifo_file definition
Dan Walsh [Mon, 24 Jan 2011 15:52:54 +0000 (10:52 -0500)]
abrt tries to create dir in rpm_var_lib_t
Dan Walsh [Mon, 24 Jan 2011 15:52:26 +0000 (10:52 -0500)]
virt relabels fifo_files
Dan Walsh [Mon, 24 Jan 2011 15:51:58 +0000 (10:51 -0500)]
sshd needs to manage content in fusefs homedir
Dan Walsh [Mon, 24 Jan 2011 15:51:51 +0000 (10:51 -0500)]
sshd needs to manage content in fusefs homedir
Dan Walsh [Mon, 24 Jan 2011 15:51:26 +0000 (10:51 -0500)]
mock manages link files in cache dir
Dan Walsh [Mon, 24 Jan 2011 15:48:44 +0000 (10:48 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Fri, 21 Jan 2011 16:56:25 +0000 (16:56 +0000)]
Fix typo
Miroslav Grepl [Fri, 21 Jan 2011 16:48:41 +0000 (16:48 +0000)]
Fix patch
Dan Walsh [Fri, 21 Jan 2011 16:25:01 +0000 (11:25 -0500)]
Change labels on xulrunner content to make firefox work from within sandbox
Dan Walsh [Fri, 21 Jan 2011 13:11:59 +0000 (08:11 -0500)]
nslcd needs setsched and to read /usr/tmp
Dan Walsh [Fri, 21 Jan 2011 13:11:27 +0000 (08:11 -0500)]
Invalid call in likewise policy ends up creating a bogus role
Dan Walsh [Fri, 21 Jan 2011 13:10:51 +0000 (08:10 -0500)]
Cannon puts content into /var/lib/bjlib that cups needs to be able to write
Dan Walsh [Thu, 20 Jan 2011 20:48:39 +0000 (15:48 -0500)]
Allow screen to create screen_home_t in /root
Dan Walsh [Thu, 20 Jan 2011 20:37:07 +0000 (15:37 -0500)]
user_t read md5 data in /proc
Dan Walsh [Thu, 20 Jan 2011 20:36:41 +0000 (15:36 -0500)]
dirsrv sends syslog messages
Dan Walsh [Thu, 20 Jan 2011 20:36:13 +0000 (15:36 -0500)]
add allow_execmod support for user_t and staff_t
Dan Walsh [Thu, 20 Jan 2011 20:35:53 +0000 (15:35 -0500)]
fix label on /var/lib/debug...
Dan Walsh [Thu, 20 Jan 2011 20:35:31 +0000 (15:35 -0500)]
pinentry reads stuff in .kde directory
Dan Walsh [Thu, 20 Jan 2011 20:34:56 +0000 (15:34 -0500)]
Add labels for .kde directory in homedir
Dan Walsh [Thu, 20 Jan 2011 13:58:38 +0000 (08:58 -0500)]
Add new mount directory /dev/.mount
Miroslav Grepl [Thu, 20 Jan 2011 12:37:03 +0000 (12:37 +0000)]
Treat irpinit, iprupdate, iprdump services with raid policy
Dan Walsh [Wed, 19 Jan 2011 20:17:59 +0000 (15:17 -0500)]
Fix patch
Dan Walsh [Wed, 19 Jan 2011 19:40:21 +0000 (14:40 -0500)]
Cleanup patch
Chris PeBenito [Wed, 19 Jan 2011 19:11:00 +0000 (14:11 -0500)]
Add syslog capability.
Dan Walsh [Wed, 19 Jan 2011 18:43:57 +0000 (13:43 -0500)]
Update
Dan Walsh [Wed, 19 Jan 2011 18:38:16 +0000 (13:38 -0500)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Wed, 19 Jan 2011 18:37:20 +0000 (13:37 -0500)]
.forward file can cause postfix_local to execute local content
Dan Walsh [Wed, 19 Jan 2011 18:36:53 +0000 (13:36 -0500)]
.forward.* Needs to be labeled mail_home_t
Dan Walsh [Wed, 19 Jan 2011 18:36:22 +0000 (13:36 -0500)]
kerberos needs to be able to connect to ldap server if colocated
Miroslav Grepl [Wed, 19 Jan 2011 18:08:45 +0000 (18:08 +0000)]
Fix duplicate declaration
Miroslav Grepl [Wed, 19 Jan 2011 18:08:04 +0000 (18:08 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Miroslav Grepl [Wed, 19 Jan 2011 18:07:26 +0000 (18:07 +0000)]
Fix cobbler_list_config interface
Miroslav Grepl [Wed, 19 Jan 2011 17:09:38 +0000 (17:09 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
Dan Walsh [Wed, 19 Jan 2011 16:48:45 +0000 (11:48 -0500)]
Guido Trentcalancia patch on cpufreqselector
Dan Walsh [Wed, 19 Jan 2011 16:47:38 +0000 (11:47 -0500)]
Guido Trentcalancia patch on cpufreqselector
Dan Walsh [Wed, 19 Jan 2011 16:47:12 +0000 (11:47 -0500)]
Guido Trentcalancia patch on cpufreqselector
Dan Walsh [Wed, 19 Jan 2011 16:46:47 +0000 (11:46 -0500)]
Guido Trentcalancia patch on cpufreqselector
Dan Walsh [Wed, 19 Jan 2011 16:45:59 +0000 (11:45 -0500)]
allow newrole to list var_t
Dan Walsh [Wed, 19 Jan 2011 16:17:23 +0000 (11:17 -0500)]
NetworkManager wants to read consolekit_var_run_t
Dan Walsh [Wed, 19 Jan 2011 15:40:38 +0000 (10:40 -0500)]
comment out gnome-keyring-daemon label, to prevent transition