Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_selinux
/
3cba4306b95a31869008173eb708a48d5727cead
3cba430
libsemanage: optionally optimize policy on rebuild
by Ondrej Mosnacek
· 6 years ago
b8213ac
libsepol: add a function to optimize kernel policy
by Ondrej Mosnacek
· 6 years ago
84b8f30
More accurate error messages
by Unto Sten
· 6 years ago
6062c45
Remove redundant if-clause
by Unto Sten
· 6 years ago
163d5b4
Remove unneeded int
by Unto Sten
· 6 years ago
c46b8af
libsemanage: test semanage_msg_default_handler
by Jan Zarsky
· 6 years ago
acda541
libsemanage: test semanage_context_* functions
by Jan Zarsky
· 6 years ago
6f064e0
libsemanage: test semanage_user_* functions
by Jan Zarsky
· 6 years ago
2b6966d
libsemanage: test semanage_port_* functions
by Jan Zarsky
· 6 years ago
dfc81c1
libsemanage: test semanage_node_* functions
by Jan Zarsky
· 6 years ago
1791cb4
libsemanage: test semanage_ibendport_* functions
by Jan Zarsky
· 6 years ago
c238906
libsemanage: test semanage_iface_* functions
by Jan Zarsky
· 6 years ago
5aab527
libsemanage: test semanage_fcontext functions
by Jan Zarsky
· 6 years ago
b1c09dc
libsemanage: test semanage_bool_* functions
by Jan Zarsky
· 6 years ago
92bd4ae
libsemanage: test semanage_handle_* functions
by Jan Zarsky
· 6 years ago
638e2f9
libsemanage: add helper functions to tests
by Jan Zarsky
· 6 years ago
544cc79
libsepol/cil: fix mlsconstrain segfault
by Mike Palmiotto
· 6 years ago
eb2a875
libsepol: Replace constant with sizeof()
by Jokke Hämäläinen
· 6 years ago
e8d880e
libsepol: Check strdup() failures
by Jokke Hämäläinen
· 6 years ago
dbffdf7
Add CONTRIBUTING.md
by Petr Lautrbach
· 6 years ago
c758ac1
Trivial style fixes
by Unto Sten
· 6 years ago
be9976e
Trivial style improvements
by Unto Sten
· 6 years ago
26462e1
Update man pages translation by Olesya Gerasimenko
by Aleksei Nikiforov
· 6 years ago
9adafb6
run_init: fix build when crypt() is not in unistd.h
by Ondrej Mosnacek
· 6 years ago
159d506
libsepol/cil: Allow validatetrans rules to be resolved
by Richard Haines
· 6 years ago
3e506bd
libsepol: add ebitmap_for_each_set_bit macro
by Ondrej Mosnacek
· 6 years ago
baf8a1d
Check strdup() failure
by Unto Sten
· 6 years ago
cd1ef4d
another style fix
by Unto Sten
· 6 years ago
e1a7439
Unify code style to preserve my sanity
by Unto Sten
· 6 years ago
5d8f44e
Global replace exit(0) with more readable exit(EXIT_SUCCESS)
by Unto Sten
· 6 years ago
f46b64f
semanage/semanage-boolean.8: Fix a minor typo
by Petr Lautrbach
· 6 years ago
ac2a3fb
dismod: print policy version of loaded modules
by Gary Tierney
· 6 years ago
4984a75
checkmodule: add support for specifying module policy version
by Gary Tierney
· 6 years ago
25ce102
Add security_validatetrans support
by Joshua Brindle
· 6 years ago
42f73af
restorecond: Do not link against libpcre
by Laurent Bigonville
· 6 years ago
5fc701f
restorecond: use /run instead of /var/run
by Nicolas Iooss
· 7 years ago
5d149b2
gui: Install .desktop files to /usr/share/applications by default
by Petr Lautrbach
· 6 years ago
c778509
gui: Install polgengui.py to /usr/bin/selinux-polgengui
by Petr Lautrbach
· 7 years ago
891cfee
Update VERSIONs to 2.9 for release.
by Petr Lautrbach
· 7 years ago
707e4b8
libselinux: Do not define gettid() if glibc >= 2.30 is used
by Petr Lautrbach
· 7 years ago
486aa7d
libselinux: Add security_reject_unknown(3) man page
by Petr Lautrbach
· 7 years ago
ee1809f
Update VERSIONs to 2.9-rc2 for release.
by Petr Lautrbach
· 7 years ago
c19395d
libselinux: selinux_set_mapping: fix handling of unknown classes/perms
by Stephen Smalley
· 7 years ago
478c745
README: Update Fedora python 3 dependencies
by Petr Lautrbach
· 7 years ago
1952be6
Switch to python3 by default
by Petr Lautrbach
· 7 years ago
3b868ab
Always use /usr/bin/python3 in Python scripts
by Petr Lautrbach
· 7 years ago
6b89b1f
libselinux: fix selinux_restorecon() on non-SELinux hosts
by Stephen Smalley
· 7 years ago
60a9285
python/semanage module: Fix handling of -a/-e/-d/-r options
by Petr Lautrbach
· 7 years ago
f9ba759
python/semanage: Update semanage to use python3
by Petr Lautrbach
· 7 years ago
f9dbd6e
python/semanage: Drop python shebang from seobject.py
by Petr Lautrbach
· 7 years ago
72dc5c6
python: always use python3 in the shebang of programs using setools
by Nicolas Iooss
· 7 years ago
9336e43
python/sepolicy: drop python shebang from the module
by Nicolas Iooss
· 7 years ago
ffc59f6
libsemanage: genhomedircon - improve handling large groups
by Petr Lautrbach
· 7 years ago
913613d
libsepol/cil: silence static analyser's use-after-free warning
by Nicolas Iooss
· 7 years ago
5d59284
libselinux: Fix RESOURCE_LEAK defects reported by coverity scan
by Petr Lautrbach
· 7 years ago
9b84885
python/semanage: Use standard argparse.error() method in handlePermissive
by Petr Lautrbach
· 7 years ago
347719d
libselinux/selinux_restorecon: Skip customized files also without -v
by Petr Lautrbach
· 7 years ago
4634e8f
gui: Make all polgen button labels translatable
by Vit Mojzis
· 7 years ago
e103c5b
dbus: Fix name of polkit function
by Dan Walsh
· 7 years ago
3cad474
checkpolicy: Update manpage
by Vit Mojzis
· 7 years ago
259ab08
python/semanage/seobject: Fix listing boolean values
by Vit Mojzis
· 7 years ago
bac905c
libsepol: do not use uninitialized value for low_value
by Nicolas Iooss
· 7 years ago
4ba87e3
libsepol: Fix RESOURCE_LEAK defects reported by coverity scan
by James Carter
· 7 years ago
f0f68ab
scripts/release: Update links to use release assets instead of wiki links
by Petr Lautrbach
· 7 years ago
6ded76a
python/semanage: Examples are no longer in the main semanage man page
by Dan Walsh
· 7 years ago
fdb242e
libselinux: Change matchpathcon usage to match with matchpathcon manpage
by Petr Lautrbach
· 7 years ago
5689d82
libselinux: set an appropriate errno in booleans.c
by Petr Lautrbach
· 7 years ago
474a092
python/restorecon: add force option
by Viktor Ashirov
· 7 years ago
ae03c82
python/sepolicy: fix variable name
by Nicolas Iooss
· 7 years ago
f906ae6
python: use == or != when comparing a variable with a string or a integer
by Nicolas Iooss
· 7 years ago
61f7b35
python: reindent lines that were over-indented
by Nicolas Iooss
· 7 years ago
0445e65
Allow installing translated man pages
by Aleksei Nikiforov
· 7 years ago
e3e3873
Add man pages translation by Olesya Gerasimenko
by Aleksei Nikiforov
· 7 years ago
ae11352
restorecond: Install DBUS service file with 644 permissions
by Petr Lautrbach
· 7 years ago
53312c7
Update VERSIONs to 2.9-rc1 for release.
by Petr Lautrbach
· 7 years ago
9e0ed5c
scripts: introduce env_use_destdir.sh helper
by Nicolas Iooss
· 7 years ago
dbcada0
Travis-CI: add Ruby 2.6 to the test matrix
by Nicolas Iooss
· 7 years ago
111c541
Travis-CI: upgrade PyPy to 6.0
by Nicolas Iooss
· 7 years ago
de5d5ed
libselinux/audit2why.so: Filter out non-python related symbols
by Petr Lautrbach
· 7 years ago
689a6eb
libselinux: do not dereference symlink with statfs in selinux_restorecon
by Nicolas Iooss
· 7 years ago
c78f9c3
setsebool: support use of -P on SELinux-disabled hosts
by Stephen Smalley
· 7 years ago
9dad37e
python/sepolicy: initialize mislabeled_files in __init__()
by Nicolas Iooss
· 7 years ago
dc3d9c6
libsemanage: set selinux policy root around calls to selinux_boolean_sub
by Stephen Smalley
· 7 years ago
bb518a0
scripts/run-flake8: run on Python scripts not ending with .py
by Nicolas Iooss
· 7 years ago
aa3ddfe
python: run all the tests with "make test"
by Nicolas Iooss
· 7 years ago
916640d
python/sepolgen: refpolicy installs its Makefile in include/Makefile
by Nicolas Iooss
· 7 years ago
e1f2db5
python/audit2allow: use local sepolgen-ifgen-attr-helper for tests
by Nicolas Iooss
· 7 years ago
4ac069a
python/audit2allow: make the tests useful again
by Nicolas Iooss
· 7 years ago
53c7a04
Travis-CI: download refpolicy and install headers
by Nicolas Iooss
· 7 years ago
fbc7248
python/semanage: explain why sepolicy is imported in a function
by Nicolas Iooss
· 7 years ago
b2a5425
python/audit2allow: allow using audit2why as non-root user
by Nicolas Iooss
· 7 years ago
621c406
python/audit2allow/sepolgen-ifgen: show errors on stderr
by Nicolas Iooss
· 7 years ago
c759912
python/audit2allow/sepolgen-ifgen: add missing \n to error message
by Nicolas Iooss
· 7 years ago
33d7a76
python/sepolgen: close /etc/selinux/sepolgen.conf after parsing it
by Nicolas Iooss
· 7 years ago
9ac345e
libsemanage: Always set errno to 0 before calling getpwent()
by Laurent Bigonville
· 7 years ago
1015aef
python/sepolicy: Make policy files sorting more robust
by Petr Lautrbach
· 7 years ago
2d825c6
python/semanage: Load a store policy and set the store SELinux policy root
by Petr Lautrbach
· 7 years ago
ef359c9
python/sepolicy: Add sepolicy.load_store_policy(store)
by Petr Lautrbach
· 7 years ago
e718c2a
python/semanage: import sepolicy only when it's needed
by Petr Lautrbach
· 7 years ago
a73b0bb
python/semanage: move valid_types initialisations to class constructors
by Petr Lautrbach
· 7 years ago
Next »