Home
last modified time | relevance | path

Searched refs:dontaudit (Results 1 – 25 of 121) sorted by relevance

12345

/external/selinux/python/sepolgen/src/sepolgen/
Dpolicygen.py85 self.dontaudit = False
122 def set_gen_dontaudit(self, dontaudit): argument
123 self.dontaudit = dontaudit
169 if self.dontaudit:
223 if self.dontaudit:
/external/selinux/secilc/docs/
Dcil_access_vector_rules.md134 dontaudit section in Access Vector Rules
139 …ules can be omitted by the CIL compiler command line parameter `-D` or `--disable-dontaudit` flags.
143 (dontaudit source_id target_id|self classpermissionset_id ...)
154 <td align="left"><p><code>dontaudit</code></p></td>
155 <td align="left"><p>The <code>dontaudit</code> keyword.</p></td>
177 (dontaudit zygote.process self (capability (fsetid)))
335 …ules can be omitted by the CIL compiler command line parameter `-D` or `--disable-dontaudit` flags.
DREADME.md26 * [dontaudit](cil_access_vector_rules.md#dontaudit)
Dcil_container_statements.md199 …il_conditional_statements.md#booleanif) | [`dontaudit`](cil_access_vector_rules.md#dontaud…
294 (dontaudit process secmark_demo.dns_packet (packet (send recv)))
Dcil_conditional_statements.md45 …itallow`](cil_access_vector_rules.md#auditallow), [`dontaudit`](cil_access_vector_rules.md#dontaud…
/external/selinux/secilc/test/
Dintegration.cil101 (dontaudit getty_t console_device_t (file (getattr open read write append)))
127 (dontaudit device_t auditadm_t (file (read)))
/external/selinux/checkpolicy/
Dpolicy_scan.l147 dontaudit { return(DONTAUDIT); }
/external/selinux/python/audit2allow/
Daudit2allow314 g.set_gen_dontaudit(self.__options.dontaudit)
Daudit2why314 g.set_gen_dontaudit(self.__options.dontaudit)
/external/selinux/prebuilts/bin/
Dsediff.py112 args.allow, args.neverallow, args.auditallow, args.dontaudit,
749 if all_differences or args.dontaudit:
751 args.dontaudit:
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf1537 dontaudit kernel_t domain:dir { read getattr lock search ioctl };
1538 dontaudit kernel_t domain:lnk_file { read getattr lock ioctl };
1539 dontaudit kernel_t domain:file { read getattr lock ioctl };
1540 dontaudit kernel_t domain:sock_file { read getattr lock ioctl };
1541 dontaudit kernel_t domain:fifo_file { read getattr lock ioctl };
/external/selinux/python/semanage/
Dseobject.py455 def toggle(self, dontaudit): argument
456 if dontaudit not in ["on", "off"]:
459 semanage_set_disable_dontaudit(self.sh, dontaudit == "off")
/external/selinux/policycoreutils/po/
Dte.po174 msgid "dontaudit requires either 'on' or 'off'"
175 msgstr "dontaudit 'on' లేదా 'off' కావాలి"
Dko.po173 msgid "dontaudit requires either 'on' or 'off'"
174 msgstr "dontaudit는 'on' 또는 'off'로 해야 합니다"
Dbn_IN.po174 msgid "dontaudit requires either 'on' or 'off'"
175 msgstr "dontaudit-র ক্ষেত্রে 'on' অথবা 'off'-র মধ্যে একটি আবশ্যক"
Dhi.po173 msgid "dontaudit requires either 'on' or 'off'"
174 msgstr "dontaudit के लिए 'चालू' या 'बंद' की जरूरत है"
Dbg.po173 msgid "dontaudit requires either 'on' or 'off'"
174 msgstr "dontaudit изисква или 'вкл' или 'изкл'"
Dgu.po174 msgid "dontaudit requires either 'on' or 'off'"
175 msgstr "dontaudit ને ક્યાંતો 'ચાલુ' અથવા 'બંધ' ની જરૂરિયાત છે"
Dja.po183 msgid "dontaudit requires either 'on' or 'off'"
184 msgstr "dontaudit は 'on' または 'off' にする必要があります"
Dml.po172 msgid "dontaudit requires either 'on' or 'off'"
173 msgstr "dontaudit-നു് 'ഓണ്‍' അല്ലെങ്കില്‍ 'ഓഫ്' ആവശ്യമുണ്ടു്"
Dor.po175 msgid "dontaudit requires either 'on' or 'off'"
176 msgstr "dontaudit 'ଅନ' କିମ୍ବା 'ଅଫ' ଆବଶ୍ୟକ କରିଥାଏ"
Dta.po175 msgid "dontaudit requires either 'on' or 'off'"
176 msgstr "'on' அல்லது 'off' க்கு dontaudit தேவைப்படுகிறது"
Dmr.po178 msgid "dontaudit requires either 'on' or 'off'"
179 msgstr "dontaudit ला 'सुरू' किंवा 'बंद' आवश्यक आहे"
Dpa.po173 msgid "dontaudit requires either 'on' or 'off'"
174 msgstr "dontaudit ਨੂੰ 'ਚਾਲੂ' ਜਾਂ 'ਬੰਦ' ਕਰਨ ਦੀ ਲੋੜ ਹੈ"
Dru.po178 msgid "dontaudit requires either 'on' or 'off'"
179 msgstr "dontaudit требует указания «on» или «off»"

12345