/external/selinux/policycoreutils/ |
.gitignore | 6 secon/secon
|
Makefile | 1 SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
|
ChangeLog | 3 * secon: Add missing descriptions for --*-key params in secon man page, from Lukas Vrabec 160 * secon: add support for setrans color information in prompt output [all...] |
/external/selinux/policycoreutils/secon/ |
Makefile | 0 # secon tool - command-line context 14 all: secon 16 secon: secon.o 21 install -m 755 secon $(BINDIR); 24 install -m 644 secon.1 $(MANDIR)/man1 27 /sbin/restorecon $(BINDIR)/secon 30 rm -f *.o core* secon *~ *.bak
|
secon.1 | 1 .TH SECON "1" "April 2006" "Security Enhanced Linux" NSA 3 secon \- See an SELinux context, from a file, program or user input. 5 .B secon 21 .B secon 25 shows the current version of secon 28 shows the usage information for secon 102 .B secon 109 .B secon 111 .B secon
|
secon.c | 21 #define SECON_CONF_PROG_NAME "secon" /* default program name */
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
anames9.go | 17 "SECON",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
anames9.go | 17 "SECON",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames9.go | 20 "SECON",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames9.go | 20 "SECON",
|
/system/extras/ext4_utils/ |
contents.h | 32 char *secon; member in struct:dentry 41 int inode_set_selinux(u32 inode_num, const char *secon);
|
contents.c | 467 int inode_set_selinux(u32 inode_num, const char *secon) 469 if (!secon) 473 XATTR_SELINUX_SUFFIX, secon, strlen(secon) + 1);
|
make_ext4fs.c | 235 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) { 239 if (dentries[i].secon && verbose) 240 printf("Labeling %s as %s\n", dentries[i].path, dentries[i].secon); 285 if (selabel_lookup(sehnd, &dentries[0].secon, dentries[0].path, dentries[0].mode) < 0) 333 ret = inode_set_selinux(entry_inode, dentries[i].secon); 344 free(dentries[i].secon);
|
/external/selinux/policycoreutils/po/ |
POTFILES.in | 37 secon/secon.c
|
Makefile | 62 ../secon/secon.c \
|
/external/selinux/policycoreutils/sandbox/ |
sandboxX.sh | 3 context=`id -Z | secon -t -l -P`
|
/external/autotest/site_utils/admin/scripts/ |
check_db.out | 206 secon 4049014
|
/external/selinux/policycoreutils/scripts/ |
fixfiles | 73 cat ${SELINUXMNT}/initial_contexts/unlabeled | secon -t 81 cat $SELINUXMNT/initial_contexts/file | secon -t
|
/cts/tests/tests/text/src/android/text/method/cts/ |
ArrowKeyMovementMethodTest.java | 393 // secon|d |line [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-ranchu-arm64 | |
emulator-ranchu-mips64 | |
emulator-ranchu-x86 | |
emulator-ranchu-x86_64 | |