Add new FS capabilities for 'bluetoothtbd'

BUG=28011699

Change-Id: Id6e50345e175b8ea18c49590582944cdac3a0640
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
diff --git a/fs_config/android_filesystem_config.h b/fs_config/android_filesystem_config.h
index 66b134d..f4f24a6 100644
--- a/fs_config/android_filesystem_config.h
+++ b/fs_config/android_filesystem_config.h
@@ -57,6 +57,7 @@
                                        CAP_MASK_LONG(CAP_NET_RAW),        "system/bin/ip6tables" },
 
     { 00700, AID_BLUETOOTH, AID_SHELL, CAP_MASK_LONG(CAP_BLOCK_SUSPEND) |
+                                       CAP_MASK_LONG(CAP_NET_ADMIN)     |
                                        CAP_MASK_LONG(CAP_WAKE_ALARM),     "system/bin/bluetoothtbd" },
 
     { 00550, AID_ROOT,   AID_SHELL, 0,                                    "system/etc/init.firewall-adbd-setup.sh" },