selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-19 12:41:03 to 2019-02-28 22:46:26 UTC [more...]

[PATCH 00/97] LSM: Complete module stacking
 2019-02-28 22:43 UTC  (28+ messages)
` [PATCH 71/97] LSM: Add secmark refcounting to call_one list
` [PATCH 72/97] LSM: Add secmark refcounting to call_one list - part 2
` [PATCH 73/97] LSM: refactor security_setprocattr
` [PATCH 74/97] Smack: Detect if secmarks can be safely used
` [PATCH 75/97] LSM: Support multiple LSMs using inode_init_security
` [PATCH 76/97] LSM: Use full security context in security_inode_setsecctx
` [PATCH 77/97] LSM: Correct handling of ENOSYS in inode_setxattr
` [PATCH 78/97] LSM: Infrastructure security blobs for mount options
` [PATCH 79/97] LSM: Fix for security_init_inode_security
` [PATCH 80/97] Smack: Advertise the secid to netlabel
` [PATCH 81/97] LSM: Change error detection for UDP peer security
` [PATCH 82/97] Smack: Fix setting of the CIPSO MLS_CAT flags
` [PATCH 83/97] Smack: Set netlabel flags properly on new label import
` [PATCH 84/97] Netlabel: Add a secattr comparison API function
` [PATCH 85/97] Smack: Let netlabel do the work on the ambient domain
` [PATCH 86/97] Smack: Don't set the socket label on each send
` [PATCH 87/97] Smack: Let netlabel do the work on connections
` [PATCH 88/97] Netlabel: Return the labeling type on socket
` [PATCH 89/97] "
` [PATCH 90/97] "
` [PATCH 91/97] "
` [PATCH 92/97] LSM: Remember the NLTYPE of netlabel sockets
` [PATCH 93/97] Smack: Use the NLTYPE on output
` [PATCH 94/97] LSM: Hook for netlabel reconciliation
` [PATCH 95/97] LSM: Avoid network conflicts in SELinux and Smack
` [PATCH 96/97] LSM: Apply Netlabel consitancy checks on send and connect
` [PATCH 97/97] Smack: Remove the exclusive bit

[PATCH 00/97] LSM: Complete module stacking
 2019-02-28 22:19 UTC  (71+ messages)
` [PATCH 01/97] LSM: Infrastructure management of the superblock
` [PATCH 02/97] LSM: Infrastructure management of the sock security
` [PATCH 03/97] LSM: Infrastructure management of the key security blob
` [PATCH 04/97] SCAFFOLD: Move sock_graft out of sock.h
` [PATCH 05/97] LSM: Create an lsm_export data structure
` [PATCH 06/97] LSM: Use lsm_export in the inode_getsecid hooks
` [PATCH 07/97] SCAFFOLD: Move security.h out of route.h
` [PATCH 08/97] LSM: Use lsm_export in the cred_getsecid hooks
` [PATCH 09/97] LSM: Use lsm_export in the ipc_getsecid and task_getsecid hooks
` [PATCH 10/97] LSM: Use lsm_export in the sk_getsecid hooks
` [PATCH 11/97] LSM: Use lsm_export in the kernel_ask_as hooks
` [PATCH 12/97] LSM: Use lsm_export in the getpeersec_dgram hooks
` [PATCH 13/97] LSM: Use lsm_export in the audit_rule_match hooks
` [PATCH 14/97] LSM: Fix logical operation in lsm_export checks
` [PATCH 15/97] LSM: Use lsm_export in the secid_to_secctx hooks
` [PATCH 16/97] LSM: Use lsm_export in the secctx_to_secid hooks
` [PATCH 17/97] LSM: Use lsm_export in security_audit_rule_match
` [PATCH 18/97] LSM: Use lsm_export in security_kernel_act_as
` [PATCH 19/97] LSM: Use lsm_export in security_socket_getpeersec_dgram
` [PATCH 20/97] LSM: Use lsm_export in security_secctx_to_secid
` [PATCH 21/97] LSM: Use lsm_export in security_secid_to_secctx
` [PATCH 22/97] LSM: Use lsm_export in security_ipc_getsecid
` [PATCH 23/97] LSM: Use lsm_export in security_task_getsecid
` [PATCH 24/97] LSM: FIXUP - security_secctx_to_secid
` [PATCH 25/97] LSM: FIXUP - security_secid_to_secctx
` [PATCH 26/97] LSM: Use lsm_export in security_inode_getsecid
` [PATCH 27/97] LSM: Use lsm_export in security_cred_getsecid
` [PATCH 28/97] LSM: REVERT Use lsm_export in the sk_getsecid hooks
` [PATCH 29/97] Audit: Change audit_sig_sid to audit_sig_lsm
` [PATCH 30/97] Audit: Convert target_sid to an lsm_export structure
` [PATCH 31/97] Audit: Convert osid "
` [PATCH 32/97] IMA: Clean out lsm_export scaffolding
` [PATCH 33/97] NET: Store LSM access information in the socket blob for UDS
` [PATCH 34/97] NET: Remove scaffolding on secmarks
` [PATCH 35/97] NET: Remove scaffolding on new secmarks
` [PATCH 36/97] NET: Remove netfilter scaffolding for lsm_export
` [PATCH 37/97] Netlabel: Replace secids with lsm_export
` [PATCH 38/97] LSM: Remove lsm_export scaffolding functions
` [PATCH 39/97] IMA: FIXUP prototype using lsm_export
` [PATCH 40/97] Smack: Restore the release_secctx hook
` [PATCH 41/97] AppArmor: Remove unnecessary hook stub
` [PATCH 42/97] LSM: Limit calls to certain module hooks
` [PATCH 43/97] LSM: Create a data structure for a security context
` [PATCH 44/97] LSM: Use lsm_context in secid_to_secctx hooks
` [PATCH 45/97] LSM: Use lsm_context in secctx_to_secid hooks
` [PATCH 46/97] LSM: Use lsm_context in inode_getsecctx hooks
` [PATCH 47/97] LSM: Use lsm_context in inode_notifysecctx hooks
` [PATCH 48/97] LSM: Use lsm_context in dentry_init_security hooks
` [PATCH 49/97] LSM: Use lsm_context in security_dentry_init_security
` [PATCH 50/97] LSM: Use lsm_context in security_inode_notifysecctx
` [PATCH 51/97] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH 52/97] LSM: Use lsm_context in security_secctx_to_secid
` [PATCH 53/97] LSM: Use lsm_context in release_secctx hooks
` [PATCH 54/97] LSM: Use lsm_context in security_release_secctx
` [PATCH 55/97] LSM: Use lsm_context in security_secid_to_secctx
` [PATCH 56/97] fs: remove lsm_context scaffolding
` [PATCH 57/97] LSM: Add the release function to the lsm_context
` [PATCH 58/97] LSM: Use lsm_context in inode_setsecctx hooks
` [PATCH 59/97] LSM: Use lsm_context in security_inode_setsecctx
` [PATCH 60/97] kernfs: remove lsm_context scaffolding
` [PATCH 61/97] LSM: Remove unused macro
` [PATCH 62/97] LSM: Special handling for secctx lsm hooks
` [PATCH 63/97] SELinux: Use blob offset in current_sid
` [PATCH 64/97] LSM: Specify which LSM to display with /proc/self/attr/display
` [PATCH 65/97] AppArmor: Remove the exclusive flag
` [PATCH 66/97] LSM: Add secmark_relabel_packet to the set of one call hooks
` [PATCH 67/97] LSM: Make getting the secmark right cleaner with lsm_export_one_secid
` [PATCH 68/97] netfilter: Fix memory leak introduced with lsm_context
` [PATCH 69/97] Smack: Consolidate secmark conversions
` [PATCH 70/97] netfilter: Remove unnecessary NULL check in lsm_context

