summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-12-25 03:11:02 +0000
committerfukachan <fukachan>2002-12-25 03:11:02 +0000
commiteb99ccaa4cd7eead8b5e438c844a14d9cc68da98 (patch)
treed3ac9ff3e2cdbf7d17b9db455b0fb7853c5ca3c5 /fml/lib/FML/Process/Kernel.pm
parent7092c5141b690357624ee92bfac9c949a983654b (diff)
downloadfml8-eb99ccaa4cd7eead8b5e438c844a14d9cc68da98.tar.gz
fml8-eb99ccaa4cd7eead8b5e438c844a14d9cc68da98.tar.bz2
fml8-eb99ccaa4cd7eead8b5e438c844a14d9cc68da98.zip
fix comments
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') {