diff -r ded3f83f6cb9 -r 003cac7b8bf5 no_shm_selinux/Enrich.thy --- a/no_shm_selinux/Enrich.thy Mon Jan 06 23:07:51 2014 +0800 +++ b/no_shm_selinux/Enrich.thy Tue Jan 07 22:04:06 2014 +0800 @@ -359,7 +359,7 @@ and cq2sq: "\ q. q \ current_msgqs s \ cq2smsgq s' q = cq2smsgq s q" and ffd_remain: "\ p fd f. file_of_proc_fd s p fd = Some f \ file_of_proc_fd s' p fd = Some f" and fflags_remain: "\ p fd flags. flags_of_proc_fd s p fd = Some flags \ flags_of_proc_fd s' p fd = Some flags" - and sms_remain: "\ q. msgs_of_queue s' q = msgs_of_queue s q" + and sms_remain: "\ q. q \ current_msgqs s \ msgs_of_queue s' q = msgs_of_queue s q" (* and empty_remain: "\ f. dir_is_empty s f \ dir_is_empty s' f" *) and cfd2sfd: "\ p fd. fd \ proc_file_fds s p \ cfd2sfd s' p fd = cfd2sfd s p fd" and nodel: "no_del_event (e # s)"