New path for selinux policy
Add licencing bits. Change-Id: I3ad599ce4dc381807793ee8d205b91b2f0b346a3
This commit is contained in:
parent
e535c6fdb1
commit
76f9f724d7
@ -1,3 +1,16 @@
|
|||||||
|
# Copyright 2017, Rackspace US, Inc.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
module lxc-attach 1.0;
|
module lxc-attach 1.0;
|
||||||
|
|
||||||
require {
|
require {
|
||||||
|
@ -245,7 +245,7 @@
|
|||||||
- name: Compile and load SELinux module
|
- name: Compile and load SELinux module
|
||||||
command: '{{ item }}'
|
command: '{{ item }}'
|
||||||
args:
|
args:
|
||||||
creates: '/etc/selinux/targeted/modules/active/modules/lxc-attach.pp'
|
creates: '/etc/selinux/targeted/active/modules/400/lxc-attach/cil'
|
||||||
chdir: "/tmp/lxc-attach-selinux/"
|
chdir: "/tmp/lxc-attach-selinux/"
|
||||||
with_items:
|
with_items:
|
||||||
- make -f /usr/share/selinux/devel/Makefile
|
- make -f /usr/share/selinux/devel/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user