Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_selinux
/
9c770fe87e34a2d55da2f043afc127e4be262e6c
9c770fe
semodule_deps: hide -Wwrite-strings warnings
by Nicolas Iooss
· 8 years ago
0df0b25
mcstrans: fix -Wwrite-strings warnings
by Nicolas Iooss
· 8 years ago
2f94ac4
policycoreutils/hll/pp: fix -Wwrite-strings warnings
by Nicolas Iooss
· 8 years ago
a51b30a
libsemanage: make lang_ext parameter const in semanage_direct_write_langext()
by Nicolas Iooss
· 8 years ago
d6b5b03
libsepol: fix -Wwrite-strings warnings
by Nicolas Iooss
· 8 years ago
192153d
checkpolicy: Make print_error_msg() static
by James Carter
· 8 years ago
5d56c26
checkpolicy: Remove uneeded return check in require_symbol()
by James Carter
· 9 years ago
8adbd61
libsepol: Return +1 when declaration is followed by a require
by James Carter
· 9 years ago
b6f3e00
checkpolicy: Improve check for identifier flavor mismatch
by James Carter
· 9 years ago
d676e7c
checkpolicy: Move common require and declare code into new function
by James Carter
· 9 years ago
a7a0678
checkpolicy: Cleanup error messages
by James Carter
· 9 years ago
a141c0d
checkpolicy: Create common function for user declares and requires
by James Carter
· 9 years ago
bd05768
checkpolicy: Create common function for role declares and requires
by James Carter
· 9 years ago
daaaf28
checkpolicy: Create common function for type declares and requires
by James Carter
· 9 years ago
cfea397
policycoreutils: remove deprecated -o option from fixfiles verify
by Stephen Smalley
· 9 years ago
454768f
setfiles: Fix setfiles progress indicator
by Richard Haines
· 9 years ago
b9213c7
libselinux: selinux_restorecon.3 man page typo fix
by Lokesh Mandvekar
· 9 years ago
1ef665c
libsepol: fix pp module to cil nodecon statement
by Steve Lawrence
· 9 years ago
05abcb1
libselinux/src/regex.c: support old compilers for the endian check
by Thomas Petazzoni
· 9 years ago
b88c4a4
libselinux: disable filespec hash table stats on non-debug builds
by Stephen Smalley
· 9 years ago
bd4ffeb
policycoreutils/setfiles: set up a logging callback for libselinux
by Stephen Smalley
· 9 years ago
ac7899f
policycoreutils: let output of `fixfiles` be redirected (as normal)
by Alan Jenkins
· 9 years ago
7da9bc0
checkpolicy: do not leak memory when a class is not found in an avrule
by Nicolas Iooss
· 9 years ago
42658e7
checkpolicy: add a missing free(id) in define_roleattribute()
by Nicolas Iooss
· 9 years ago
0a0d055
checkpolicy: fix memory leaks in define_filename_trans()
by Nicolas Iooss
· 9 years ago
aa1a8a3
checkpolicy: always free id in define_type()
by Nicolas Iooss
· 9 years ago
4a05e95
libsepol compilation fixes for macOS.
by Karl MacMillan
· 9 years ago
cdc653a
policycoreutils/hll/pp: Fix pp crash when processing base module
by Vit Mojzis
· 9 years ago
6c853f3
libselinux: fix argument order in get_default_context_with_rolelevel() doc
by Nicolas Iooss
· 9 years ago
6351fed
libselinux: always free catalog in db_init()
by Nicolas Iooss
· 9 years ago
69ec21c
libsepol: remove useless assignments
by Nicolas Iooss
· 9 years ago
ebe24ad
libsepol: verify the right variable after calling calloc()
by Nicolas Iooss
· 9 years ago
fd9e5ef
libsepol: use constant keys in hashtab functions
by Nicolas Iooss
· 9 years ago
dcd135c
Re-link programs after libsepol.a is updated
by Nicolas Iooss
· 9 years ago
baee723
semanage, sepolicy: make tests not fail on systems without SELinux
by Nicolas Iooss
· 9 years ago
5b0ad2f
libsemanage: genhomedircon: consider SEMANAGE_FCONTEXT_DIR in fcontext_matches()
by Nicolas Iooss
· 9 years ago
1cd972f
libselinux: selinux_restorecon: only log no default label warning for caller-supplied pathname
by Stephen Smalley
· 9 years ago
9088988
policy_define.c: don't free memory returned from queue_head()
by Nick Kralevich
· 9 years ago
6a2e352
libselinux: replace all malloc + memset by calloc in android label backend.
by Sandeep Patil
· 9 years ago
d66c54e
libselinux: selinux_restorecon: only log no default label warning if recursive
by Stephen Smalley
· 9 years ago
0e67689
restorecon manpage: link back to fixfiles
by Alan Jenkins
· 9 years ago
62f0589
policycoreutils, python: Fix bad manpage formatting in "SEE ALSO"
by Alan Jenkins
· 9 years ago
c667b33
mcstransd: fix and reorder includes
by Nicolas Iooss
· 9 years ago
61f760b
checkpolicy: always include ctypes.h
by Nicolas Iooss
· 9 years ago
3c85f9f
libselinux: include errno.h instead of sys/errno.h
by Nicolas Iooss
· 9 years ago
d4923b4
libsepol: make capability index an unsigned int
by Nicolas Iooss
· 9 years ago
d7b0941
checkpolicy: fix memory usage in define_bool_tunable()
by Nicolas Iooss
· 9 years ago
14f0709
libselinux: Rewrite restorecon() python method
by Petr Lautrbach
· 9 years ago
0399ec6
libselinux: Generate SWIG wrappers for selinux_restorecon()
by Petr Lautrbach
· 9 years ago
1004a3b
libsemanage: increment the right index variable in for loop
by Nicolas Iooss
· 9 years ago
58fb53b
libsemanage: genhomedircon: remove duplicated test condition
by Nicolas Iooss
· 9 years ago
aa115d0
policycoreutils/restorecond: Decrease loglevel of termination message
by Vit Mojzis
· 9 years ago
c1ba831
checkpolicy: free id where it was leaked
by Nicolas Iooss
· 9 years ago
47f61b0
checkpolicy: do not leak queue elements in queue_destroy()
by Nicolas Iooss
· 9 years ago
6ef9609
checkpolicy: fix memory leaks in genfscon statements parsing
by Nicolas Iooss
· 9 years ago
da00246
checkpolicy: free id in define_port_context()
by Nicolas Iooss
· 9 years ago
c39289c
libsepol/tests: fix some memory leaks
by Nicolas Iooss
· 9 years ago
c3b8d4a
libsepol/tests: fix -Wsometimes-uninitialized clang warnings
by Nicolas Iooss
· 9 years ago
0abc25a
libsemanage: Fix unitialized variable compiler warnings
by Guido Trentalancia
· 9 years ago
5db4537
libselinux: Fix unitialized variable compiler warnings
by Guido Trentalancia
· 9 years ago
055d14a
libselinux/utils: do not create an empty /sbin directory
by Nicolas Iooss
· 9 years ago
920ee9e
libsemanage: remove ustr library from Makefiles, README and pkg-config
by Nicolas Iooss
· 9 years ago
300b8ad
libsemanage: genhomedircon: drop ustr dependency
by Nicolas Iooss
· 9 years ago
57a3b1b
libsemanage: add semanage_str_replace() utility function
by Nicolas Iooss
· 9 years ago
a228bb3
libsemanage: simplify string utilities functions
by Nicolas Iooss
· 9 years ago
fd6bc59
libsemanage/tests: test more cases of semanage_split*()
by Nicolas Iooss
· 9 years ago
9e0cf6e
libsemanage/tests: make tests standalone
by Nicolas Iooss
· 9 years ago
e51b233
libsemanage/tests: make "make test" fail when a CUnit test fails
by Nicolas Iooss
· 9 years ago
bec41c4
policycoreutils/setfiles: Mention customizable types in restorecon man page
by Vit Mojzis
· 9 years ago
af18b86
libsepol/cil: remove avrules with no affected types
by Gary Tierney
· 9 years ago
7179fd8
man: standardize spacing with pointers in prototypes
by Mike Frysinger
· 9 years ago
fc3d8ce
selinux(8): fix display of man page references
by Mike Frysinger
· 9 years ago
8fe1b0c
python/sepolicy/sepolicy: optimise sepolicy gui loading
by Vit Mojzis
· 9 years ago
ef387e8
python/sepolicy/sepolicy: Cleanup of gui code
by Vit Mojzis
· 9 years ago
d479baa
libsepol: Define extended_socket_class policy capability
by Stephen Smalley
· 9 years ago
31fcd66
python/sepolicy/sepolicy/gui: Reflect sepolicy changes into gui
by Vit Mojzis
· 9 years ago
4791a99
python: Fix some typos
by Vit Mojzis
· 9 years ago
468a0db
seobject: Handle python error returns correctly
by Kyle Walker
· 9 years ago
9e81e61
libsepol: Fix neverallow checking to also check the other types when
by James Carter
· 9 years ago
93e677d
secilc: Add secil2conf which creates a policy.conf from CIL policy
by James Carter
· 9 years ago
3fe4499
libsepol/cil: Add ability to write policy.conf file from CIL AST
by James Carter
· 9 years ago
86e568c
python/semanage/semanage: Unify argument handling
by Vit Mojzis
· 9 years ago
041e001
python/sepolicy/sepolicy/gui: Fix getting python lib path
by Vit Mojzis
· 9 years ago
7e09f58
libsepol,libselinux,audit2allow: teach audit2why about type bounds failures
by Stephen Smalley
· 9 years ago
fff90bd
libsepol: sepol_av_to_string: clear static buffer
by Stephen Smalley
· 9 years ago
dd8d567
libselinux: avcstat: Clean up redundant condition
by Stephen Smalley
· 9 years ago
cf8625b
libsepol: do not #include <sys/cdefs.h>
by Stephen Smalley
· 9 years ago
c034875
policycoreutils/sepolicy/gui: fix current selinux state radiobutton
by Vit Mojzis
· 9 years ago
ab27085
libsepol,libsemanage: write file name in flex output
by Nicolas Iooss
· 9 years ago
1c187d7
checkpolicy: remove -lfl from LDLIBS
by Nicolas Iooss
· 9 years ago
527380a
libsepol/tests: use LDFLAGS when linking
by Nicolas Iooss
· 9 years ago
a206297
mcstrans/utils: make "make all" use $DESTDIR
by Nicolas Iooss
· 9 years ago
fb23745
libsepol: detect duplicated symbol IDs
by Nicolas Iooss
· 9 years ago
9872b04
libsepol: check decl_id bounds before using it
by Nicolas Iooss
· 9 years ago
8fdb225
libsepol,checkpolicy: convert rangetrans and filenametrans to hashtabs
by Stephen Smalley
· 9 years ago
2e47b69
libsepol: do not write object_r types to policy file
by Stephen Smalley
· 9 years ago
6f32d87
Merge pull request #35 from cgzones/semanage_fcontext_description
by stephensmalley
· 9 years ago
044f6ef
procattr.c: Use __ANDROID__ instead of ANDROID
by Nick Kralevich
· 9 years ago
bb96e13
enabled.c: Remove stdio_ext.h header
by Nick Kralevich
· 9 years ago
75b14a5
libsepol: ebitmap: reject loading bitmaps with incorrect high bit
by Nicolas Iooss
· 9 years ago
Next »