~donadigo/switchboard-plug-parental-controls/fix-home-config

« back to all changes in this revision

Viewing changes to data/daemon.conf

  • Committer: Adam Bieńkowski
  • Date: 2016-09-10 22:16:01 UTC
  • Revision ID: donadigos159@gmail.com-20160910221601-drq54i6j5gfzwnr7
Fix home config being not created because the user was never logged in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is main configuration file for pantheon parental controls daemon.
 
2
# It is used to restrict users and control whethever they can or cannot
 
3
# access a specified service.
 
4
#
 
5
# a simple example of how a configuration for user "username" would look like:
 
6
#  [username]
 
7
#  Active=false
 
8
#  Targets=/path/to/executable1;/path/to/executable2;
 
9
#  BlockUrls=website1.com;website2.com
 
10
#  Admin=false
 
11
#
 
12
# End of example file.
 
13
#
 
 
b'\\ No newline at end of file'