Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
selinux
/
72dc5c62412e690093c03cf9a1877335b643a23a
72dc5c6
python: always use python3 in the shebang of programs using setools
by Nicolas Iooss
· 6 years ago
9336e43
python/sepolicy: drop python shebang from the module
by Nicolas Iooss
· 6 years ago
ffc59f6
libsemanage: genhomedircon - improve handling large groups
by Petr Lautrbach
· 6 years ago
913613d
libsepol/cil: silence static analyser's use-after-free warning
by Nicolas Iooss
· 6 years ago
5d59284
libselinux: Fix RESOURCE_LEAK defects reported by coverity scan
by Petr Lautrbach
· 6 years ago
9b84885
python/semanage: Use standard argparse.error() method in handlePermissive
by Petr Lautrbach
· 6 years ago
347719d
libselinux/selinux_restorecon: Skip customized files also without -v
by Petr Lautrbach
· 6 years ago
4634e8f
gui: Make all polgen button labels translatable
by Vit Mojzis
· 6 years ago
e103c5b
dbus: Fix name of polkit function
by Dan Walsh
· 6 years ago
3cad474
checkpolicy: Update manpage
by Vit Mojzis
· 6 years ago
259ab08
python/semanage/seobject: Fix listing boolean values
by Vit Mojzis
· 6 years ago
bac905c
libsepol: do not use uninitialized value for low_value
by Nicolas Iooss
· 6 years ago
4ba87e3
libsepol: Fix RESOURCE_LEAK defects reported by coverity scan
by James Carter
· 6 years ago
f0f68ab
scripts/release: Update links to use release assets instead of wiki links
by Petr Lautrbach
· 6 years ago
6ded76a
python/semanage: Examples are no longer in the main semanage man page
by Dan Walsh
· 6 years ago
fdb242e
libselinux: Change matchpathcon usage to match with matchpathcon manpage
by Petr Lautrbach
· 6 years ago
5689d82
libselinux: set an appropriate errno in booleans.c
by Petr Lautrbach
· 6 years ago
474a092
python/restorecon: add force option
by Viktor Ashirov
· 6 years ago
ae03c82
python/sepolicy: fix variable name
by Nicolas Iooss
· 6 years ago
f906ae6
python: use == or != when comparing a variable with a string or a integer
by Nicolas Iooss
· 6 years ago
61f7b35
python: reindent lines that were over-indented
by Nicolas Iooss
· 6 years ago
0445e65
Allow installing translated man pages
by Aleksei Nikiforov
· 6 years ago
e3e3873
Add man pages translation by Olesya Gerasimenko
by Aleksei Nikiforov
· 6 years ago
ae11352
restorecond: Install DBUS service file with 644 permissions
by Petr Lautrbach
· 6 years ago
53312c7
Update VERSIONs to 2.9-rc1 for release.
by Petr Lautrbach
· 6 years ago
9e0ed5c
scripts: introduce env_use_destdir.sh helper
by Nicolas Iooss
· 6 years ago
dbcada0
Travis-CI: add Ruby 2.6 to the test matrix
by Nicolas Iooss
· 6 years ago
111c541
Travis-CI: upgrade PyPy to 6.0
by Nicolas Iooss
· 6 years ago
de5d5ed
libselinux/audit2why.so: Filter out non-python related symbols
by Petr Lautrbach
· 6 years ago
689a6eb
libselinux: do not dereference symlink with statfs in selinux_restorecon
by Nicolas Iooss
· 6 years ago
c78f9c3
setsebool: support use of -P on SELinux-disabled hosts
by Stephen Smalley
· 6 years ago
9dad37e
python/sepolicy: initialize mislabeled_files in __init__()
by Nicolas Iooss
· 6 years ago
dc3d9c6
libsemanage: set selinux policy root around calls to selinux_boolean_sub
by Stephen Smalley
· 6 years ago
bb518a0
scripts/run-flake8: run on Python scripts not ending with .py
by Nicolas Iooss
· 6 years ago
aa3ddfe
python: run all the tests with "make test"
by Nicolas Iooss
· 6 years ago
916640d
python/sepolgen: refpolicy installs its Makefile in include/Makefile
by Nicolas Iooss
· 6 years ago
e1f2db5
python/audit2allow: use local sepolgen-ifgen-attr-helper for tests
by Nicolas Iooss
· 6 years ago
4ac069a
python/audit2allow: make the tests useful again
by Nicolas Iooss
· 6 years ago
53c7a04
Travis-CI: download refpolicy and install headers
by Nicolas Iooss
· 6 years ago
fbc7248
python/semanage: explain why sepolicy is imported in a function
by Nicolas Iooss
· 6 years ago
b2a5425
python/audit2allow: allow using audit2why as non-root user
by Nicolas Iooss
· 6 years ago
621c406
python/audit2allow/sepolgen-ifgen: show errors on stderr
by Nicolas Iooss
· 6 years ago
c759912
python/audit2allow/sepolgen-ifgen: add missing \n to error message
by Nicolas Iooss
· 6 years ago
33d7a76
python/sepolgen: close /etc/selinux/sepolgen.conf after parsing it
by Nicolas Iooss
· 6 years ago
9ac345e
libsemanage: Always set errno to 0 before calling getpwent()
by Laurent Bigonville
· 6 years ago
1015aef
python/sepolicy: Make policy files sorting more robust
by Petr Lautrbach
· 6 years ago
2d825c6
python/semanage: Load a store policy and set the store SELinux policy root
by Petr Lautrbach
· 6 years ago
ef359c9
python/sepolicy: Add sepolicy.load_store_policy(store)
by Petr Lautrbach
· 6 years ago
e718c2a
python/semanage: import sepolicy only when it's needed
by Petr Lautrbach
· 6 years ago
a73b0bb
python/semanage: move valid_types initialisations to class constructors
by Petr Lautrbach
· 6 years ago
691231e
python/sepolgen: upgrade ply to release 3.11
by Nicolas Iooss
· 6 years ago
0c02ae1
semanage_migrate_store: switch to space indentation
by Nicolas Iooss
· 6 years ago
cc6d99d
semanage_migrate_store: remove unused loading of libsepol.so
by Nicolas Iooss
· 6 years ago
3cb974d
semanage_migrate_store: fix many Python linter warnings
by Nicolas Iooss
· 6 years ago
9fe4303
Makefile: add -Wstrict-overflow=5 to CFLAGS
by William Roberts
· 6 years ago
97edceb
build: set _FORTIFY_SOURCE=2 in libselinux
by William Roberts
· 6 years ago
4f96b32
Makefile: fix _FORTIFY_SOURCE redefined build error
by William Roberts
· 6 years ago
8a8a4f8
mcstrans: Fix check in raw_color()
by Petr Lautrbach
· 6 years ago
89e808a
python/sepolgen: always indent with 4 spaces
by Nicolas Iooss
· 6 years ago
b7227aa
mcstrans: fix Python linter warnings on test scripts
by Nicolas Iooss
· 6 years ago
0ec2ed5
mcstrans: convert test scripts to Python 3
by Nicolas Iooss
· 6 years ago
5013d2b
python/sepolicy: search() also for dontaudit rules
by Petr Lautrbach
· 6 years ago
16e3953
python/semanage: do not show "None" levels when using a non-MLS policy
by Nicolas Iooss
· 6 years ago
f39c0ac
python/chcat: fix removing categories on users with Fedora default setup
by Nicolas Iooss
· 6 years ago
69c56bd
python/chcat: improve the code readability
by Nicolas Iooss
· 6 years ago
2923d9d
python/chcat: use check_call instead of getstatusoutput
by Vit Mojzis
· 6 years ago
9cb9b18
python/semanage: Start exporting "ibendport" and "ibpkey" entries
by Vit Mojzis
· 6 years ago
7313598
python/semanage: Include MCS/MLS range when exporting local customizations
by Vit Mojzis
· 6 years ago
49c13dd
libsepol: ibpkeys.c: fix printf format string specifiers for subnet_prefix
by Stephen Smalley
· 6 years ago
3b0dbed
gui: remove html_util.py
by Nicolas Iooss
· 6 years ago
3a40d05
dbus: remove deprecated at_console statement
by Tom Gundersen
· 6 years ago
b4b0074
libselinux: selinux_restorecon: fix printf format string specifier for uint64_t
by Nicolas Iooss
· 6 years ago
a3be73b
python: replace aliases with corresponding type names
by Vit Mojzis
· 6 years ago
46c5207
libsepol: mark permissive types when loading a binary policy
by James Carter
· 6 years ago
3f99b14
libselinux: fix overly strict validation of file_contexts.bin
by Stephen Smalley
· 6 years ago
c6f44ba
Fix snprintf truncated error
by Mr Stid
· 6 years ago
95b3552
mcstrans: remove unused getpeercon_raw() call
by Yuli Khodorkovskiy
· 6 years ago
94ebccf
libsepol: add missing ibendport port validity check
by Ondrej Mosnacek
· 6 years ago
c8e5de9
libsepol: fix endianity in ibpkey range checks
by Ondrej Mosnacek
· 6 years ago
48aeea9
python/semanage: Stop rejecting aliases in semanage commands
by Vit Mojzis
· 6 years ago
4c63b8e
python/sepolicy: Stop rejecting aliases in sepolicy commands
by Vit Mojzis
· 6 years ago
448f5a9
python/sepolicy: Fix "info" to search aliases as well
by Vit Mojzis
· 6 years ago
d3c359e
README: Update the SELinux mailing list location
by Stephen Smalley
· 6 years ago
4a400f3
libsepol: Add two new Xen initial SIDs
by James Carter
· 6 years ago
253be67
libsepol: Check that initial sid indexes are within the valid range
by James Carter
· 6 years ago
a64649b
libsepol: Eliminate initial sid string definitions in module_to_cil.c
by James Carter
· 6 years ago
4cc016d
libsepol: Rename kernel_to_common.c stack functions
by James Carter
· 6 years ago
9077c5c
checkpolicy: Add option to sort ocontexts when creating a binary policy
by James Carter
· 6 years ago
b816808
libsepol: Create policydb_sort_ocontexts()
by James Carter
· 6 years ago
c7fa631
libsemanage: improve semanage_migrate_store import failure
by Yuli Khodorkovskiy
· 6 years ago
385ef2c
restorecond: Do not ignore the -f option
by Ondrej Mosnacek
· 6 years ago
e5f3126
python/sepolicy: Update to work with setools-4.2.0
by Vit Mojzis
· 6 years ago
2896967
secilc: better error handling
by Nick Kralevich via Selinux
· 6 years ago
0a71c5f
whitespace and spelling cleanup
by Nick Kralevich via Selinux
· 6 years ago
854fdc1
checkpolicy: remove extraneous policy build noise
by Nick Kralevich via Selinux
· 6 years ago
98a951f
checkpolicy: check the result value of hashtable_search
by liwugang
· 6 years ago
c5389c7
semanage: add a missing space in ibendport help
by Nicolas Iooss
· 6 years ago
7dd66ea
semanage: "semanage user" does not use -s, fix documentation
by Nicolas Iooss
· 6 years ago
b573f65
libsemanage: use previous seuser when getting the previous name
by Nicolas Iooss
· 6 years ago
343442e
libsemanage: Include user name in ROLE_REMOVE audit events
by Vit Mojzis
· 6 years ago
Next »