From dd7755fc576ffc7e315c45601d84ed22dde3a2d2 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 14 May 2000 17:36:43 +0000 Subject: [PATCH] Initial revision --- files/fcron.allow | 10 ++++++++++ files/fcron.deny | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 files/fcron.allow create mode 100644 files/fcron.deny diff --git a/files/fcron.allow b/files/fcron.allow new file mode 100644 index 0000000..45f098c --- /dev/null +++ b/files/fcron.allow @@ -0,0 +1,10 @@ +# +# fcron.allow +# +# List here every users who are allowed to use fcron/fcrontab. +# You must put one name by line. +# The word "all" means that every users that are not in fcron.deny +# are allowed to use that softwares ( should be put on the top ). + +all + diff --git a/files/fcron.deny b/files/fcron.deny new file mode 100644 index 0000000..8fef98e --- /dev/null +++ b/files/fcron.deny @@ -0,0 +1,7 @@ +# +# fcron.deny +# +# List here every users who are not allowed to use fcron/fcrontab. +# You must put one name by line. +# The word "all" means that every users that are not in fcron.allow +# are not allowed to use that softwares ( should be put on the top ). -- 2.40.0