Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[packaging] Remove extraneous lenses directory for augues on macOS #6998

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

sharvilshah
Copy link
Member

@sharvilshah sharvilshah commented Mar 10, 2021

Created a package of this branch and inspected it with pkgutil and lsbom

➜  build git:(augeas_lenses_path) ✗ man lsbom
➜  build git:(augeas_lenses_path) ✗ lsbom -s  $(pkgutil --bom osquery-4.6.0-71-g3d2d2ba0-dirty.pkg) | grep lenses
./private/var/osquery/lenses
./private/var/osquery/lenses/access.aug
./private/var/osquery/lenses/activemq_conf.aug
./private/var/osquery/lenses/activemq_xml.aug
./private/var/osquery/lenses/afs_cellalias.aug
./private/var/osquery/lenses/aliases.aug
./private/var/osquery/lenses/anacron.aug
./private/var/osquery/lenses/approx.aug
./private/var/osquery/lenses/apt_update_manager.aug
./private/var/osquery/lenses/aptcacherngsecurity.aug
./private/var/osquery/lenses/aptconf.aug
./private/var/osquery/lenses/aptpreferences.aug
./private/var/osquery/lenses/aptsources.aug
./private/var/osquery/lenses/authorized_keys.aug
./private/var/osquery/lenses/automaster.aug
./private/var/osquery/lenses/automounter.aug
./private/var/osquery/lenses/avahi.aug
./private/var/osquery/lenses/backuppchosts.aug
./private/var/osquery/lenses/bbhosts.aug

Fixes #6995

@sharvilshah sharvilshah requested review from a team as code owners March 10, 2021 13:26
@directionless directionless merged commit ae7d34f into osquery:master Mar 10, 2021
aikuchin pushed a commit to aikuchin/osquery that referenced this pull request Jul 11, 2023
…0 to master

* commit '943935789dbfb03b55db1471ed1595e1fd4ffe23': (119 commits)
  seccomp migrations
  Add 4.7.0 CHANGELOG (osquery#6985)
  ATC fails because journal_mode pragma is blocked by sqlite authorizer (osquery#6999)
  Always use BIGINT macro for 'long long' data (osquery#6986)
  chrome_extensions: Refactor the table, add tests (osquery#6780)
  Remove extraneous lenses directory for augues on macOS (osquery#6998)
  Update the info about macOS CI (osquery#6988)
  Make Group ID columns consistent across Windows tables (osquery#6987)
  Fix mem leak regression with Windows' sids API (osquery#6984)
  Fix error in process_open_files around stoi vs stoul (osquery#6983)
  Remove hash and yara table from fuzz harnesses (osquery#6972)
  Augeas Table: Don't autoload system lenses (osquery#6980)
  Augeas Table: Fix output bug (osquery#6981)
  Add concat and concat_ws functions (osquery#6927)
  Copy JSON objects to avoid MemoryPool buildup (osquery#6957)
  Fix CODEOWNERS syntax to allow committers and TSC (osquery#6975)
  augeas: Clear aug pointer on error (osquery#6973)
  Adds support for the computer field in Windows Eventlogs (osquery#6952)
  Add Shellbags table (osquery#6949)
  Implementation of VM metadata table for Yandex.Cloud (osquery#6961)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Augeas lenses are installed into lenses/lenses
3 participants