LinuxLists
Users
About
Roberto Sassu (
[email protected]
)
Number of posts: 115 (0.34 per day)
First post: 2010-06-01 17:06:27
Last post: 2011-05-04 09:23:17
Previous Page
/
Next Page
Date
List
Subject
2011-03-29 10:51:51
linux-kernel
[PATCH v4 0/6] eCryptfs: added support for the encrypted key type
2011-03-21 15:04:57
linux-kernel
[PATCH v2 4/5] eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
2011-03-21 15:04:43
linux-kernel
[PATCH v2 5/5] eCryptfs: write lock requested keys
2011-03-21 15:04:37
linux-kernel
[PATCH v2 3/5] eCryptfs: verify authentication tokens before their use
2011-03-21 15:04:30
linux-kernel
[PATCH v2 2/5] eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
2011-03-21 15:04:25
linux-kernel
[PATCH v2 1/5] eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
2011-03-21 15:04:16
linux-kernel
[PATCH v2 0/5] eCryptfs key locking patches
2011-03-18 15:47:10
linux-kernel
Re: [PATCH 4/5] eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
2011-03-18 09:31:37
linux-kernel
Re: [PATCH 3/5] eCryptfs: verify authentication tokens before their use
2011-03-17 11:49:54
linux-kernel
[PATCH 5/5] eCryptfs: write lock requested keys
2011-03-17 11:49:40
linux-kernel
[PATCH 4/5] eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
2011-03-17 11:49:32
linux-kernel
[PATCH 3/5] eCryptfs: verify authentication tokens before their use
2011-03-17 11:49:27
linux-kernel
[PATCH 2/5] eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
2011-03-17 11:49:21
linux-kernel
[PATCH 1/5] eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix
2011-03-17 11:49:13
linux-kernel
[PATCH 0/5] eCryptfs key locking patches
2010-12-28 10:49:36
linux-kernel
[RFC][PATCH v2 6/6] eCryptfs: added support for the encrypted key type
2010-12-28 10:49:24
linux-kernel
[RFC][PATCH v2 5/6] encrypted-keys: add ecryptfs format support
2010-12-28 10:49:15
linux-kernel
[RFC][PATCH v2 4/6] eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h
2010-12-28 10:49:05
linux-kernel
[RFC][PATCH v2 3/6] encrypted-keys: add key format support
2010-12-28 10:48:56
linux-kernel
[RFC][PATCH v2 2/6] encrypted-keys: added additional debug messages
2010-12-28 10:48:46
linux-kernel
[RFC][PATCH v2 1/6] encrypted-keys: fixed valid_master_desc() function description
2010-12-28 10:48:38
linux-kernel
[RFC][PATCH v2 0/6] eCryptfs: added support for the encrypted key type
2010-12-23 17:36:33
linux-kernel
[RFC][PATCH 6/6] ecryptfs: added support for the encrypted key type
2010-12-23 17:36:07
linux-kernel
[RFC][PATCH 5/6] encrypted-keys: add ecryptfs format support
2010-12-23 17:35:41
linux-kernel
[RFC][PATCH 4/6] ecryptfs: export global ecryptfs definitions to include/linux/ecryptfs.h
2010-12-23 17:35:08
linux-kernel
[RFC][PATCH 3/6] encrypted-keys: add key format support
2010-12-23 17:34:38
linux-kernel
[RFC][PATCH 2/6] encrypted-keys: added additional debug messages
2010-12-23 17:34:05
linux-kernel
[RFC][PATCH 1/6] encrypted-keys: fixed valid_master_desc() function description
2010-12-08 12:50:57
linux-kernel
[RFC][PATCH 2/2] selinux: fs associate permission check in inode_doinit_with_dentry()
2010-12-08 12:50:22
linux-kernel
[RFC][PATCH 1/2] selinux: call may_context_mount_inode_relabel() if fscontext_sid is defined
2010-11-22 16:00:38
linux-kernel
[RFC][PATCH 4/4] smack: modified file->f_security assignment in smack_file_alloc_security()
2010-11-22 16:00:29
linux-kernel
[RFC][PATCH 3/4] selinux: use file->f_cred to determine task's SID
2010-11-22 16:00:01
linux-kernel
[RFC][PATCH 2/4] fs: move file->f_cred initialization before security_file_alloc()
2010-11-22 15:59:45
linux-kernel
[RFC][PATCH 1/4] fs: passing task credentials to get_empty_filp()
2010-11-22 15:59:32
linux-kernel
[RFC][PATCH 0/4] security label of the file descriptor structure
2010-11-17 12:54:03
refpolicy
[refpolicy] SELinux UBAC question
2010-11-16 16:27:04
linux-kernel
[PATCH] selinux: introduced new mount parameter umountcontext
2010-11-10 09:33:53
linux-kernel
Re: [PATCH 0/5] ecryptfs fixes
2010-11-09 16:48:57
linux-kernel
Re: [PATCH v1.2 3/4] keys: add new trusted key-type
2010-11-09 16:48:54
linux-crypto
Re: [PATCH v1.2 3/4] keys: add new trusted key-type
2010-11-09 16:05:20
linux-kernel
Re: [PATCH v1.2 3/4] keys: add new trusted key-type
2010-11-09 16:05:15
linux-crypto
Re: [PATCH v1.2 3/4] keys: add new trusted key-type
2010-11-03 10:13:04
linux-kernel
[PATCH 5/5] ecryptfs: open lower files with kthread credentials
2010-11-03 10:12:55
linux-kernel
[PATCH 4/5] ecryptfs: fixed testing of file descriptor flags
2010-11-03 10:12:50
linux-kernel
[PATCH 3/5] ecryptfs: test lower_file pointer when lower_file_mutex is locked
2010-11-03 10:12:44
linux-kernel
[PATCH 2/5] ecryptfs: missing initialization of the superblock 'magic' field
2010-11-03 10:12:36
linux-kernel
[PATCH 1/5] ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h
2010-11-03 10:12:29
linux-kernel
[PATCH 0/5] ecryptfs fixes
2010-11-02 10:07:43
linux-kernel
[PATCH 3/3] ima: call evm_inode_post_removexattr() in ima_inode_post_setattr()
2010-11-02 10:07:32
linux-kernel
[PATCH 2/3] ima: fixed ima_inode_setxattr()
2010-11-02 10:07:17
linux-kernel
[PATCH 1/3] evm: added flag IMA_NEW in the integrity_iint_cache structure