|
On Tue, 26 Apr 2005, Rich Duzenbury wrote:
Hypothetically, I know of a menu application that allows only authorized users to update menu items. That is to say, the F8 key will allow a menu update, but F8 is not activated in the display file for unauthorized users.
The program code probably goes something like:
// If the user is allowed to change the menu, activate the F8 key if authorized_to_update; *in28 = '1'; // activate the f8 key endif;
exfmt the_menu;
select; *in08 wheneq '1'; // process menu update
Notice, the programmer of the menu app assumes that only an authorized user can press F8, and never considered that a hacked 5250 client can probably set on the F8 key at will.
James Rich
It's not the software that's free; it's you. - billyskank on Groklaw
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.