* [refpolicy] [PATCH 0/3] Add some files contexts for debian location (contrib)
@ 2013-01-03 22:04 Laurent Bigonville
2013-01-03 22:04 ` [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian Laurent Bigonville
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Laurent Bigonville @ 2013-01-03 22:04 UTC (permalink / raw)
To: refpolicy
Hi,
Please find here some files contexts for debian location
Cheers
Laurent Bigonville
^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian
2013-01-03 22:04 [refpolicy] [PATCH 0/3] Add some files contexts for debian location (contrib) Laurent Bigonville
@ 2013-01-03 22:04 ` Laurent Bigonville
2013-01-07 18:13 ` Dominick Grift
2013-01-03 22:04 ` [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable " Laurent Bigonville
2013-01-03 22:04 ` [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t Laurent Bigonville
2 siblings, 1 reply; 7+ messages in thread
From: Laurent Bigonville @ 2013-01-03 22:04 UTC (permalink / raw)
To: refpolicy
From: Laurent Bigonville <bigon@bigon.be>
---
gnomeclock.fc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnomeclock.fc b/gnomeclock.fc
index b687443..f9ba8cd 100644
--- a/gnomeclock.fc
+++ b/gnomeclock.fc
@@ -3,3 +3,5 @@
/usr/libexec/gsd-datetime-mechanism -- gen_context(system_u:object_r:gnomeclock_exec_t,s0)
/usr/libexec/kde(3|4)/kcmdatetimehelper -- gen_context(system_u:object_r:gnomeclock_exec_t,s0)
+
+/usr/lib/gnome-settings-daemon/gsd-datetime-mechanism -- gen_context(system_u:object_r:gnomeclock_exec_t,s0)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable in Debian
2013-01-03 22:04 [refpolicy] [PATCH 0/3] Add some files contexts for debian location (contrib) Laurent Bigonville
2013-01-03 22:04 ` [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian Laurent Bigonville
@ 2013-01-03 22:04 ` Laurent Bigonville
2013-01-07 18:14 ` Dominick Grift
2013-01-03 22:04 ` [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t Laurent Bigonville
2 siblings, 1 reply; 7+ messages in thread
From: Laurent Bigonville @ 2013-01-03 22:04 UTC (permalink / raw)
To: refpolicy
From: Laurent Bigonville <bigon@bigon.be>
---
ptchown.fc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ptchown.fc b/ptchown.fc
index 9fc398e..dd96822 100644
--- a/ptchown.fc
+++ b/ptchown.fc
@@ -1 +1,3 @@
/usr/libexec/pt_chown -- gen_context(system_u:object_r:ptchown_exec_t,s0)
+
+/usr/lib/pt_chown -- gen_context(system_u:object_r:ptchown_exec_t,s0)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t
2013-01-03 22:04 [refpolicy] [PATCH 0/3] Add some files contexts for debian location (contrib) Laurent Bigonville
2013-01-03 22:04 ` [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian Laurent Bigonville
2013-01-03 22:04 ` [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable " Laurent Bigonville
@ 2013-01-03 22:04 ` Laurent Bigonville
2013-01-07 18:15 ` Dominick Grift
2 siblings, 1 reply; 7+ messages in thread
From: Laurent Bigonville @ 2013-01-03 22:04 UTC (permalink / raw)
To: refpolicy
From: Laurent Bigonville <bigon@bigon.be>
---
qemu.fc | 1 +
1 file changed, 1 insertion(+)
diff --git a/qemu.fc b/qemu.fc
index 6b53fa4..86ea53c 100644
--- a/qemu.fc
+++ b/qemu.fc
@@ -1,5 +1,6 @@
/usr/bin/qemu -- gen_context(system_u:object_r:qemu_exec_t,s0)
/usr/bin/qemu-system-.* -- gen_context(system_u:object_r:qemu_exec_t,s0)
/usr/bin/qemu-kvm -- gen_context(system_u:object_r:qemu_exec_t,s0)
+/usr/bin/kvm -- gen_context(system_u:object_r:qemu_exec_t,s0)
/usr/libexec/qemu.* -- gen_context(system_u:object_r:qemu_exec_t,s0)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian
2013-01-03 22:04 ` [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian Laurent Bigonville
@ 2013-01-07 18:13 ` Dominick Grift
0 siblings, 0 replies; 7+ messages in thread
From: Dominick Grift @ 2013-01-07 18:13 UTC (permalink / raw)
To: refpolicy
On Thu, 2013-01-03 at 23:04 +0100, Laurent Bigonville wrote:
> From: Laurent Bigonville <bigon@bigon.be>
This was merged, thank you
>
> ---
> gnomeclock.fc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/gnomeclock.fc b/gnomeclock.fc
> index b687443..f9ba8cd 100644
> --- a/gnomeclock.fc
> +++ b/gnomeclock.fc
> @@ -3,3 +3,5 @@
> /usr/libexec/gsd-datetime-mechanism -- gen_context(system_u:object_r:gnomeclock_exec_t,s0)
>
> /usr/libexec/kde(3|4)/kcmdatetimehelper -- gen_context(system_u:object_r:gnomeclock_exec_t,s0)
> +
> +/usr/lib/gnome-settings-daemon/gsd-datetime-mechanism -- gen_context(system_u:object_r:gnomeclock_exec_t,s0)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable in Debian
2013-01-03 22:04 ` [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable " Laurent Bigonville
@ 2013-01-07 18:14 ` Dominick Grift
0 siblings, 0 replies; 7+ messages in thread
From: Dominick Grift @ 2013-01-07 18:14 UTC (permalink / raw)
To: refpolicy
On Thu, 2013-01-03 at 23:04 +0100, Laurent Bigonville wrote:
> From: Laurent Bigonville <bigon@bigon.be>
This was merged, thank you
>
> ---
> ptchown.fc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ptchown.fc b/ptchown.fc
> index 9fc398e..dd96822 100644
> --- a/ptchown.fc
> +++ b/ptchown.fc
> @@ -1 +1,3 @@
> /usr/libexec/pt_chown -- gen_context(system_u:object_r:ptchown_exec_t,s0)
> +
> +/usr/lib/pt_chown -- gen_context(system_u:object_r:ptchown_exec_t,s0)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t
2013-01-03 22:04 ` [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t Laurent Bigonville
@ 2013-01-07 18:15 ` Dominick Grift
0 siblings, 0 replies; 7+ messages in thread
From: Dominick Grift @ 2013-01-07 18:15 UTC (permalink / raw)
To: refpolicy
On Thu, 2013-01-03 at 23:04 +0100, Laurent Bigonville wrote:
> From: Laurent Bigonville <bigon@bigon.be>
>
This was merged, thank you
> ---
> qemu.fc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/qemu.fc b/qemu.fc
> index 6b53fa4..86ea53c 100644
> --- a/qemu.fc
> +++ b/qemu.fc
> @@ -1,5 +1,6 @@
> /usr/bin/qemu -- gen_context(system_u:object_r:qemu_exec_t,s0)
> /usr/bin/qemu-system-.* -- gen_context(system_u:object_r:qemu_exec_t,s0)
> /usr/bin/qemu-kvm -- gen_context(system_u:object_r:qemu_exec_t,s0)
> +/usr/bin/kvm -- gen_context(system_u:object_r:qemu_exec_t,s0)
>
> /usr/libexec/qemu.* -- gen_context(system_u:object_r:qemu_exec_t,s0)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-01-07 18:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 22:04 [refpolicy] [PATCH 0/3] Add some files contexts for debian location (contrib) Laurent Bigonville
2013-01-03 22:04 ` [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian Laurent Bigonville
2013-01-07 18:13 ` Dominick Grift
2013-01-03 22:04 ` [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable " Laurent Bigonville
2013-01-07 18:14 ` Dominick Grift
2013-01-03 22:04 ` [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t Laurent Bigonville
2013-01-07 18:15 ` Dominick Grift
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.