Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
selinux
/
cfc57c2e7038349fbb4ae1f88d43e416eb38d13d
cfc57c2
libsepol/tests: do not dereference a NULL pointer
by Nicolas Iooss
· 5 years ago
0da7718
python/sepolicy: remove unnecessary pass statement
by Nicolas Iooss
· 5 years ago
af67fa5
python/chcat: remove unnecessary assignment
by Nicolas Iooss
· 5 years ago
dddd28e
libsepol/cil: do not dereference perm_value_to_cil when it has not been allocated
by Nicolas Iooss
· 5 years ago
c8ac3af
libsepol: reset *p to NULL if sepol_module_package_create fails
by Nicolas Iooss
· 5 years ago
0b136a3
libsepol: do not dereference scope if it can be NULL
by Nicolas Iooss
· 5 years ago
da8e3c7
semodule-utils: fix comparison with argc
by Nicolas Iooss
· 5 years ago
4a266cc
libsepol: do not dereference a failed allocated pointer
by Nicolas Iooss
· 5 years ago
4459d63
libsepol: Remove cil_mem_error_handler() function pointer
by James Carter
· 5 years ago
dc4e541
libsepol: Make an unknown permission an error in CIL
by James Carter
· 5 years ago
26e8397
Fix mcstrans secolor examples
by Vit Mojzis
· 5 years ago
2ff0fbf
Revert "mcstransd select correct colour range."
by Vit Mojzis
· 5 years ago
9ba35fe
Add default_range glblub support
by Joshua Brindle
· 5 years ago
6177a6f
libsemanage: include internal header to use the hidden function prototypes
by Nicolas Iooss
· 5 years ago
f25d03d
libselinux: ensure that digest_len is not zero
by Nicolas Iooss
· 5 years ago
7eef938
libsepol: initialize a local variable once
by Nicolas Iooss
· 5 years ago
2a1766f
selinux: Update manpages after removing legacy boolean and user code
by Richard Haines
· 5 years ago
c3f9492
selinux: Remove legacy local boolean and user code
by Richard Haines
· 5 years ago
526534e
setfiles: Update utilities for the new digest scheme
by Richard Haines
· 5 years ago
e016502
libselinux: Save digest of all partial matches for directory
by Richard Haines
· 5 years ago
c00ed59
libselinux: Ignore the stem when looking up all matches in file context
by xunchang
· 6 years ago
5cff281
Restorecon: factor out a lookup helper for context matches
by xunchang
· 6 years ago
2efa068
libselinux: Use Python distutils to install SELinux python bindings
by Petr Lautrbach
· 5 years ago
ee8f7a8
libselinux: Fix security_get_boolean_names build error
by Richard Haines
· 5 years ago
120883a
mcstrans: Add reference to setools.conf man page in the daemon one
by Laurent Bigonville
· 5 years ago
13c2355
mcstrans: Move setrans.conf manpage to section 5
by Laurent Bigonville
· 5 years ago
5a5e739
Add documentation key in systemd .service files
by Laurent Bigonville
· 5 years ago
3abeb7c
libsepol: include module.c internal header in module_to_cil.c
by Nicolas Iooss
· 5 years ago
071247e
checkpolicy: add flag to enable policy optimization
by James Carter
· 5 years ago
f7cb590
secilc: add flag to enable policy optimization
by Ondrej Mosnacek
· 5 years ago
3cba430
libsemanage: optionally optimize policy on rebuild
by Ondrej Mosnacek
· 5 years ago
b8213ac
libsepol: add a function to optimize kernel policy
by Ondrej Mosnacek
· 5 years ago
84b8f30
More accurate error messages
by Unto Sten
· 5 years ago
6062c45
Remove redundant if-clause
by Unto Sten
· 5 years ago
163d5b4
Remove unneeded int
by Unto Sten
· 5 years ago
c46b8af
libsemanage: test semanage_msg_default_handler
by Jan Zarsky
· 5 years ago
acda541
libsemanage: test semanage_context_* functions
by Jan Zarsky
· 5 years ago
6f064e0
libsemanage: test semanage_user_* functions
by Jan Zarsky
· 5 years ago
2b6966d
libsemanage: test semanage_port_* functions
by Jan Zarsky
· 5 years ago
dfc81c1
libsemanage: test semanage_node_* functions
by Jan Zarsky
· 5 years ago
1791cb4
libsemanage: test semanage_ibendport_* functions
by Jan Zarsky
· 5 years ago
c238906
libsemanage: test semanage_iface_* functions
by Jan Zarsky
· 5 years ago
5aab527
libsemanage: test semanage_fcontext functions
by Jan Zarsky
· 5 years ago
b1c09dc
libsemanage: test semanage_bool_* functions
by Jan Zarsky
· 5 years ago
92bd4ae
libsemanage: test semanage_handle_* functions
by Jan Zarsky
· 5 years ago
638e2f9
libsemanage: add helper functions to tests
by Jan Zarsky
· 5 years ago
544cc79
libsepol/cil: fix mlsconstrain segfault
by Mike Palmiotto
· 5 years ago
eb2a875
libsepol: Replace constant with sizeof()
by Jokke Hämäläinen
· 5 years ago
e8d880e
libsepol: Check strdup() failures
by Jokke Hämäläinen
· 5 years ago
dbffdf7
Add CONTRIBUTING.md
by Petr Lautrbach
· 5 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
· 5 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
· 6 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
· 6 years ago
891cfee
Update VERSIONs to 2.9 for release.
by Petr Lautrbach
· 6 years ago
707e4b8
libselinux: Do not define gettid() if glibc >= 2.30 is used
by Petr Lautrbach
· 6 years ago
486aa7d
libselinux: Add security_reject_unknown(3) man page
by Petr Lautrbach
· 6 years ago
ee1809f
Update VERSIONs to 2.9-rc2 for release.
by Petr Lautrbach
· 6 years ago
c19395d
libselinux: selinux_set_mapping: fix handling of unknown classes/perms
by Stephen Smalley
· 6 years ago
478c745
README: Update Fedora python 3 dependencies
by Petr Lautrbach
· 6 years ago
1952be6
Switch to python3 by default
by Petr Lautrbach
· 6 years ago
3b868ab
Always use /usr/bin/python3 in Python scripts
by Petr Lautrbach
· 6 years ago
6b89b1f
libselinux: fix selinux_restorecon() on non-SELinux hosts
by Stephen Smalley
· 6 years ago
60a9285
python/semanage module: Fix handling of -a/-e/-d/-r options
by Petr Lautrbach
· 6 years ago
f9ba759
python/semanage: Update semanage to use python3
by Petr Lautrbach
· 6 years ago
f9dbd6e
python/semanage: Drop python shebang from seobject.py
by Petr Lautrbach
· 6 years ago
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
Next »