security-checklist/config/appPermissions.js

55 lines
1.9 KiB
JavaScript
Raw Permalink Normal View History

2019-01-13 20:12:45 +00:00
export default {
id: 'appPermissions',
title: 'Review location, camera, and other sensitive device permissions',
2019-01-13 21:35:22 +00:00
description: `You should review all applications that have access to your photos, camera, location, and microphone. Ensure that you trust apps with sensitive permissions.
2019-01-13 20:12:45 +00:00
`,
resources: [
{
name:
'iOS camera permissions allow rogue apps to surreptitiously photograph & video users',
url: 'https://9to5mac.com/2017/10/26/ios-camera-permissions-abuse/',
},
{
2019-02-01 18:19:16 +00:00
name:
'How to stop your iPhone from tracking locations you frequently visit',
url: 'https://www.imore.com/stop-iphone-tracking-frequent-locations',
},
2019-01-13 20:12:45 +00:00
{
name: 'How to manage app permissions on iOS',
url:
'https://www.howtogeek.com/211623/how-to-manage-app-permissions-on-your-iphone-or-ipad/',
},
{
name: 'How to manage app permissions on Android',
url:
'https://www.howtogeek.com/230683/how-to-manage-app-permissions-on-android-6.0/',
},
{
name: 'How to manage app permissions on macOS',
url:
'https://www.idownloadblog.com/2018/08/16/howto-mac-camera-microphone-permission/',
},
{
name: 'How to manage app permissions on Windows',
url:
'https://www.intowindows.com/how-to-change-app-permissions-in-windows-10/',
},
2019-01-13 21:35:22 +00:00
{
name: 'Apps and services with access to your Google account',
url: 'https://myaccount.google.com/permissions',
},
{
name: 'Apps and services with access to your Facebook account',
url: 'https://www.facebook.com/settings?tab=applications',
},
{
name: 'Apps and services with access to your Twitter account',
url: 'https://twitter.com/settings/applications',
},
2019-02-01 18:19:16 +00:00
{
name: 'Opt out of all the data sharing you wouldnt opt in to',
url: 'http://simpleoptout.com/',
},
2019-01-13 20:12:45 +00:00
],
};