mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
52ad86740882a06a1169db61cb2b4d2a965a2172
The patch was creating the file /run/.adb.root with read-write permission for "other", so any user was able to write to it. Make the file owned by user adb, and remove permissions for group and other. Before: ``` root@raspberrypi4-64:~# ls -l /run/.adb.root -rw-rw-rw- 1 root root 8 Mar 13 15:42 /run/.adb.root ``` After: ``` root@raspberrypi4-64:~# ls -l /run/adb.root -rw------- 1 adb adb 8 Mar 13 15:35 /run/adb.root ``` Also rename the file from .adbd.root to adbd.root, since hidden files are not the convention in /run AI-Generated: Uses GitHub Copilot (Claude Sonnet 4.6) Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.3%
Shell
5.9%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.3%