diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-05-02 17:09:00 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-06 15:58:34 +0200 |
commit | 83c80e8ac20df2e8cc3fde11632d2398986ce966 (patch) | |
tree | 9e9d5a59736050a5d1039b87432aac89a98daffb /sepolicy | |
parent | cc24f4c2dd34b63d15fed491e720a5a290471002 (diff) |
msm8996-common: Ship and enable atfwd daemon
* The atfwd daemon is responsible for handling AT command
forward requests from modem and should be enabled
for all targets except sda, apq, qcs.
Change-Id: I886b616565f81da10ad4a7b52baf8854a0b26f52
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/atfwd.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/atfwd.te b/sepolicy/atfwd.te new file mode 100644 index 0000000..8588d58 --- /dev/null +++ b/sepolicy/atfwd.te @@ -0,0 +1 @@ +allow atfwd sysfs_msm_subsys:dir search; |