index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
label.c
Age
Commit message (
Expand
)
Author
2014-10-23
label: unify code to make directories, symlinks
Lennart Poettering
2014-10-23
smack: rework SMACK label fixing code to follow more closely the semantics of...
Lennart Poettering
2014-10-23
mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...
Lennart Poettering
2014-10-23
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...
Lennart Poettering
2014-10-23
mac: rename apis with mac_{selinux/smack}_ prefix
WaLyong Cho
2014-10-23
label: rearrange mandatory access control(MAC) apis
WaLyong Cho
2014-10-15
selinux: fix potential double free crash in child process
Michal Sekletar
2014-09-23
Fix warning about unused variable with !SELINUX
Zbigniew Jędrzejewski-Szmek
2014-09-19
socket: introduce SELinuxContextFromNet option
Michal Sekletar
2014-08-19
Revert "socket: introduce SELinuxLabelViaNet option"
Lennart Poettering
2014-08-19
socket: introduce SELinuxLabelViaNet option
Michal Sekletar
2014-06-10
label: when clearing selinux context, don't mangle errno
Lennart Poettering
2014-05-28
build-sys: use glibc's xattr support instead of requiring libattr
Kay Sievers
2014-05-25
Use %m instead of strerror(errno) where appropiate
Cristian Rodríguez
2014-02-24
smack: rework security labeling for multiple frameworks
Łukasz Stelmach
2014-02-24
smack: relabel directories and files created by systemd
Łukasz Stelmach
2014-02-19
label: minor optimizations
Lennart Poettering
2013-11-18
Remove duplicate includes
Karel Zak
2013-10-09
udev: add SECLABEL{selinux}= support
Kay Sievers
2013-07-26
shared: split mkdir_*() and mkdir_*_label() from each other
Kay Sievers
2013-04-04
util: make time formatting a bit smarter
Lennart Poettering
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2012-10-16
selinux: selabel_lookup_raw can return ENOENT and be a non failure mode.
Daniel J Walsh
2012-10-02
selinux: rework selinux access check logic
Lennart Poettering
2012-07-03
mount-setup: don't complain if we try to fix the label of a dir beneath a mou...
Lennart Poettering
2012-05-31
Revert "label: fix systemd-udev labeling of /run directory."
Kay Sievers
2012-05-31
mkdir: provide all functions with and without selinux label application
Kay Sievers
2012-05-31
label: fix systemd-udev labeling of /run directory.
Daniel J Walsh
2012-05-31
selinux: downgrade database load time message to LOG_DEBUG
Lennart Poettering
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-04-17
selinux: unify systemd and udev code
Kay Sievers
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers