From: Michael Mrozek Date: Sat, 5 Jun 2010 09:16:20 +0000 (+0200) Subject: pandora-sudoers: Added missing hciconfig, therefore could remove op_bluetooth.sh X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6335a66ac65433ad5f5460f58991a2ea6a7b851;p=openpandora.oe.git pandora-sudoers: Added missing hciconfig, therefore could remove op_bluetooth.sh --- diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index 5f711a7..b4e6c7c 100644 --- a/recipes/pandora-system/pandora-sudoers.bb +++ b/recipes/pandora-system/pandora-sudoers.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "sudo" -PR = "r5" +PR = "r6" SRC_URI = " \ file://50_openpandora \ diff --git a/recipes/pandora-system/pandora-sudoers/50_openpandora b/recipes/pandora-system/pandora-sudoers/50_openpandora index 4557371..f05b17b 100755 --- a/recipes/pandora-system/pandora-sudoers/50_openpandora +++ b/recipes/pandora-system/pandora-sudoers/50_openpandora @@ -12,6 +12,7 @@ %wheel ALL=(ALL) NOPASSWD: /usr/bin/traceroute %wheel ALL=(ALL) NOPASSWD: /usr/bin/uniqueid.sh %wheel ALL=(ALL) NOPASSWD: /usr/sbin/bluetoothd +%wheel ALL=(ALL) NOPASSWD: /usr/sbin/hciconfig %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_bright.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_cpuspeed.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_tvout.sh @@ -20,4 +21,4 @@ %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_wifi.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_lcdsettings.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_nubmode.sh -%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_bluetooth.sh +