-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome OS Settings is incomplete #179
Comments
Please add to the script or send a sample settings file, I didn't have anything in mine to work with. |
Already included in the issue, but the one most needed by everyone is the Crostini Terminal Settings, more specifically the SSH connected, as a hacker could use a ChromeOS device to connect to vulnerable SSH networks exposed, and install say, a bitcoin miner. |
If the issue does not contain enough information, I will close the issue. |
I'll try to work on it this week, unless you want to take a crack at it |
Also try working on the TikTok download your data json exports |
That is part of the issue’s body
…On Sunday, August 20, 2023, Kevin - Stark 4N6 - notifications at github.com ***@***.***> wrote:
Please add to the script or send a sample settings file, I didn't have
anything in mine to work with.
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZQZ5TO7CD7MMYS6LKUU2HLXWJCMZANCNFSM6AAAAAA3WZ5WCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The data in chromeOSSettings.py only phrases “Priority Preferences” not all preferences. Please add support for the “OS Settings” area.
], "OS Preference": [ {"preference": { "name": "OobeMarketingOptInScreenFinished", "value": "true" }}, {"preference": { "name": "ash.filesapp.ui_prefs_migrated", "value": "true" }}, {"preference": { "name": "launcher.result_ever_launched", "value": "true" }}, {"preference": { "name": "settings.language.enabled_extension_imes_syncable", "value": "\"\"" }}, {"preference": { "name": "settings.restore_apps_and_pages", "value": "2" }}, {"preference": { "name": "settings.language.preferred_languages_syncable", "value": "\"en-US,en\"" }}, {"preference": { "name": "settings.multi_profile_never_show_intro", "value": "true" }}, {"preference": { "name": "OobeMarketingOptInChoice", "value": "true" }}, {"preference": { "name": "crostini.terminal_settings", "value": "{\"/hterm/profile-ids\":[\"default\"],\"/nassh/profile-ids\":[\"62d6\",\"1821\"],\"/nassh/profiles/1821/argstr\":\"\",\"/nassh/profiles/1821/description\":\"admin@example.com\",\"/nassh/profiles/1821/hostname\":\"example.com\",\"/nassh/profiles/1821/identity\":\"\",\"/nassh/profiles/1821/nassh-options\":\"--help\",\"/nassh/profiles/1821/port\":null,\"/nassh/profiles/1821/terminal-profile\":\"default\",\"/nassh/profiles/1821/terminalSSHDialogCommand\":\"admin@example.com\",\"/nassh/profiles/1821/username\":\"admin\",\"/nassh/profiles/62d6/argstr\":\"\",\"/nassh/profiles/62d6/description\":\"beluga@thetechrobo.ca\",\"/nassh/profiles/62d6/hostname\":\"thetechrobo.ca\",\"/nassh/profiles/62d6/identity\":\"\",\"/nassh/profiles/62d6/nassh-options\":\"\",\"/nassh/profiles/62d6/port\":null,\"/nassh/profiles/62d6/terminal-profile\":\"default\",\"/nassh/profiles/62d6/terminalSSHDialogCommand\":\"beluga@thetechrobo.ca\",\"/nassh/profiles/62d6/username\":\"beluga\",\"/nassh/welcome/notes-version\":60,\"/nassh/welcome/show-count\":3}" }}, {"preference": { "name": "settings.language.preload_engines_syncable", "value": "\"xkb:us::eng\"" }} ],
The Crostini terminal settings should display as a separate artifact from the rest of the preferences.
The text was updated successfully, but these errors were encountered: