docs(downloads): appLoc is a metadata folder, not a disk location
The integrity section claimed SAS writes nothing to disk outside the appLoc. The appLoc is the SAS Folder the stored processes or jobs are deployed into (metadata), so it is not a disk location at all - the only physical location the deployment programs write to is the Data Controller location (dcLoc) configured at first launch.
This commit is contained in:
+1
-1
@@ -49,4 +49,4 @@ It is not a cryptographic signature. The hashes travel in the same release as th
|
||||
|
||||
## Integrity inside SAS
|
||||
|
||||
The SAS deployment programs embed the frontend and services as generated SAS code. Once `%inc`'d, their integrity is established by the check above at download time; SAS also writes nothing to disk outside the `appLoc` you point it at, and the programs can be [reviewed in full](https://code.datacontroller.io) (or in the [source repository](https://git.datacontroller.io/dc/dc)) before you run them.
|
||||
The SAS deployment programs embed the frontend and services as generated SAS code. Once `%inc`'d, their integrity is established by the check above at download time. They deploy the stored processes or jobs into the SAS Folder you nominate (`appLoc`) - a metadata location, not physical disk - and the only physical location they write to is the Data Controller location (`dcLoc`) you configure. The programs can be [reviewed in full](https://code.datacontroller.io) (or in the [source repository](https://git.datacontroller.io/dc/dc)) before you run them.
|
||||
|
||||
Reference in New Issue
Block a user