diff options
| author | Alan Conway <aconway@apache.org> | 2010-07-28 20:32:36 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-07-28 20:32:36 +0000 |
| commit | 862f986a4ab70a12df8f0d200f7a38d48936dfd2 (patch) | |
| tree | 4b30381c30618c6ff1286e4ab8e216c0765fd639 /qpid/cpp/etc | |
| parent | 2d39bb854cc897a5e44f763273074ebe8af3d870 (diff) | |
| download | qpid-python-862f986a4ab70a12df8f0d200f7a38d48936dfd2.tar.gz | |
Updated developer SELinux policy to also allow tests run under valgrind.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
| -rw-r--r-- | qpid/cpp/etc/selinux/qpiddevel.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/etc/selinux/qpiddevel.te b/qpid/cpp/etc/selinux/qpiddevel.te index 092b9fc203..0968f6eeb1 100644 --- a/qpid/cpp/etc/selinux/qpiddevel.te +++ b/qpid/cpp/etc/selinux/qpiddevel.te @@ -12,6 +12,7 @@ module qpiddevel 1.0; require { type unconfined_t; type aisexec_t; + type unconfined_execmem_t; class capability sys_admin; class sem { write unix_read unix_write associate read destroy }; class shm { unix_read write unix_write associate read destroy }; @@ -21,3 +22,5 @@ require { allow aisexec_t self:capability sys_admin; allow aisexec_t unconfined_t:sem { write unix_read unix_write associate read destroy }; allow aisexec_t unconfined_t:shm { unix_read write unix_write associate read destroy }; +allow aisexec_t unconfined_execmem_t:sem { write unix_read unix_write associate read destroy }; +allow aisexec_t unconfined_execmem_t:shm { write unix_read unix_write associate read destroy }; |
