]> granicus.if.org Git - fcron/commitdiff
Initial revision
authorthib <thib>
Sun, 14 May 2000 17:36:43 +0000 (17:36 +0000)
committerthib <thib>
Sun, 14 May 2000 17:36:43 +0000 (17:36 +0000)
files/fcron.allow [new file with mode: 0644]
files/fcron.deny [new file with mode: 0644]

diff --git a/files/fcron.allow b/files/fcron.allow
new file mode 100644 (file)
index 0000000..45f098c
--- /dev/null
@@ -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 (file)
index 0000000..8fef98e
--- /dev/null
@@ -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 ).