# Additional rules for platform_app
allow platform_app surfaceflinger_tmpfs:file { read write };
# Write to /cache.
allow platform_app vfat:dir create_dir_perms;
allow platform_app vfat:file create_file_perms;
allow platform_app pekallfmrserver:binder { call transfer };
# buzztime enabled sockfile write
allow platform_app property_socket:sock_file { write };
allow platform_app init:unix_stream_socket { connectto };
# buzztime enabled property_service set
allow platform_app default_prop:property_service { set };

allow platform_app toolbox_exec:file { read getattr open execute execute_no_trans };
allow platform_app debug_prop:property_service { set };
allow platform_app shell_prop:property_service { set };

# this has a neverallow blocking it..
#allow platform_app logcat_exec:file create_file_perms;