2005-07-05 20:59:51 +00:00
|
|
|
# Add programs here which should not be confined by SELinux
|
|
|
|
# e.g.:
|
2006-09-01 15:52:05 +00:00
|
|
|
# /usr/local/bin/appsrv -- gen_context(system_u:object_r:unconfined_exec_t,s0)
|
2006-01-06 22:51:40 +00:00
|
|
|
# For the time being until someone writes a sane policy, we need initrc to transition to unconfined_t
|
2007-10-02 16:04:50 +00:00
|
|
|
/usr/bin/valgrind -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
2006-09-01 15:52:05 +00:00
|
|
|
/usr/bin/vncserver -- gen_context(system_u:object_r:unconfined_exec_t,s0)
|
2006-06-07 17:43:10 +00:00
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
/usr/lib/ia32el/ia32x_loader -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
|
|
|
|
2006-12-04 20:10:56 +00:00
|
|
|
/usr/local/RealPlayer/realplay\.bin -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
2007-12-10 15:59:01 +00:00
|
|
|
|
2011-11-16 20:29:18 +00:00
|
|
|
ifdef(`distro_debian',`
|
|
|
|
/usr/bin/gcj-dbtool-4\.1 -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
|
|
|
/usr/bin/gij-4\.1 -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
|
|
|
/usr/lib/openoffice/program/soffice\.bin -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
|
|
|
')
|
|
|
|
|
2007-12-10 15:59:01 +00:00
|
|
|
ifdef(`distro_gentoo',`
|
2012-05-07 18:36:06 +00:00
|
|
|
/usr/lib/openoffice/program/[^/]+\.bin -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0)
|
2007-12-10 15:59:01 +00:00
|
|
|
')
|