62 code results in snapcore/snapd
YAML
tests/main/security-device-cgroups/task.yaml
Showing the top four matches
Last indexed Nov 3, 2017
Go
interfaces/builtin/camera.go
Showing the top eight matches
Last indexed Nov 10, 2017
Go
interfaces/builtin/raw_usb.go
Showing the top seven matches
Last indexed Nov 10, 2017
Go
interfaces/builtin/dcdbas_control.go
Showing the top eight matches
Last indexed Jun 29, 2017
Go
interfaces/builtin/opengl.go
Showing the top eight matches
Last indexed Dec 6, 2017
YAML
tests/main/security-device-cgroups-serial-port/task.yaml
Showing the top three matches
Last indexed Dec 8, 2017
| 37 | # FIXME: this is, apparently, a layered can of worms. Zyga says he needs to fix it. |
| 38 | if [ -e /sys/fs/cgroup/devices/snap.test-snapd-tools.env/devices.list ]; then |
| 39 | MATCH -v "c 4:68 rwm" < /sys/fs/cgroup/devices/snap.test-snapd-tools.env/devices.list |
| 40 | fi |
| 41 | |
| 42 | echo "=================================================" |
Go
interfaces/builtin/broadcom_asic_control.go
Showing the top eight matches
Last indexed Nov 10, 2017
Shell
cmd/snap-confine/snappy-app-dev
Showing the top match
Last indexed May 24, 2017
Python
tests/lib/snaps/test-snapd-tuntap/bin/tuntap.py
Showing the top two matches
Last indexed Nov 13, 2017
Go
interfaces/builtin/hardware_observe.go
Showing the top five matches
Last indexed Oct 30, 2017
| 37 | # used by lscpu and 'lspci -A intel-conf1/intel-conf2' |
| 38 | capability sys_rawio, |
| 39 | |
| 40 | # used by lspci |
| 41 | capability sys_admin, |
| 42 | /etc/modprobe.d/{,*} r, |
| 43 | /lib/modprobe.d/{,*} r, |
| … | |
| 77 | @{PROC}/device-tree/{,**} r, |
| 78 | /sys/kernel/debug/usb/devices r, |
| 79 | @{PROC}/sys/abi/{,*} r, |
| 80 | ` |
| 81 | |
| 82 | const hardwareObserveConnectedPlugSecComp = ` |