IB pkey policy problem found via the selinux-testsuite
 2019-02-28 21:58 UTC  (2+ messages)

[PATCH] netlabel: fix out-of-bounds memory accesses
 2019-02-28  5:46 UTC  (2+ messages)

.desktop files installed by gui/
 2019-02-28  5:14 UTC  (3+ messages)

New IoT/M2M Communication Products with Cloud Service
 2019-02-28  3:20 UTC 

[PATCH] selinux: use kernel linux/socket.h definitions for PF_MAX
 2019-02-27 17:43 UTC  (5+ messages)

neverallow rules
 2019-02-27 16:13 UTC  (8+ messages)
  ` [Non-DoD Source] "

RHEL auth_role using logging_send_audit_msgs
 2019-02-27 13:07 UTC  (4+ messages)

[RFC] Switch to Python 3 by default
 2019-02-26 13:21 UTC  (8+ messages)
` [PATCH 1/3] Always use /usr/bin/python3 in Python scripts
` [PATCH 2/3] Switch to python3 by default
` [PATCH 3/3] README: Update Fedora python 3 dependencies

[PATCH v3] libselinux: selinux_set_mapping: fix handling of unknown classes/perms
 2019-02-25 15:49 UTC 

[PATCH v6] scripts/selinux: modernize mdp
 2019-02-25 15:23 UTC  (10+ messages)

