aboutsummaryrefslogtreecommitdiff
path: root/libbb/selinux_common.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
|
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-0/+14
| | | | | passwd: SELinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
|
* introduce and use setfscreatecon_or_dieDenis Vlasenko2007-03-121-0/+10
| | | | | (patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix for vda's brainfart :(
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-0/+30
Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp>