Skip to content

Commit

Permalink
Remove informational text that might be misinterpreted as legal
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
  • Loading branch information
SebastianSchildt committed Jun 30, 2022
1 parent 7345be6 commit e12c8c6
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
- [Contribution](#contribution)
- [Build Seat Service Containers](#build-seat-service-containers)
- [Running Seat Service / Databroker Containers](#running-seat-service--databroker-containers)
- [Privacy Customer Information](#privacy-customer-information)
- [Your Role](#your-role)
- [Where may the processing of personal related data be relevant?](#where-may-the-processing-of-personal-related-data-be-relevant)
- [What have we done to make the software data protection friendly?](#what-have-we-done-to-make-the-software-data-protection-friendly)


## Overview

Expand Down Expand Up @@ -118,31 +115,3 @@ For accessing databroker from seat service container there are two ways of runni
1. Another option is to use `<container-name>:<port>` and bind to `0.0.0.0` inside containers
## Privacy Customer Information
Your privacy is important to us.
The following Information is to provide you with all information relevant to data protection in order to be able to use the software, in a data protection compliant manner.
It is provided as an information source for your solution-specific data protection and data privacy topics.
This is not intended to provide and should not be relied on for legal advice.
### Your Role
First things first: when you choose and use our software, you are most likely acting in the role of data controller, if personal related data is being processed.
Therefore, you must ensure that the processing of personal data complies with the respective local legal requirements,
e.g. when processing data within the scope of General Data Protection Regulation (GDPR) the legal requirements for a controller from the GDPR.
### Where may the processing of personal related data be relevant?
When using our software in combination with other software components, personal data or data categories may be collected for the purpose of developing, testing and running in-vehicle applications (Vehicle Apps).
Possible examples are the vehicle identification number (VIN), the number plate, GPS data, video data, audio data, or other measurement data.
You can determine which data or data categories are collected when configuring the software.
These data are stored in volatile memory and are deleted by shutting down the system.
You are responsible for the compliant handling of the data in accordance with the applicable local law.
### What have we done to make the software data protection friendly?
This section describes the measures taken to integrate the requirements of the data protection directly into the software development.
The technical measures described below follow a "privacy by design" approach.
- Deletion possibility: The software does not save data permanently since it uses only volatile memory. All collected or processed data can be deleted by rebooting the host hardware.

0 comments on commit e12c8c6

Please sign in to comment.