#!/bin/sh

CFG=/etc/config/profiles

[ -e "$CFG" ] || exit 0

chmod 644 "$CFG"
chown profiler:profiler "$CFG"

exit 0
