summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
-rw-r--r--fml/lib/FML/Process/Kernel.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index b1c93f8d..59293219 100644
--- a/fml/lib/FML/Process/Kernel.pm
+++ b/fml/lib/FML/Process/Kernel.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Kernel.pm,v 1.147 2002/12/24 10:06:24 fukachan Exp $
+# $FML: Kernel.pm,v 1.148 2002/12/24 10:19:46 fukachan Exp $
#
package FML::Process::Kernel;
@@ -958,6 +958,8 @@ sub _check_restrictions
my $pcb = $curproc->{ pcb };
my $sender = $cred->sender();
+ # XXX-TODO: method()-ify these functions for further enhancement.
+
# XXX-TODO: we should use $config->get_as_array_ref().
for my $rule (split(/\s+/, $config->{ "${type}_restrictions" })) {
if ($rule eq 'reject_system_accounts') {