Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
4be75b37333f22e8ce10cc8aff7e9756b2f82689
/
.
/
target
/
board
/
generic
/
sepolicy
/
qemud.te
blob: b6a35d39d535ab7c7041379aab5d4de4a73875ff [
file
] [
log
] [
blame
]
# qemu support daemon
type qemud
,
domain
;
type qemud_exec
,
exec_type
,
file_type
;
init_daemon_domain
(
qemud
)
permissive_or_unconfined
(
qemud
)
# Access /dev/ttyS1.
allow qemud serial_device
:
chr_file rw_file_perms
;