Skip to content

Commit def5088

Browse files
committed
Change NOFAIL default to false
1 parent e05e08a commit def5088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/manage/priv_migrate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize(info={})
3939
OptString.new('ANAME', [false, 'System process to migrate to. For sessions with Admin rights. (See Module Description.)']),
4040
OptString.new('NAME', [false, 'Process to migrate to. For sessions with User rights. (See Module Description.)']),
4141
OptBool.new( 'KILL', [true, 'Kill original session process.', false]),
42-
OptBool.new( 'NOFAIL', [true, 'Migrate to user level process if Admin migration fails. May downgrade privileged shells.', true])
42+
OptBool.new( 'NOFAIL', [true, 'Migrate to user level process if Admin migration fails. May downgrade privileged shells.', false])
4343
], self.class)
4444
end
4545

0 commit comments

Comments
 (0)