Home | History | Annotate | Download | only in semanage

Lines Matching refs:transaction

239     transaction = False
279 if not semanageRecords.transaction and store != "":
309 if semanageRecords.transaction:
310 raise ValueError(_("Semanage transaction already in progress"))
312 semanageRecords.transaction = True
315 if semanageRecords.transaction:
319 raise ValueError(_("Could not start semanage transaction"))
325 if semanageRecords.transaction:
333 raise ValueError(_("Could not commit semanage transaction"))
337 if not semanageRecords.transaction:
338 raise ValueError(_("Semanage transaction not in progress"))
339 semanageRecords.transaction = False