Merge "Move qdss sysfs file definition from target folder to common"

This commit is contained in:
qctecmdr Service 2019-02-06 22:24:25 -08:00 committed by Gerrit - the friendly Code Review server
commit e59728f5f0
3 changed files with 4 additions and 2 deletions

View file

@ -167,3 +167,6 @@ type hal_neuralnetworks_data_file, file_type, data_file_type;
type vendor_bt_data_file, file_type, data_file_type;
type sysfs_usb_controller, sysfs_type, fs_type;
#for qdss
type sysfs_qdss_dev, sysfs_type, fs_type;

View file

@ -25,5 +25,4 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
type sysfs_qdss_dev, sysfs_type, fs_type;
type sysfs_mhi, sysfs_type, fs_type;

View file

@ -49,7 +49,7 @@ allow vendor_cvp qdsp_device:chr_file rw_file_perms;
allow vendor_cvp dsp_device:chr_file rw_file_perms;
# Access for sdcard
userdebug_or_eng('
userdebug_or_eng(`
allow vendor_cvp sdcard_type:dir rw_dir_perms;
allow vendor_cvp sdcard_type:file create_file_perms;
')