mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
c09c341ae4
* Default.meta changes for default savedsearch stanza * Update casing * Bumping for new version with associated changes * Version bump of contentctl for fixes
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
## shared Application-level permissions
|
|
[]
|
|
access = read : [ * ], write : [ admin, sc_admin ]
|
|
export = system
|
|
|
|
[savedsearches]
|
|
owner = admin
|
|
|
|
## DO NOT EXPORT THE [default] stanza, and the [default] stanza alone.
|
|
## Because this comes later in the default.meta file, it overrides the
|
|
## export = system for [] above.
|
|
## We MAY want to consider change the access, like making this stanza read-only or similar
|
|
[savedsearches/default]
|
|
export = none
|