Searched refs:selinux (Results 1 – 25 of 30) sorted by relevance
12
/third_party/selinux/libselinux/src/ |
D | exception.sh | 23 ../include/selinux/selinux.h 24 ../include/selinux/avc.h 25 ../include/selinux/context.h 26 ../include/selinux/get_context_list.h 27 ../include/selinux/get_default_type.h 28 ../include/selinux/label.h 29 ../include/selinux/restorecon.h
|
D | Makefile | 40 SWIGPYOUT= selinux.py 163 selinuxswig_python_exception.i: exception.sh ../include/selinux/selinux.h 186 install -m 644 $(SWIGPYOUT) $(DESTDIR)$(PYTHONLIBDIR)/selinux/__init__.py 187 …ln -sf --relative $(DESTDIR)$(PYTHONLIBDIR)/selinux/_selinux$(PYCEXT) $(DESTDIR)$(PYTHONLIBDIR)/_s… 191 install -m 755 $(SWIGRUBYSO) $(DESTDIR)$(RUBYINSTALL)/selinux.so
|
D | .gitignore | 1 selinux.py
|
D | selinuxswig_ruby.i | 10 %module selinux
|
D | selinuxswig.i | 5 %module selinux
|
D | selinuxswig_python.i | 9 %module selinux
|
/third_party/selinux/libselinux/include/ |
D | Makefile | 3 INCDIR = $(PREFIX)/include/selinux 9 install -m 644 $(wildcard selinux/*.h) $(DESTDIR)$(INCDIR) 14 ../../scripts/Lindent $(wildcard selinux/*.h) 17 -rm -f selinux/*~
|
/third_party/selinux/ |
D | README.md | 5 …s://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml/badge.svg)](https://github.c… 6 …//github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml/badge.svg)](https://github.… 7 …logs.storage.googleapis.com/badges/selinux.svg)](https://oss-fuzz-build-logs.storage.googleapis.co… 8 …ps://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml/badge.svg)](https://github.com… 10 Please submit all bug reports and patches to <selinux@vger.kernel.org>. 12 Subscribe by sending "subscribe selinux" in the body of an email 15 Archive of this mailing list is available on https://lore.kernel.org/selinux/. 29 …octo Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selinux)
|
D | BUILD.gn | 16 LIBSEPOL_ROOT_DIR = "//third_party/selinux/libsepol" 17 LIBSELINUX_ROOT_DIR = "//third_party/selinux/libselinux" 18 CHECKPOLICY_ROOT_DIR = "//third_party/selinux/checkpolicy" 19 SECILC_ROOT_DIR = "//third_party/selinux/secilc" 114 part_name = "selinux" 128 part_name = "selinux" 213 part_name = "selinux" 228 part_name = "selinux" 242 part_name = "selinux" 256 part_name = "selinux" [all …]
|
D | README.OpenSource | 8 "Upstream URL": "https://github.com/SELinuxProject/selinux", 17 "Upstream URL": "https://github.com/SELinuxProject/selinux", 26 "Upstream URL": "https://github.com/SELinuxProject/selinux", 35 "Upstream URL": "https://github.com/SELinuxProject/selinux",
|
/third_party/ltp/m4/ |
D | ltp-selinux.m4 | 8 AC_CHECK_HEADERS(selinux/selinux.h,[ 9 AC_CHECK_LIB(selinux,is_selinux_enabled,[
|
/third_party/e2fsprogs/contrib/android/ |
D | BUILD.gn | 54 "//third_party/selinux/libselinux/include", 62 "//third_party/selinux:libselinux",
|
/third_party/f2fs-tools/ |
D | configure.ac | 39 AC_ARG_WITH([selinux], optwith 40 AS_HELP_STRING([--without-selinux], 41 [Ignore presence of libselinux and disable selinux support])) 66 [AC_MSG_ERROR([selinux support requested but libselinux not found])]
|
/third_party/eudev/src/udev/ |
D | udev-node.c | 280 bool selinux = false; in node_permissions_apply() local 304 selinux = true; in node_permissions_apply() 326 if (!selinux) in node_permissions_apply()
|
/third_party/glib/ |
D | meson_options.txt | 22 option('selinux', feature 25 description : 'build with selinux support')
|
/third_party/selinux/secilc/docs/ |
D | cil_infiniband_statements.md | 4 …entation can be found at: [http://marc.info/?l=selinux&m=149519833917911&w=2](http://marc.info/?l=…
|
D | cil_file_labeling_statements.md | 139 <li><p><code>xattr</code> - Filesystems supporting the extended attribute <code>security.selinux</c…
|
/third_party/eudev/ |
D | configure.ac | 219 AC_ARG_ENABLE(selinux, AS_HELP_STRING([--disable-selinux], [Disable optional SELINUX support])) optenable 235 # selinux-util.c uses struct mallinfo which is not available for all C libraries (musl).
|
D | BUILD.gn | 74 "src/shared/selinux-util.c",
|
/third_party/pcre2/ |
D | BUILD.gn | 83 part_name = "selinux"
|
/third_party/toybox/scripts/ |
D | make.sh | 115 for i in util crypt m resolv selinux smack attr crypto z log iconv
|
/third_party/libwebsockets/READMEs/ |
D | README.content-security-policy.md | 6 a sort of "selinux for your web page". If the server sends some
|
/third_party/toybox/ |
D | BUILD.gn | 661 include_dirs += [ "//third_party/selinux/libselinux/include" ] 662 deps += [ "//third_party/selinux:libselinux" ]
|
/third_party/libnl/lib/ |
D | utils.c | 643 __ADD(NETLINK_SELINUX,selinux),
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
D | android_device_test.dart | 590 [selinux.reload_policy]: [1]
|
12