Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
c64c5673
Commit
c64c5673
authored
Jun 21, 2019
by
Paul Cammish
Browse files
Tweaked crons
parent
2095f4e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/debian/cron.d
View file @
c64c5673
#
#
Check
the
security
of
various
sensative
directories
,
and
fix
where
needed
#
@hourly
root
[
-
x
/
usr
/
sbin
/
sympl
-
filesystem
-
security
]
&&
/
usr
/
sbin
/
sympl
-
filesystem
-
security
#
#
#
Test
the
strength
of
user
passwords
.
#
Test
the
strength
of
user
passwords
.
...
@@ -17,5 +11,3 @@
...
@@ -17,5 +11,3 @@
#
weekly
check
#
weekly
check
@weekly
root
[
-
x
/
usr
/
sbin
/
sympl
-
password
-
test
]
&&
/
usr
/
sbin
/
sympl
-
password
-
test
--
weekly
@weekly
root
[
-
x
/
usr
/
sbin
/
sympl
-
password
-
test
]
&&
/
usr
/
sbin
/
sympl
-
password
-
test
--
weekly
#
daily
check
of
SSL
certificates
@daily
root
[
-
x
/
usr
/
bin
/
sympl
-
ssl
]
&&
/
usr
/
bin
/
sympl
-
ssl
core/debian/links
View file @
c64c5673
usr/bin/sympl-encrypt-password usr/bin/symbiosis-encrypt-password
usr/bin/sympl-encrypt-password usr/bin/symbiosis-encrypt-password
usr/bin/sympl-ip usr/bin/symbiosis-ip
usr/bin/sympl-ip usr/bin/symbiosis-ip
usr/bin/sympl-ssl usr/bin/symbiosis-ssl
usr/sbin/sympl-ssl usr/sbin/symbiosis-ssl
usr/bin/sympl-test usr/bin/symbiosis-test
usr/bin/sympl-test usr/bin/symbiosis-test
usr/sbin/sympl-configure-ips usr/sbin/symbiosis-configure-ips
usr/sbin/sympl-configure-ips usr/sbin/symbiosis-configure-ips
usr/sbin/sympl-generate-dhparams usr/sbin/symbiosis-generate-dhparams
usr/sbin/sympl-generate-dhparams usr/sbin/symbiosis-generate-dhparams
usr/sbin/sympl-password-test usr/sbin/symbiosis-password-test
usr/sbin/sympl-password-test usr/sbin/symbiosis-password-test
usr/sbin/sympl-configure-ips etc/network/if-up.d/sympl-configure-ips
usr/sbin/sympl-configure-ips etc/network/if-up.d/sympl-configure-ips
usr/sbin/sympl-configure-ips etc/cron.hourly/sympl-configure-ips
usr/sbin/sympl-configure-ips etc/cron.hourly/sympl-configure-ips
usr/sbin/sympl-ssl etc/cron.hourly/00-sympl-ssl
usr/sbin/sympl-ssl etc/cron.daily/sympl-ssl
usr/sbin/sympl-filesystem-security etc/cron.hourly/sympl-filesystem-security
core/debian/postinst
View file @
c64c5673
...
@@ -232,6 +232,9 @@ account_guest_in_cpu_meter=1" > /root/.config/htop/htoprc
...
@@ -232,6 +232,9 @@ account_guest_in_cpu_meter=1" > /root/.config/htop/htoprc
chown
root:root /root/.config/htop/htoprc
chown
root:root /root/.config/htop/htoprc
fi
fi
# Remove rogue symlink
if
[
-L
/etc/cron.hourly/00-sympl-ssl
]
;
then
rm
/etc/cron.hourly/00-sympl-ssl
;
fi
#DEBHELPER#
#DEBHELPER#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment