Commit 1dac6f1
committed
dhd: Don't add regular user to system group.
The system group in android has some elevated privileges which
we don't want apps to have. If for some reason an adaptation needs
normal user in system group, either look for a solution which would
avoid the need or as a last resort add the system group in spec
file with
%define additional_ha_groups \
system\
%{nil}
Commit adding user to system group was made in 2014,
see 5df1e3d.
[dhd] Don't add regular user to system group. Fixes JB#48034
Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>1 parent 85aebfd commit 1dac6f1
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
| 702 | + | |
| 703 | + | |
702 | 704 | | |
703 | | - | |
704 | 705 | | |
705 | | - | |
706 | 706 | | |
707 | | - | |
708 | | - | |
709 | 707 | | |
| 708 | + | |
710 | 709 | | |
711 | 710 | | |
712 | 711 | | |
| |||
0 commit comments