| /linux/scripts/selinux/ |
| H A D | install_policy.sh | 39 mkdir -p /etc/selinux/dummy/policy 40 mkdir -p /etc/selinux/dummy/contexts/files 42 echo "__default__:user_u:s0" > /etc/selinux/dummy/seusers 43 echo "base_r:base_t:s0" > /etc/selinux/dummy/contexts/failsafe_context 44 echo "base_r:base_t:s0 base_r:base_t:s0" > /etc/selinux/dummy/default_contexts 45 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF 52 touch /etc/selinux/dummy/contexts/virtual_domain_context 53 touch /etc/selinux/dummy/contexts/virtual_image_context 55 cp file_contexts /etc/selinux/dummy/contexts/files 56 cp dbus_contexts /etc/selinux/dummy/contexts [all …]
|
| /linux/Documentation/admin-guide/aoe/ |
| H A D | udev.txt | 8 # bash# find /etc -type f -name udev.conf 9 # /etc/udev/udev.conf 10 # bash# grep udev_rules= /etc/udev/udev.conf 11 # udev_rules="/etc/udev/rules.d/" 12 # bash# ls /etc/udev/rules.d/ 15 # /etc/udev/rules.d/60-aoe.rules
|
| H A D | udev-install.sh | 11 if test -r /etc/udev/udev.conf; then 12 conf=/etc/udev/udev.conf 27 rules_d=/etc/udev/rules.d
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-qemu_fw_cfg | 72 "etc/e820" 73 "etc/boot-fail-wait" 74 "etc/system-states" 75 "etc/table-loader" 76 "etc/acpi/rsdp" 77 "etc/acpi/tables" 78 "etc/smbios/smbios-tables" 79 "etc/smbios/smbios-anchor" 90 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35 91 qemu_fw_cfg/by_name/etc/acpi/rsdp -> ../../../by_key/41
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | NOTES | 12 Plus a handful of blocks around them for HDMI/DSI/etc output. 18 But, HDMI/DSI/etc blocks seem like they can be shared across multiple 41 connector -> HDMI/DSI/etc --> other device(s) 44 we'll let msm_mdp4_kms provide the irq install/uninstall/etc functions 54 connector -> HDMI/DSI/eDP/etc --> other device(s) 57 than needing a different implementation for DTV, DSI, etc. (Ie. the 61 etc) are routed through MDP. 68 logistics of finding/mapping io region, irq, etc. Idealy we would 77 the downstream android fbdev driver), bitfield sizes, etc. My current
|
| /linux/drivers/ata/ |
| H A D | pata_cs5536.c | 203 u32 etc; in cs5536_set_dmamode() local 207 cs5536_read(pdev, ETC, &etc); in cs5536_set_dmamode() 210 etc &= ~(IDE_DRV_MASK << dshift); in cs5536_set_dmamode() 211 etc |= udma_timings[mode - XFER_UDMA_0] << dshift; in cs5536_set_dmamode() 213 etc &= ~(IDE_ETC_UDMA_MASK << dshift); in cs5536_set_dmamode() 217 cs5536_write(pdev, ETC, etc); in cs5536_set_dmamode()
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 34 - copy the `.bpf.o` you want in `/etc/udev-hid-bpf/` 41 $> cp xppen-ArtistPro16Gen2.bpf.o /etc/udev-hid-bpf/ 61 $> cat <EOF > /etc/udev/rules.d/99-load-hid-bpf-xppen-ArtistPro16Gen2.rules 66 …BDp0000095A", RUN{program}+="/usr/local/bin/udev-hid-bpf add $sys$devpath /etc/udev-hid-bpf/xppen-… 69 …BDp0000095B", RUN{program}+="/usr/local/bin/udev-hid-bpf add $sys$devpath /etc/udev-hid-bpf/xppen-… 88 run: '/usr/local/bin/udev-hid-bpf add /sys/devices/virtual/misc/uhid/0003:28BD:095B.0E57 /etc/udev-…
|
| /linux/Documentation/scsi/ |
| H A D | NinjaSCSI.rst | 82 (f) Add these lines to /etc/pcmcia/config . 85 So, you don't need to edit file. Just copy to /etc/pcmcia/ . 121 # /etc/rc.d/rc.pcmcia start (BSD style) 125 # /etc/init.d/pcmcia start (SYSV style) 151 Please send me some reports(bug reports etc..) of this software. 156 - your SCSI device name(hard drive, CD-ROM, etc...)
|
| /linux/Documentation/arch/s390/ |
| H A D | config3270.sh | 25 INITTAB=$ROOT/etc/inittab 26 NINITTAB=$ROOT/etc/NEWinittab 27 OINITTAB=$ROOT/etc/OLDinittab
|
| H A D | 3270.rst | 56 configuration file under /etc/modprobe.d/. If you are working on a VM 69 2. (If a module) add a line to a file in `/etc/modprobe.d/*.conf` 95 module.) Add a line to a file `/etc/modprobe.d/*.conf` to automatically 123 changes to /etc/inittab. 125 Then notify /sbin/init that /etc/inittab has changed, by issuing 176 B. Is the /etc/inittab file modified as in installation step 3 178 "grep 3270 /etc/inittab". Nothing found? There's your 296 driver, etc etc.
|
| /linux/Documentation/networking/ |
| H A D | alias.rst | 23 # ifconfig eth0:0 200.1.1.1 etc,etc.... 43 and refer to them as usual (ifconfig, route, etc).
|
| H A D | secid.rst | 15 resets, timewait ack, etc.). It is also conceivable that the label could be 16 derived from other sources such as process context, device, etc., in special
|
| /linux/tools/hv/ |
| H A D | hv_set_ifconfig.sh | 82 cp $1 /etc/sysconfig/network-scripts/ 88 sed '/\[connection\]/a autoconnect=true' $2 > /etc/NetworkManager/system-connections/${filename}
|
| /linux/arch/x86/boot/ |
| H A D | install.sh | 34 elif [ -x /etc/lilo/install ]; then 35 /etc/lilo/install
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | serial_uart.rst | 43 name. The classic example is the content of the /etc/inittab file where 48 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc. 51 in /etc/securetty for root to be allowed to login as well.
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-iter.rst | 36 tasks, bpf_maps, etc.) and a bpf program called for each kernel data object 37 (e.g., one task, one bpf_map, etc.). User space can *read* kernel iterator 47 aggregation, etc. without copying data to user space.
|
| /linux/Documentation/userspace-api/media/ |
| H A D | intro.rst | 31 including DVB-T/T2, DVB-S/S2, DVB-C, ATSC, ISDB-T, ISDB-S, DTMB, etc. The 42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For 45 reporting troubles, sending new drivers, etc, please mail to: `Linux Media
|
| /linux/drivers/perf/hisilicon/ |
| H A D | Kconfig | 16 bandwidth etc. 26 bandwidth etc.
|
| /linux/Documentation/admin-guide/namespaces/ |
| H A D | resource-control.rst | 17 package present on most distros editing /etc/cgrules.conf, 18 /etc/cgconfig.conf and setting up libpam-cgroup.
|
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | test_ownership.tc | 14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3` 15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | sonypi.rst | 24 - programmable keys, back, help, zoom, thumbphrase buttons, etc. 40 (brightness, contrast etc), and is used by the video4linux driver for the 64 fnkeyinit: on some Vaios (C1VE, C1VR etc), the Fn key events don't 119 lines a configuration file in /etc/modprobe.d/:: 144 speed handling etc). Use ACPI instead of APM if it works on your
|
| /linux/scripts/coccinelle/null/ |
| H A D | kmerr.cocci | 2 /// This semantic patch looks for kmalloc etc that are not followed by a 5 /// in determining what the error handling code for the call to kmalloc etc
|
| /linux/drivers/firmware/arm_scmi/vendors/imx/ |
| H A D | Kconfig | 22 start, stop and etc. 34 manage Logical Machines boot, shutdown and etc.
|
| /linux/Documentation/sound/soc/ |
| H A D | overview.rst | 7 pxa2xx, au1x00, iMX, etc) and portable audio codecs. Prior to the ASoC 18 machine specific code to re-route audio, enable amps, etc., after such an 24 power via changing codec oversampling rates, bias currents, etc.
|
| /linux/Documentation/gpu/amdgpu/ |
| H A D | debugfs.rst | 130 allocated. This lists the buffer size, pool (VRAM, GTT, etc.), and buffer 131 attributes (CPU access required, CPU cache attributes, etc.). 138 GPU virtual address space (e.g., evicted, idle, invalidated, etc.). 181 power, etc.). Used by tools like UMR to query GPU power metrics. 188 PCI config, GPU family, etc.). Used by tools like UMR to query GPU details.
|