[ALPS04690934] BT feature: log in data area

[Detail]
Log is available to store in data area.
Change api for setting corresponding permission.

MTK-Commit-Id: 00be41e217b22f187a664d5d51cb18d52bc63635

Change-Id: I69c0869067e8f815c0f41930248b1c0e2c7f6358
CR-Id: ALPS04690934
Feature: BT AOSP
(cherry picked from commit e7396905545c154bc2ff6e76b4fa117ddbca0bb9)
This commit is contained in:
mtk10871 2020-01-18 10:19:50 +08:00 committed by Shanshan Guo
parent 36fcc17d60
commit 6d71aabb69

View File

@ -34,3 +34,9 @@ allow bluetooth vfat:file create_file_perms;
allow bluetooth storage_file:dir { create_dir_perms };
allow bluetooth tmpfs:lnk_file read;
allow bluetooth storage_file:file { create_file_perms };
# Date: 2019/06/20
# Add dir create perms for bluetooth on /data/debuglogger
#{ read write create search open getattr };
allow bluetooth debuglog_data_file:dir {relabelto create_dir_perms};
allow bluetooth debuglog_data_file:file create_file_perms;