Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: stasis_22 on June 30, 2011, 04:21:52 AM

Title: Chromium Policies Folder?
Post by: stasis_22 on June 30, 2011, 04:21:52 AM
Hi There,
Thanks to Arslan S. for the Chromium Browser package.

I was wanting to create a custom TC box for a family member and was wanting to set a few policies.
I saw  this info http://www.chromium.org/administrators/linux-quick-start (http://www.chromium.org/administrators/linux-quick-start)  about creating a .json file for policies.
I created the folders and tried it in TC, but it didn't seem to work.

I was just wondering if anyone knew if the TC extension behaves like that, or is built to look at a different location or something?

I know that you can start Chromium off the command line with arguments to open the home page, but I was looking so set up something a bit easier than that.

Thanks
Title: Re: Chromium Policies Folder?
Post by: Arslan S. on June 30, 2011, 12:10:49 PM
you should put that file in the folder /etc/chromium/policies/managed

also you should add etc/chromium to your backup list
Title: Re: Chromium Policies Folder?
Post by: stasis_22 on July 02, 2011, 07:30:19 PM
Thanks for the help,
I tried that and I still couldn't seem to get it going.
I am just testing this stage and if it works I will set up a more permanent folder structure, so at this stage I manually created /etc/chromium/policies/managed
I download the example .JSON file from http://www.chromium.org/administrators/policy-templates
copied it to /etc/chromium/policies/managed/chrome.json
chmod 777 on it so that everyone has full access while I am testing.

Opened Chromium, as the .json file has the homepage set to www.chromium.com I was expecting that to be the homepage, but nothing seemed to come up.

Am I doing something wrong?
Thanks again.
Title: Re: Chromium Policies Folder?
Post by: Arslan S. on July 03, 2011, 11:40:32 AM
i have got it working by following the instructions given in the link at first post
Title: Re: Chromium Policies Folder?
Post by: stasis_22 on July 04, 2011, 03:47:11 AM
Thanks for the help,
I think it is going, but for some reason the line in the example
Code: [Select]
"HomepageLocation": "www.chromium.org" doesn't seem to work as expected. I was expecting that to set the homepage when starting up.
When I tried again with the demo .json file from here:
http://www.chromium.org/administrators/policy-templates/chrome.json?attredirects=0

it seemed to set the homepage off the policy line:
Code: [Select]
"RestoreOnStartupURLs": ["http://example.com", "http://chromium.org"],
It wasn't what I was expecting, but I think it's going now. Just thought I would share.

Thanks again.