Remove audio group from normal users 31/59231/1
authorLukasz Kostyra <l.kostyra@samsung.com>
Thu, 11 Feb 2016 13:42:28 +0000 (14:42 +0100)
committerLukasz Kostyra <l.kostyra@samsung.com>
Thu, 11 Feb 2016 13:47:39 +0000 (14:47 +0100)
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 <l.kostyra@samsung.com>
data/tizen/etc/gumd/gumd-tizen-common.conf
data/tizen/etc/gumd/gumd-tizen-ivi.conf

index 821fd07..e7324dc 100644 (file)
@@ -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: ''
index cc0a5ad..bd70aed 100644 (file)
@@ -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: ''