|
Description
|
TX S10u4_11.
Issue:- creating an at job to launch dtterm in a labled zone, can result in that labeled window being visible immediately after login.
Testcase:-
1. start with two users
test3 - access to public, internal and needtoknow
test4 - access to public, internal, needtoknow and restricted.
2. login as test4 - in the restricted workspace
create /tmp/at_test
#!/bin/bash
/usr/dt/bin/dtterm
exeute at now+1min < /tmp/at_test
Logout
3. After one minute login as test3 -
On login a dtterm is immediately visible.
complete login - dtterm now shows itself labeled as restricted - user test4.
There is also an intermittent issue where nautilus labeled windows appear on logging in to TCDE/TJDS. The issue is intermittent - no reproducible testcase available.
|