summaryrefslogtreecommitdiff
path: root/init.hardware.mpssrfs.rc.user
Commit message (Collapse)AuthorAgeFilesLines
* dumpstate: add modem_efs into dumpstate_boardHungyen Weng2018-11-011-3/+3
| | | | | Bug: 118463521 Change-Id: Iefae38769fc333a804f231bd2e2b284043d064a7
* Migrate modem rfs AID to vendor_rfsRobin Peng2018-05-241-3/+3
| | | | | | | | | | | | | QTI AID's for RFS migrate to vendor_rfs(2903) from AU285. In order for tftp_server binary image with AID vendor_rfs::2903: to write to /data/vendor/rfs/mpss, we need to chown/chgrp to correct AID. Bug: 79367535 Bug: 80003785 Bug: 80031288 Bug: 80088775 Change-Id: I9cb0295c297017dbb156d5753903d335ac6f32f9 Signed-off-by: Robin Peng <robinpeng@google.com>
* Revert "chmod 0777 /data/vendor/rfs/mpss"Robin Peng2018-05-241-2/+2
| | | | | | | | | This reverts commit a6ecee7811001abd8e81bf860900b90d6cf36660. Bug: 79367535 Bug: 80003785 Bug: 80031288 Bug: 80088775
* chmod 0777 /data/vendor/rfs/mpssDaniel Mentz2018-05-241-2/+2
| | | | | | | | | | | | | Allow tftp server to write to /data/vendor/rfs/mpss Qualcomm changed the AID of tftp_server to vendor_rfs (2903). In order for tftp_server to write to /data/vendor/rfs/mpss, we need to chmod it to 0777. Bug: 79367535 Bug: 80003785 Bug: 80031288 Bug: 80088775 Change-Id: I667cecb1ea04e88a56c20101d9b2d6f847711bbf
* Allow rfs_access (tftp server) to create its tombstone directories.Alan Stokes2018-02-261-0/+1
| | | | | | | | | | | | | | | | | It runs as system, but data/vendor/tombstone is writeable only by root, so we get init to create the initial directory. rfs_access then creates sub-directories. Denials: denied { write } for name="rfs" dev="sda19" ino=51687 scontext=u:r:rfs_access:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=dir denied { add_name } for name="modem" scontext=u:r:rfs_access:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=dir denied { create } for name="modem" scontext=u:r:rfs_access:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=dir denied { setattr } for name="modem" dev="sda19" ino=51689 scontext=u:r:rfs_access:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=dir Bug: 72643420 Test: Device boots, denials gone. Change-Id: Ia5fba7aa59ee52367f72ce4ee337298d1c7ae915
* RemoteFS: Change MPSS rfs readwrite foler to /data/vendor/Shawn Yang2018-02-021-0/+4
Bug: 65118243 -Move MPSS RFS ReadWrite folder from persist to /data/vendor/ -Selinux permission changes -Add rfs info into bugreport Test: Powerup device with SIM inserted,Take bugreport and manually confirm MPSS RFS items added correctly Change-Id: I79d5737eabf50829c0c97cdd3c573677e457f282