mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-01-30 03:12:51 +00:00
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
#
|
|
# /usr
|
|
#
|
|
ifdef(`targeted_policy',`
|
|
/usr/bin/gnatbind -- gen_context(system_u:object_r:ada_exec_t,s0)
|
|
/usr/bin/gnatls -- gen_context(system_u:object_r:ada_exec_t,s0)
|
|
/usr/bin/gnatmake -- gen_context(system_u:object_r:ada_exec_t,s0)
|
|
/usr/libexec/gcc(/.*)?/gnat1 -- gen_context(system_u:object_r:ada_exec_t,s0)
|
|
')
|