index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
policydb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'printk-cleanups'
Linus Torvalds
2016-10-10
1
-2
/
+2
|
\
|
*
printk: reinstate KERN_CONT for printing continuation lines
Linus Torvalds
2016-10-09
1
-2
/
+2
*
|
selinux: fix error return code in policydb_read()
Wei Yongjun
2016-09-13
1
-0
/
+1
*
|
selinux: fix overflow and 0 length allocations
William Roberts
2016-08-30
1
-0
/
+3
*
|
selinux: initialize structures
William Roberts
2016-08-29
1
-4
/
+4
|
/
*
selinux: extended permissions for ioctls
Jeff Vander Stoep
2015-07-13
1
-0
/
+5
*
SELinux: fix error code in policydb_init()
Dan Carpenter
2015-02-04
1
-2
/
+6
*
selinux: introduce str_read() helper
Namhyung Kim
2014-06-18
1
-96
/
+37
*
SELinux: use ARRAY_SIZE
Himangi Saraogi
2014-06-17
1
-4
/
+4
*
SELinux: bigendian problems with filename trans rules
Eric Paris
2014-02-20
1
-4
/
+4
*
SELinux: Fix memory leak upon loading policy
Tetsuo Handa
2014-01-07
1
-1
/
+13
*
SELinux: Update policy version to support constraints info
Richard Haines
2013-11-19
1
-9
/
+87
*
Merge git://git.infradead.org/users/eparis/selinux
Paul Moore
2013-09-18
1
-2
/
+1
|
\
|
*
SELinux: fix selinuxfs policy file on big endian systems
Eric Paris
2013-07-25
1
-2
/
+1
*
|
SELinux: Add new labeling type native labels
David Quigley
2013-06-08
1
-1
/
+4
|
/
*
SELinux: add default_type statements
Eric Paris
2012-04-09
1
-0
/
+19
*
SELinux: allow default source/target selectors for user/role/range
Eric Paris
2012-04-09
1
-0
/
+25
*
selinux: sparse fix: fix several warnings in the security server code
James Morris
2011-09-09
1
-2
/
+0
*
doc: Update the email address for Paul Moore in various source files
Paul Moore
2011-08-01
1
-1
/
+1
*
SELinux: skip file_name_trans_write() when policy downgraded.
Roy.Li
2011-06-14
1
-0
/
+3
*
flex_array: flex_array_prealloc takes a number of elements, not an end
Eric Paris
2011-04-28
1
-3
/
+3
*
SELinux: put name based create rules in a hashtable
Eric Paris
2011-04-28
1
-48
/
+119
*
SELinux: generic hashtab entry counter
Eric Paris
2011-04-28
1
-2
/
+2
*
SELinux: calculate and print hashtab stats with a generic function
Eric Paris
2011-04-28
1
-19
/
+13
*
SELinux: skip filename trans rules if ttype does not match parent dir
Eric Paris
2011-04-28
1
-0
/
+6
*
SELinux: delete debugging printks from filename_trans rule processing
Eric Paris
2011-04-20
1
-4
/
+0
*
Initialize policydb.process_class eariler.
Harry Ciao
2011-04-07
1
-5
/
+5
*
SELinux: Write class field in role_trans_write.
Harry Ciao
2011-03-28
1
-2
/
+9
*
SELinux: Add class support to the role_trans structure
Harry Ciao
2011-03-28
1
-0
/
+14
*
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
2011-03-08
1
-0
/
+130
|
\
|
*
SELinux: Use dentry name in new object labeling
Eric Paris
2011-02-01
1
-0
/
+130
*
|
selinux: return -ENOMEM when memory allocation fails
Davidlohr Bueso
2011-01-24
1
-2
/
+2
|
/
*
SELinux: merge policydb_index_classes and policydb_index_others
Eric Paris
2010-11-30
1
-59
/
+10
*
selinux: convert part of the sym_val_to_name array to use flex_array
Eric Paris
2010-11-30
1
-27
/
+82
*
selinux: convert type_val_to_struct to flex_array
Eric Paris
2010-11-30
1
-7
/
+21
*
SELinux: standardize return code handling in policydb.c
Eric Paris
2010-11-30
1
-287
/
+268
*
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
2010-10-21
1
-0
/
+841
*
SELinux: deterministic ordering of range transition rules
Eric Paris
2010-10-21
1
-3
/
+13
*
selinux: type_bounds_sanity_check has a meaningless variable declaration
Eric Paris
2010-10-21
1
-2
/
+2
*
selinux: convert the policy type_attr_map to flex_array
Eric Paris
2010-08-02
1
-10
/
+31
*
SELinux: break ocontext reading into a separate function
Eric Paris
2010-08-02
1
-111
/
+133
*
SELinux: move genfs read to a separate function
Eric Paris
2010-08-02
1
-105
/
+133
*
SELinux: seperate range transition rules to a seperate function
Eric Paris
2010-08-02
1
-64
/
+75
*
security/selinux/ss: Use kstrdup
Julia Lawall
2010-05-17
1
-2
/
+1
*
Security: Fix coding style in security/
wzt.wzt@gmail.com
2010-04-09
1
-2
/
+2
*
Merge branch 'next-queue' into next
James Morris
2010-03-09
1
-1
/
+1
|
\
|
*
selinux: const strings in tables
Stephen Hemminger
2010-03-08
1
-1
/
+1
*
|
selinux: allow MLS->non-MLS and vice versa upon policy reload
Guido Trentalancia
2010-02-04
1
-20
/
+4
*
|
selinux: convert range transition list to a hashtab
Stephen Smalley
2010-01-25
1
-27
/
+76
|
/
*
selinux: dynamic class/perm discovery
Stephen Smalley
2009-10-07
1
-2
/
+45
[next]