selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-18 15:50:46 to 2019-01-24 11:09:53 UTC [more...]

RFC: introduce new library versions for added symbols
 2019-01-24 11:09 UTC  (10+ messages)
      ` [PATCH] libselinux/audit2why.so: Filter out non-python related symbols

[GitHub PR #118] Add russian translations for man pages
 2019-01-24 11:02 UTC 

[PATCH 1/3] Travis-CI: upgrade PyPy to 6.0
 2019-01-24 10:46 UTC  (5+ messages)
` [PATCH 2/3] Travis-CI: add Ruby 2.6 to the test matrix
` [PATCH 3/3] scripts: introduce env_use_destdir.sh helper

[PATCH] restorecond: Install DBUS service file with 644 permissions
 2019-01-23 14:19 UTC  (2+ messages)

[PATCH v2] selinux: log invalid contexts in AVCs
 2019-01-22 20:00 UTC  (3+ messages)

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-01-22 17:48 UTC  (9+ messages)

[PATCH -next] selinux: Fix error return code in policydb_read()
 2019-01-22 17:39 UTC  (5+ messages)

[PATCH v2 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-22 15:26 UTC  (22+ messages)
` [PATCH v2 1/3] LSM: Add new hook for generic node initialization
` [PATCH v2 2/3] selinux: Implement the object_init_security hook
` [PATCH v2 3/3] kernfs: Initialize security of newly created nodes

[RFC PATCH] selinux: log invalid contexts in AVCs
 2019-01-21 14:37 UTC  (7+ messages)

[PATCH 1/1] libselinux: do not dereference symlink with statfs in selinux_restorecon
 2019-01-18 16:16 UTC  (3+ messages)

[PATCH v2] setsebool: support use of -P on SELinux-disabled hosts
 2019-01-18 16:13 UTC  (10+ messages)

