summaryrefslogtreecommitdiff
path: root/usf/te_macros
diff options
context:
space:
mode:
Diffstat (limited to 'usf/te_macros')
-rw-r--r--usf/te_macros14
1 files changed, 0 insertions, 14 deletions
diff --git a/usf/te_macros b/usf/te_macros
deleted file mode 100644
index 01ac13c..0000000
--- a/usf/te_macros
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# USF SELinux type enforcement macros.
-#
-
-#
-# usf_low_latency_transport(domain)
-#
-# Allows domain use of the USF low latency transport.
-#
-define(`usf_low_latency_transport', `
- allow $1 hal_graphics_mapper_hwservice:hwservice_manager find;
- hal_client_domain($1, hal_graphics_allocator)
-')
-