Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-09 Thread HATAYAMA Daisuke
From: HATAYAMA Daisuke Subject: Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check Date: Wed, 10 Jun 2015 12:18:48 +0900 (JST) > From: Lennart Poettering > Subject: Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access > check > Date: Mon, 8

Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-09 Thread HATAYAMA Daisuke
From: Lennart Poettering Subject: Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check Date: Mon, 8 Jun 2015 12:37:14 +0200 > On Mon, 08.06.15 19:00, HATAYAMA Daisuke (d.hatay...@jp.fujitsu.com) wrote: > >> Currently, SELinux unit access check is not performe

Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-09 Thread Lennart Poettering
On Tue, 09.06.15 17:01, Dominick Grift (dac.overr...@gmail.com) wrote: > Development has moved to github.com/systemd > > It is probably better to submit a Github Push Request there if you have not > done so already. Well, we still accept patches by mails to the mailing list. However we prefer g

[systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-09 Thread Dominick Grift
Development has moved to github.com/systemd It is probably better to submit a Github Push Request there if you have not done so already. Thanks -- 02DFF788 4D30 903A 1CF3 B756 FB48 1514 3148 83A2 02DF F788 http://keys.gnupg.net/pks/lookup?op=vindex&search=0x314883A202DFF788 Dominick Grift p

Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-08 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git __

Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-08 Thread Lennart Poettering
On Mon, 08.06.15 19:00, HATAYAMA Daisuke (d.hatay...@jp.fujitsu.com) wrote: > Currently, SELinux unit access check is not performed if a given unit > file has not been registered in a hash table. This is because function > manager_get_unit() only tries to pick up a Unit object from a Unit > hash t

[systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-08 Thread HATAYAMA Daisuke
Currently, SELinux unit access check is not performed if a given unit file has not been registered in a hash table. This is because function manager_get_unit() only tries to pick up a Unit object from a Unit hash table. Instead, we use function manager_load_unit() searching Unit file pathes for the