Home | History | Annotate | Download | only in src

Lines Matching refs:Error

40 class Error(Exception):
146 raise Error("Could not list seusers")
165 raise Error("Could not list users")
182 raise Error("Could not get user roles")
194 raise Error("Could not list ports")
222 raise Error("Could not list file contexts")
248 raise Error("Could not list interfaces")
272 raise Error("Could not list booleans")
291 raise Error("Could not list active booleans")
310 raise Error("Could not list network nodes")
341 raise Error("Could not create user object")
346 raise Error("Could not set user name")
351 raise Error("Could not add role")
355 raise Error("Could not set labeling prefix")
360 raise Error("Could not set MLS range")
365 raise Error("Could not set MLS level")
370 raise Error("Could not extract user key")
375 raise Error("Could not check if user exists")
381 raise Error("Could not query old user")
387 raise Error("Could not start semanage transaction")
391 raise Error("Could not modify user")
395 raise Error("Could not commit test transaction")
400 raise Error("Could not start semanage transaction")
406 raise Error("Could not delete test user")
412 raise Error("Could not reset test user")
417 raise Error("Could not commit reset transaction")
429 raise Error("Could not create SEUser object")
434 raise Error("Could not set name")
439 raise Error("Could not set sename")
444 raise Error("Could not set MLS range")
449 raise Error("Could not extract SEUser key")
454 raise Error("Could not check if SEUser exists")
460 raise Error("Could not query old SEUser")
466 raise Error("Could not start semanage transaction")
470 raise Error("Could not modify SEUser")
474 raise Error("Could not commit test transaction")
479 raise Error("Could not start semanage transaction")
485 raise Error("Could not delete test SEUser")
491 raise Error("Could not reset test SEUser")
496 raise Error("Could not commit reset transaction")
508 raise Error("Could not create SEPort object")
522 raise Error("Could not create SEContext object")
527 raise Error("Could not set context user")
532 raise Error("Could not set context role")
537 raise Error("Could not set context type")
542 raise Error("Could not set context MLS fields")
547 raise Error("Could not set SEPort context")
552 raise Error("Could not extract SEPort key")
557 raise Error("Could not check if SEPort exists")
563 raise Error("Could not query old SEPort")
569 raise Error("Could not start semanage transaction")
573 raise Error("Could not modify SEPort")
577 raise Error("Could not commit test transaction")
582 raise Error("Could not start semanage transaction")
588 raise Error("Could not delete test SEPort")
594 raise Error("Could not reset test SEPort")
599 raise Error("Could not commit reset transaction")
612 raise Error("Could not create SEFcontext object")
617 raise Error("Could not set expression")
627 raise Error("Could not create SEContext object")
632 raise Error("Could not set context user")
637 raise Error("Could not set context role")
642 raise Error("Could not set context type")
647 raise Error("Could not set context MLS fields")
652 raise Error("Could not set SEFcontext context")
657 raise Error("Could not extract SEFcontext key")
662 raise Error("Could not check if SEFcontext exists")
668 raise Error("Could not query old SEFcontext")
674 raise Error("Could not start semanage transaction")
678 raise Error("Could not modify SEFcontext")
682 raise Error("Could not commit test transaction")
687 raise Error("Could not start semanage transaction")
693 raise Error("Could not delete test SEFcontext")
699 raise Error("Could not reset test FContext")
704 raise Error("Could not commit reset transaction")
717 raise Error("Could not create SEIface object")
722 raise Error("Could not set SEIface name")
727 raise Error("Could not create SEContext object")
732 raise Error("Could not set interface context user")
737 raise Error("Could not set interface context role")
742 raise Error("Could not set interface context type")
747 raise Error("Could not set interface context MLS fields")
752 raise Error("Could not set SEIface interface context")
757 raise Error("Could not set SEIface message context")
762 raise Error("Could not extract SEIface key")
767 raise Error("Could not check if SEIface exists")
773 raise Error("Could not query old SEIface")
779 raise Error("Could not begin semanage transaction")
783 raise Error("Could not modify SEIface")
787 raise Error("Could not commit test transaction")
792 raise Error("Could not begin semanage transaction")
798 raise Error("Could not delete test SEIface")
804 raise Error("Could not reset test SEIface")
809 raise Error("Could not commit reset transaction")
822 raise Error("Could not create SEBool object")
827 raise Error("Could not set name")
835 raise Error("Could not extract SEBool key")
840 raise Error("Could not check if SEBool exists")
846 raise Error("Could not query old SEBool")
852 raise Error("Could not start semanage transaction")
857 raise Error("Could not modify SEBool")
861 raise Error("Could not commit test transaction")
866 raise Error("Could not start semanage transaction")
872 raise Error("Could not delete test SEBool")
878 raise Error("Could not reset test SEBool")
883 raise Error("Could not commit reset transaction")
895 raise Error("Could not create SEBool key")
900 raise Error("Could not query old SEBool")
905 raise Error("Could not create SEBool object")
910 raise Error("Could not set name")
919 raise Error("Could not start semanage transaction")
923 raise Error("Could not modify SEBool")
927 raise Error("Could not commit test transaction")
933 raise Error("Could not start semanage transaction")
937 raise Error("Could not reset test SEBool")
942 raise Error("Could not commit reset transaction")
955 raise Error("Could not create SENode object")
960 raise Error("Could not set SENode address")
964 raise Error("Could not set SENode netmask")
972 raise Error("Could not create SEContext object")
977 raise Error("Could not set context user")
982 raise Error("Could not set context role")
987 raise Error("Could not set context type")
992 raise Error("Could not set context MLS fields")
997 raise Error("Could not set SENode context")
1002 raise Error("Could not extract SENode key")
1007 raise Error("Could not check if SENode exists")
1013 raise Error("Could not query old SENode")
1019 raise Error("Could not start semanage transaction")
1023 raise Error("Could not modify SENode")
1027 raise Error("Could not commit test transaction")
1032 raise Error("Could not start semanage transaction")
1038 raise Error("Could not delete test SENode")
1044 raise Error("Could not reset test SENode")
1049 raise Error("Could not commit reset transaction")
1110 except getopt.error, msg:
1120 raise Error("Could not establish semanage connection")
1126 raise Error("Could not disconnect")
1134 except Error, err: