axolotl: cnss: disable logging via kmsg

CNSS supports logging to kmsg, however it does not write directly
to the file but instead uses `system` to echo via sh, which in turn
causes a violation:

```
avc: denied { execute_no_trans } for comm="cnss-daemon" path="/vendor/bin/sh" dev="dm-3" ino=244 scontext=u:r:wcnss_service:s0 tcontext=u:object_r:vendor_shell_exec:s0 tclass=file permissive=0
```

Disable kmsg logging to fix the violation.

Change-Id: I4d331345d12e09eaf1b36f25918e12c483da61ca
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
1 file changed
tree: 00c566eeab8f542cb25dd3f13c63cad9410561f8
  1. audio/
  2. bootctrl/
  3. configs/
  4. gps/
  5. gpt-utils/
  6. interfaces/
  7. libshims/
  8. location/
  9. overlay/
  10. overlay-lineage/
  11. parts/
  12. rootdir/
  13. rro_overlays/
  14. seccomp/
  15. sepolicy/
  16. vintf/
  17. .gitignore
  18. Android.bp
  19. Android.mk
  20. AndroidProducts.mk
  21. board-info.txt
  22. BoardConfig.mk
  23. device.mk
  24. extract-files.sh
  25. full_axolotl.mk
  26. LICENSE
  27. lineage.dependencies
  28. lineage_axolotl.mk
  29. odm.prop
  30. product.prop
  31. proprietary-files-widevine.txt
  32. proprietary-files.txt
  33. public.libraries.txt
  34. README.md
  35. setup-makefiles.sh
  36. system_ext.prop
  37. vendor.prop
README.md

Device Tree for SHIFT6mq ("axolotl")

SHIFT6mq

The SHIFT6mq (codenamed "axolotl") is a flagship smartphone from SHIFTPHONES, which was initially released in 2020 with Android™ 10.

Specifications

BasicSpec Sheet
ChipsetQualcomm® Snapdragon™ 845
CPU4x ARM Cortex-A75, 4x ARM Cortex-A55 (64 bit)
GPUAdreno 630
Memory8 GB RAM LPDDR4X (SK Hynix)
MicroSDUp to 512 GB
Storage128 GB UFS 2.1
------------------------------------------------------------------------
BatteryLi-Ion 3850 mAh battery
CameraBack: 16 MP Sony IMX519 + 24 MP Samsung S5K2X7SP
CameraFront: 16 MP Samsung S5K3P9SP04-FGX9
DisplayAMOLED, 1080 x 2160 pixels, 6 inches (~402 ppi pixel density)
------------------------------------------------------------------------
Bluetooth5.0
Dual SIMYes
NFCSupported
------------------------------------------------------------------------
SoftwareInitial launch with Android™ 10
AdvancedSpec Sheet
DisplayDP over USB-C supported

License

See LICENSE in this repository.

Copyright (C) 2020-2021 SHIFT GmbH
Copyright (C) 2021 The LineageOS Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.