File: java.yaml

package info (click to toggle)
forensic-artifacts 20190113-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 712 kB
  • sloc: python: 1,669; sh: 166; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Java related artifacts.

name: JavaCacheFiles
doc: Java Plug-in cache.
sources:
- type: FILE
  attributes: {paths: ['%%users.homedir%%/.java/deployment/cache/**']}
  supported_os: [Linux]
- type: FILE
  attributes: {paths: ['%%users.homedir%%/Library/Caches/Java/cache/**']}
  supported_os: [Darwin]
- type: FILE
  attributes:
    paths:
      - '%%users.localappdata_low%%\Sun\Java\Deployment\cache\**'
      - '%%users.homedir%%\AppData\LocalLow\Sun\Java\Deployment\cache\**'
      - '%%users.homedir%%\Application Data\Sun\Java\Deployment\cache\**'
    separator: '\'
  supported_os: [Windows]
supported_os: [Windows, Linux, Darwin]