HomeSort by relevance Sort by last modified time
    Searched refs:sbin (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/e2fsprogs/debian/
uuid-runtime.prerm 3 if [ -x /usr/sbin/uuidd ]
5 /usr/sbin/uuidd -k || true
e2fsprogs.postinst 6 if [ -x /usr/sbin/update-initramfs -a \
uuid-runtime.postinst 10 chown libuuid:libuuid /usr/sbin/uuidd
11 chmod 6755 /usr/sbin/uuidd
  /external/linux-kselftest/tools/testing/selftests/lib/
bitmap.sh 4 if /sbin/modprobe -q test_bitmap; then
5 /sbin/modprobe -q -r test_bitmap
printf.sh 4 if /sbin/modprobe -q test_printf; then
5 /sbin/modprobe -q -r test_printf
  /external/linux-kselftest/tools/testing/selftests/net/
test_bpf.sh 4 if /sbin/modprobe -q test_bpf ; then
5 /sbin/modprobe -q -r test_bpf;
  /external/linux-kselftest/tools/testing/selftests/user/
test_user_copy.sh 4 if /sbin/modprobe -q test_user_copy; then
5 /sbin/modprobe -q -r test_user_copy
  /external/linux-kselftest/tools/testing/selftests/static_keys/
test_static_keys.sh 4 if /sbin/modprobe -q test_static_key_base; then
5 if /sbin/modprobe -q test_static_keys; then
7 /sbin/modprobe -q -r test_static_keys
8 /sbin/modprobe -q -r test_static_key_base
11 /sbin/modprobe -q -r test_static_key_base
  /external/selinux/policycoreutils/sestatus/
sestatus.conf 7 /sbin/agetty
8 /sbin/init
9 /sbin/mingetty
10 /usr/sbin/sshd
16 /sbin/mingetty
17 /sbin/agetty
18 /usr/sbin/sshd
  /external/wpa_supplicant_8/wpa_supplicant/examples/
60_wpa_supplicant 6 PATH=/sbin:/usr/sbin:/bin:/usr/bin
  /external/dnsmasq/contrib/slackware-dnsmasq/
rc.dnsmasq.gz 
  /external/ltp/testcases/kernel/fs/fs_maim/
backbeat 23 # an online backup of /sbin using cp, tar and diff.
32 mkdir ("$part1/sbin");
34 print `cp -aL /sbin/* $part1/sbin`;
38 print `tar -cf test.tar sbin`;
48 $tmp = `diff -r $part3/sbin $part1/sbin`;
  /external/selinux/restorecond/
restorecond.init 10 # processname: /usr/sbin/restorecond
24 PATH=/sbin:/bin:/usr/bin:/usr/sbin
29 [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled || exit 7
34 test -x /usr/sbin/restorecond || exit 5
43 daemon /usr/sbin/restorecond
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 25 if [ -r /usr/sbin/mdnsd ]; then
26 DAEMON=/usr/sbin/mdnsd
28 DAEMON=/usr/local/sbin/mdnsd
34 if [ -r /sbin/start-stop-daemon ]; then
  /external/selinux/mcstrans/src/
mcstrans.init 8 # processname: /sbin/mcstransd
21 PATH=/sbin:/bin:/usr/bin:/usr/sbin
39 test -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled || exit 0
44 test -x /sbin/mcstransd || exit 5
  /external/openssh/contrib/hpux/
sshd.rc 0 #!/sbin/sh
22 PATH=/usr/sbin:/usr/bin:/sbin
26 WHAT_PATH=/opt/openssh/sbin/sshd
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 6 /usr/local/sbin/dnsmasq -q -n
  /external/e2fsprogs/misc/
uuidd.rc 16 PATH=/bin:/usr/bin:/sbin:/usr/sbin
17 DAEMON=/usr/sbin/uuidd
  /external/openssh/contrib/redhat/
sshd.init 25 SSHD=/usr/sbin/sshd
42 if [ -x /sbin/restorecon ]; then
43 /sbin/restorecon /etc/ssh/ssh_host_key.pub
44 /sbin/restorecon /etc/ssh/ssh_host_rsa_key.pub
45 /sbin/restorecon /etc/ssh/ssh_host_dsa_key.pub
46 /sbin/restorecon /etc/ssh/ssh_host_ecdsa_key.pub
  /external/libcap/contrib/
pcaps4server 88 chown $VERBOSE apache:apache /usr/sbin/httpd
89 chmod $VERBOSE u+s /usr/sbin/httpd
90 setcap cap_net_bind_service=ep /usr/sbin/httpd
98 chown $VERBOSE root:root /usr/sbin/httpd
99 chmod $VERBOSE u-s /usr/sbin/httpd
100 setcap -r /usr/sbin/httpd
123 chown $VERBOSE apache:apache /usr/sbin/httpd
124 chmod $VERBOSE u+s /usr/sbin/httpd
125 #setfcaps -c cap_net_bind_service=p -e /usr/sbin/httpd
126 setcap cap_net_bind_service=ep /usr/sbin/http
    [all...]
  /external/dnsmasq/contrib/wrt/
lease_update.sh 20 NVRAM=/usr/sbin/nvram
  /external/iputils/ninfod/
ninfod.sh.in 3 NINFOD=@prefix@/sbin/ninfod
  /external/selinux/policycoreutils/scripts/
Makefile 4 USRSBINDIR ?= $(PREFIX)/sbin
5 SBINDIR ?= $(DESTDIR)/sbin
  /external/selinux/python/chcat/
Makefile 4 USRSBINDIR ?= $(PREFIX)/sbin
5 SBINDIR ?= $(DESTDIR)/sbin
  /external/libmtp/
libmtp.sh 11 if [ -f /sbin/resmgr ]
13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb

Completed in 395 milliseconds

1 2 3 4 5 6 7 8 910