|
|
|
|
|
by somat
74 days ago
|
|
Here is the exact text of the california law, make your own opinion. https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml... What I got out of it was that an os has to provide an interface to applications so that if they make an age request(note that the law says nothing about when or what applications will make a age request) the os can provide something. and it has to provide an interface for the user to enter the information. So when we map this requirement onto the mechanism of how the os provides information to applications. and how users set up the system. I have come to the conclusion that compliance on a unix-like platforms is as simple as echo ${AGE_CATEGORY} > ~/.config/ca_ab_1043 Then the program can get the age category anytime it wants to. the user is able to put this information in at account setup just like the law asks using an accessible interface, the same interface everything else on a unix-like platform uses, the shell. |
|