Bash 5 change in behavior and SELinux
 2019-02-25  7:35 UTC  (6+ messages)

wildcards in file_contexts.subs for NixOS
 2019-02-25  0:18 UTC  (3+ messages)

[PATCH v2] libselinux: selinux_set_mapping: fix handling of unknown classes/perms
 2019-02-22 16:30 UTC 

[PATCH] libselinux: selinux_set_mapping: fix handling of unknown classes/perms
 2019-02-22 16:14 UTC  (3+ messages)

[PATCH] doc: sctp: Merge and clean up rst files
 2019-02-22 15:53 UTC  (3+ messages)

[PATCH] scripts/selinux: modernize mdp
 2019-02-22 15:46 UTC  (12+ messages)

[PATCH v7 0/7] Allow initializing the kernfs node's secctx based on its parent
 2019-02-22 15:40 UTC  (9+ messages)
` [PATCH v7 1/7] kernfs: clean up struct kernfs_iattrs
` [PATCH v7 2/7] kernfs: do not alloc iattrs in kernfs_xattr_get
` [PATCH v7 3/7] selinux: try security xattr after genfs for kernfs filesystems
` [PATCH v7 4/7] kernfs: use simple_xattrs for security attributes
` [PATCH v7 5/7] LSM: add new hook for kernfs node initialization
` [PATCH v7 6/7] selinux: implement the kernfs_init_security hook
` [PATCH v7 7/7] kernfs: initialize security of newly created nodes

[PATCH v6 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-22 12:52 UTC  (13+ messages)
` [PATCH v6 5/5] kernfs: initialize security of newly created nodes

[PATCH v4] scripts/selinux: modernize mdp
 2019-02-20 20:32 UTC  (2+ messages)

[PATCH] scripts/selinux: modernize mdp
 2019-02-20 20:25 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v3] scripts/selinux: add basic mls support to mdp
 2019-02-20 10:27 UTC  (14+ messages)

[PATCH 1/2] python/sepolicy: drop python shebang from the module
 2019-02-20 10:07 UTC  (4+ messages)
` [PATCH 2/2] python: always use python3 in the shebang of programs using setools

[PATCH 1/2] python/semanage module: Fix handling of -a/-e/-d/-r options
 2019-02-19 22:07 UTC  (5+ messages)
` [PATCH v2 1/3] python/semanage: Drop python shebang from seobject.py
  ` [PATCH v2 3/3] python/semanage module: Fix handling of -a/-e/-d/-r options


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).