Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
device
/
google
/
cuttlefish
/
83bc109a3cacef90cefdfecf191c8cf01ecfa85a
/
.
/
shared
/
sepolicy
/
gce_fs_monitor.te
blob: b6633ea7f236bf7206c911643fb3fdaf0064a439 [
file
] [
log
] [
blame
]
type gce_fs_monitor
,
domain
;
type gce_fs_monitor_exec
,
exec_type
,
file_type
;
init_daemon_domain
(
gce_fs_monitor
)
# Write to kernel log (/dev/kmsg)
allow gce_fs_monitor kmsg_device
:
chr_file w_file_perms
;