diff -Nur e-smith-lib-2.4.0/root/etc/e-smith/events/actions/adjust-services e-smith-lib-2.4.0_bz9184/root/etc/e-smith/events/actions/adjust-services --- e-smith-lib-2.4.0/root/etc/e-smith/events/actions/adjust-services 2006-02-17 04:52:14.000000000 +0100 +++ e-smith-lib-2.4.0_bz9184/root/etc/e-smith/events/actions/adjust-services 2016-01-12 22:50:45.338823518 +0100 @@ -102,7 +102,7 @@ if (open(F, $f)) { # Read list of actions from the file, and untaint - @actions = map { chomp; /([a-z]+)/ ; $1 } ; + @actions = map { chomp; /([a-z]+[12]?)/ ; $1 } ; close(F); } else