[PATCH 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-17 20:35 UTC  (19+ messages)
` [PATCH 1/3] LSM: Add new hook for generic node initialization
` [PATCH 2/3] selinux: Implement the object_init_security hook
` [PATCH 3/3] kernfs: Initialize security of newly created nodes

[PATCH 1/1] python/sepolicy: initialize mislabeled_files in __init__()
 2019-01-16 20:30 UTC  (3+ messages)

Bug Report: bug if selinux_msg_queue_msgsnd & and selinux_msg_queue_msgrcv
 2019-01-16 18:28 UTC  (5+ messages)

[GIT PULL] SELinux fixes for v5.0 (#1)
 2019-01-16  6:00 UTC  (2+ messages)

[PATCH v2] libsemanage: set selinux policy root around calls to selinux_boolean_sub
 2019-01-12 18:57 UTC  (3+ messages)

[PATCH v2 0/2] Fix SELinux context mount with the cgroup filesystem
 2019-01-11  2:28 UTC  (8+ messages)
` [PATCH v2 1/2] selinux: never allow relabeling on context mounts
` [PATCH v2 2/2] selinux: do not override context "

[PATCH 1/2] selinux: avoid silent denials in permissive mode under RCU walk
 2019-01-11  1:37 UTC  (3+ messages)
` [PATCH 2/2] selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link

general protection fault in ebitmap_destroy
 2019-01-11  1:26 UTC  (3+ messages)

[PATCH] setsebool: support use of -P on SELinux-disabled hosts
 2019-01-10 15:33 UTC 

[PATCH] security/selinux/hooks: remove unneeded semicolon
 2019-01-10  0:54 UTC 

last call for selinux 2.9-rc1 release
 2019-01-09 20:35 UTC 

[PATCH 1/1] scripts/run-flake8: run on Python scripts not ending with .py
 2019-01-09 12:19 UTC  (3+ messages)

[PATCH] selinux: avc: mark avc node as not a leak
 2019-01-09 11:31 UTC  (2+ messages)

[PATCH AUTOSEL 4.20 032/117] selinux: always allow mounting submounts
 2019-01-08 19:25 UTC 

[PATCH AUTOSEL 4.19 25/97] selinux: always allow mounting submounts
 2019-01-08 19:28 UTC 

[PATCH AUTOSEL 4.14 12/53] selinux: always allow mounting submounts
 2019-01-08 19:31 UTC 

[PATCH AUTOSEL 4.9 09/36] selinux: always allow mounting submounts
 2019-01-08 19:33 UTC 

[PATCH 0/5] Run tests in python/ with "make test"
 2019-01-08 11:04 UTC  (7+ messages)
` [PATCH 1/5] Travis-CI: download refpolicy and install headers
` [PATCH 2/5] python/audit2allow: make the tests useful again
` [PATCH 3/5] python/audit2allow: use local sepolgen-ifgen-attr-helper for tests
` [PATCH 4/5] python/sepolgen: refpolicy installs its Makefile in include/Makefile
` [PATCH 5/5] python: run all the tests with "make test"

[PATCH] libsemanage: set selinux policy root around calls to selinux_boolean_sub
 2019-01-07 16:59 UTC 

[PATCH 1/2] python/semanage: explain why sepolicy is imported in a function
 2019-01-07 11:59 UTC  (4+ messages)
` [PATCH 2/2] python/sepolgen: close /etc/selinux/sepolgen.conf after parsing it

[PATCH 1/4] python/sepolgen: close /etc/selinux/sepolgen.conf after parsing it
 2019-01-07 11:57 UTC  (5+ messages)
` [PATCH 2/4] python/audit2allow/sepolgen-ifgen: add missing \n to error message
` [PATCH 3/4] python/audit2allow/sepolgen-ifgen: show errors on stderr
` [PATCH 4/4] python/audit2allow: allow using audit2why as non-root user

[PATCH] libsemanage: Always set errno to 0 before calling getpwent()
 2019-01-05 15:35 UTC  (6+ messages)

Fix semanage in envinronment without default policy or when -S <store> is used
 2019-01-05 14:43 UTC  (15+ messages)
` [PATCH 1/4] python/semanage: move valid_types initialisations to class constructors
` [PATCH 2/4] python/semanage: import sepolicy only when it's needed
` [PATCH 3/4] python/sepolicy: Add sepolicy.load_store_policy(store)
` [PATCH 4/4] python/semanage: Load a store policy and set the store SELinux policy root
` [PATCH v2 1/5] python/semanage: move valid_types initialisations to class constructors
  ` [PATCH v2 2/5] python/semanage: import sepolicy only when it's needed
  ` [PATCH v2 3/5] python/sepolicy: Add sepolicy.load_store_policy(store)
  ` [PATCH v2 4/5] python/semanage: Load a store policy and set the store SELinux policy root
  ` [PATCH v2 5/5] python/sepolicy: Make policy files sorting more robust

[large PATCH on GitHub] python/sepolgen: upgrade ply to release 3.11
 2019-01-04 20:56 UTC  (2+ messages)

[PATCH 1/3] semanage_migrate_store: fix many Python linter warnings
 2019-01-04 12:28 UTC  (4+ messages)
` [PATCH 2/3] semanage_migrate_store: remove unused loading of libsepol.so
` [PATCH 3/3] semanage_migrate_store: switch to space indentation

[V2 PATCH 1/3] Makefile: fix _FORTIFY_SOURCE redefined build error
 2018-12-31 16:08 UTC  (5+ messages)
` [V2 PATCH 2/3] build: set _FORTIFY_SOURCE=2 in libselinux
` [V2 PATCH 3/3] Makefile: add -Wstrict-overflow=5 to CFLAGS

[RFC PATCH 0/3] Fix SELinux context mount with the cgroup filesystem
 2018-12-28 18:32 UTC  (10+ messages)
` [RFC PATCH 1/3] cgroup: fix parsing empty mount option string
` [RFC PATCH 3/3] selinux: do not override context on context mounts

[GIT PULL] SELinux patches v4.21
 2018-12-27 22:05 UTC  (2+ messages)

[PATCH] mcstrans: Fix check in raw_color()
 2018-12-19 21:44 UTC  (2+ messages)

[PATCH 1/2] Makefile: fix _FORTIFY_SOURCE redefined build error
 2018-12-19 15:48 UTC  (11+ messages)

[PATCH 1/1] python/sepolgen: always indent with 4 spaces
 2018-12-19 12:32 UTC  (2+ messages)

[PATCH 1/2] mcstrans: convert test scripts to Python 3
 2018-12-19 11:08 UTC  (3+ messages)
` [PATCH 2/2] mcstrans: fix Python linter warnings on test scripts


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).