diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-12-03 15:04:02 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-03 18:37:21 +0100 |
commit | 653562e1449c935f087d2d8265081eeac1cd73b4 (patch) | |
tree | f01db14c75437ae557767c344ebcb128bc1ae1ca /conf/unit/macros.inc | |
parent | 6008a3ec4d1c0ed5df338b7c5f0775585ab51cfb (diff) |
Introduce localuser interface for applicationsicefish_8.99.2icefish/8.99.28.99.2
This change make use of nss-localuser hostname
family (see https://git.automotivelinux.org/src/nss-localuser/)
to separate applications and users, each running its
own IP address and hostname.
The intended behaviour is to use existing browser policy to
ensure privacy of applications and users.
Bug-AGL: SPEC-2968
Change-Id: Ie1a3c7331fd43e8747afae2cd338df461bac1454
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/unit/macros.inc')
-rw-r--r-- | conf/unit/macros.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/unit/macros.inc b/conf/unit/macros.inc index f21dee5..2fc9bc5 100644 --- a/conf/unit/macros.inc +++ b/conf/unit/macros.inc @@ -76,6 +76,7 @@ define( `USER_API_PATH', `USER_RUN_DIR/apis') define( `USER_API_PATH_WS', `USER_API_PATH/ws') define( `USER_API_PATH_LINK', `USER_API_PATH/link') +define( `LOCALUSERAPP', `ON_PERM(`:partner:scope-platform', `localuser---AFID', `localuser--AFID')') -------------------------------------------------------------------------------- -- AGL_DEVEL SPECIFIC PARTS -------------------------------------------------------------------------------- |