diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-29 22:17:45 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-30 12:18:41 +0000 |
commit | afd1b499b4e690f9fd250cc2c009cf59eb8839a5 (patch) | |
tree | 708c60aa434c7bd63eb16ce7579e8384982e6369 /recipes-connectivity/kuksa-val/kuksa-val_git.bb | |
parent | 86288847df05f9760be07c62ee8c6941fb6a9bb8 (diff) |
Fix for user and group of /home/agl-driver
The private nssdb introduced wrong access rights for /home/agl-driver through the package.
Fix it till we have it reworked.
Bug-AGL: SPEC-4599
Change-Id: I665b51f8473f64785c64c55359b5e0e702050e9a
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 1e62ea70abd523482e4a181737e7202280a30ce3)
Diffstat (limited to 'recipes-connectivity/kuksa-val/kuksa-val_git.bb')
-rw-r--r-- | recipes-connectivity/kuksa-val/kuksa-val_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/kuksa-val/kuksa-val_git.bb b/recipes-connectivity/kuksa-val/kuksa-val_git.bb index 2c1966ff6..48cda1081 100644 --- a/recipes-connectivity/kuksa-val/kuksa-val_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-val_git.bb @@ -79,7 +79,7 @@ do_install:append() { pkg_postinst_ontarget:${PN}-client-certificates () { certutil -A -d /home/agl-driver/.pki/nssdb -n "KuksaRootCA" -t "pC,," -i ${sysconfdir}/kuksa-val/CA.pem - chown agl-driver:agl-driver -R /home/agl-driver/.pki/ + chown agl-driver:agl-driver -R /home/agl-driver/ } # Put client certificates into their own package so we can avoid |