Re: [ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-31 Thread Aaron Conole
Ansis Atteka writes: > On 31 August 2017 at 14:57, Aaron Conole wrote: >> Ansis Atteka writes: >> >>> On 31 August 2017 at 11:58, Aaron Conole wrote: Hi Ansis, Thanks for the review! Ansis Atteka writes: > On 30 August 2017 at 07:00, Aaron Conole wrote:

Re: [ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-31 Thread Ansis Atteka
On 31 August 2017 at 14:57, Aaron Conole wrote: > Ansis Atteka writes: > >> On 31 August 2017 at 11:58, Aaron Conole wrote: >>> Hi Ansis, >>> >>> Thanks for the review! >>> >>> Ansis Atteka writes: >>> On 30 August 2017 at 07:00, Aaron Conole wrote: > The selinux policy that exists in

Re: [ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-31 Thread Aaron Conole
Ansis Atteka writes: > On 31 August 2017 at 11:58, Aaron Conole wrote: >> Hi Ansis, >> >> Thanks for the review! >> >> Ansis Atteka writes: >> >>> On 30 August 2017 at 07:00, Aaron Conole wrote: The selinux policy that exists in the repository did not specify access to all of the res

Re: [ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-31 Thread Ansis Atteka
On 31 August 2017 at 11:58, Aaron Conole wrote: > Hi Ansis, > > Thanks for the review! > > Ansis Atteka writes: > >> On 30 August 2017 at 07:00, Aaron Conole wrote: >>> The selinux policy that exists in the repository did not specify access to >>> all of the resources needed for Open vSwitch to

Re: [ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-31 Thread Aaron Conole
Hi Ansis, Thanks for the review! Ansis Atteka writes: > On 30 August 2017 at 07:00, Aaron Conole wrote: >> The selinux policy that exists in the repository did not specify access to >> all of the resources needed for Open vSwitch to properly function with >> an enforcing selinux policy. This

Re: [ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-31 Thread Ansis Atteka
On 30 August 2017 at 07:00, Aaron Conole wrote: > The selinux policy that exists in the repository did not specify access to > all of the resources needed for Open vSwitch to properly function with > an enforcing selinux policy. This update allows Open vSwitch to operate > with selinux set to Enf

[ovs-dev] [PATCH v2 3/3] selinux: update policy to reflect non-root and dpdk support

2017-08-30 Thread Aaron Conole
The selinux policy that exists in the repository did not specify access to all of the resources needed for Open vSwitch to properly function with an enforcing selinux policy. This update allows Open vSwitch to operate with selinux set to Enforcing mode, even while running as a non-root user. Acke