Skip to content

Commit

Permalink
Re-enable Ultimate parental controls level after kano-settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radujipa committed Sep 13, 2019
1 parent 99da14d commit 1d56437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Depends:
python,
libkdesk-dev,
gir1.2-gtk-3.0 (>= 3.22.11),
kano-settings (>= 4.3.2),
kano-settings (>= 4.3.3),
apt-transport-https (>= 1.4.8),
python-apt,
python-docopt (>= 0.6.2),
Expand Down
10 changes: 3 additions & 7 deletions kano_updater/scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1279,10 +1279,6 @@ def beta_4_3_1_to_beta_4_3_2(self, dummy_progress):

def beta_4_3_2_to_beta_4_3_3(self, dummy_progress):
# Set Parental Controls to Ultimate for all existing users. COPPA.
# FIXME: The parental command sets the parental level and then
# restarts the sentry server, blocking on the process. For now
# just disable this and we will re-enable later.
# run_for_every_user(
# 'sudo kano-settings-cli set parental --level=3 "kano"'
# )
pass
run_for_every_user(
'sudo kano-settings-cli set parental --level=3 kano'
)

0 comments on commit 1d56437

Please sign in to comment.