From 2af119a6fcb874f305c747eb27460b0e9a2d8fc0 Mon Sep 17 00:00:00 2001 From: Lukasz Kostyra Date: Thu, 11 Feb 2016 14:42:28 +0100 Subject: [PATCH] Remove audio group from normal users Assigning normal users to group audio allows them to modify sound related configuration using ALSA library, which bypasses privilege checking. Removal of audio supplementary group fixes the issue. Change-Id: I8f418480bca0a5d90e25842bbe9d94dcbe148f7c Signed-off-by: Lukasz Kostyra --- data/tizen/etc/gumd/gumd-tizen-common.conf | 2 +- data/tizen/etc/gumd/gumd-tizen-ivi.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tizen/etc/gumd/gumd-tizen-common.conf b/data/tizen/etc/gumd/gumd-tizen-common.conf index 821fd07..e7324dc 100644 --- a/data/tizen/etc/gumd/gumd-tizen-common.conf +++ b/data/tizen/etc/gumd/gumd-tizen-common.conf @@ -15,7 +15,7 @@ USR_PRIMARY_GRPNAME=users # Comma separate listed of groups, which every user (other than system user) # will be added to at the time of user account creation. Default value is: # '' -DEFAULT_USR_GROUPS=audio,video,display +DEFAULT_USR_GROUPS=video,display # Comma separate listed of groups, which admin user will be added to at the # time of user account creation. Default value is: '' diff --git a/data/tizen/etc/gumd/gumd-tizen-ivi.conf b/data/tizen/etc/gumd/gumd-tizen-ivi.conf index cc0a5ad..bd70aed 100644 --- a/data/tizen/etc/gumd/gumd-tizen-ivi.conf +++ b/data/tizen/etc/gumd/gumd-tizen-ivi.conf @@ -15,7 +15,7 @@ USR_PRIMARY_GRPNAME=users # Comma separate listed of groups, which every user (other than system user) # will be added to at the time of user account creation. Default value is: # '' -DEFAULT_USR_GROUPS=weston-launch,audio,video +DEFAULT_USR_GROUPS=weston-launch,video # Comma separate listed of groups, which admin user will be added to at the # time of user account creation. Default value is: '' -- 2.7.4