{"id":16642932,"url":"https://github.com/horlogeskynet/apparmor","last_synced_at":"2026-04-29T05:31:37.869Z","repository":{"id":84678376,"uuid":"558285777","full_name":"HorlogeSkynet/AppArmor","owner":"HorlogeSkynet","description":":lipstick: A Sublime Text 3+ syntax definition for your AppArmor profiles","archived":false,"fork":false,"pushed_at":"2023-01-07T10:20:06.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T16:20:36.670Z","etag":null,"topics":["apparmor","apparmor-profile","package-control","sublime-syntax","sublime-text","sublime-text-3","sublime-text-4","sublime-text-plugin","syntax-highlighting"],"latest_commit_sha":null,"homepage":"https://packagecontrol.io/packages/AppArmor","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HorlogeSkynet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"liberapay":"HorlogeSkynet"}},"created_at":"2022-10-27T08:45:46.000Z","updated_at":"2024-07-07T16:45:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff717f12-2d07-4c56-99ea-459b82aea8cd","html_url":"https://github.com/HorlogeSkynet/AppArmor","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"bad72a7876dd34cdc69f012b0999100a5c8330be"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorlogeSkynet%2FAppArmor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorlogeSkynet%2FAppArmor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorlogeSkynet%2FAppArmor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorlogeSkynet%2FAppArmor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HorlogeSkynet","download_url":"https://codeload.github.com/HorlogeSkynet/AppArmor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243165537,"owners_count":20246725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apparmor","apparmor-profile","package-control","sublime-syntax","sublime-text","sublime-text-3","sublime-text-4","sublime-text-plugin","syntax-highlighting"],"created_at":"2024-10-12T08:06:51.355Z","updated_at":"2025-12-26T05:12:08.186Z","avatar_url":"https://github.com/HorlogeSkynet.png","language":"YAML","funding_links":["https://liberapay.com/HorlogeSkynet"],"categories":[],"sub_categories":[],"readme":"# AppArmor\n\n\u003e A Sublime Text 3+ syntax definition for your AppArmor profiles\n\n![Preview](https://i.imgur.com/FRRFdtr.png)\n\n## Introduction\n\n[AppArmor](https://apparmor.net/) is a Linux kernel module implementing a mandatory access control (MAC), which allows system administrators to confine their applications by writing intelligible plain text profiles.  \nThis project aims to provide a \"basic\" profile syntax definition for Sublime Text.\n\n## Installation\n\n### With Package Control\n\n1. Open your command palette and type in : `Package Control: Install Package`\n2. Browse the list or search for `AppArmor`\n3. Press `Enter` and you're done !\n\nPackage Control dedicated page [here](https://packagecontrol.io/packages/AppArmor).\n\n### Manually\n\n1. Go to the Sublime Text packages folder (usually `$HOME/.config/sublime-text/Packages/` or `%AppData%\\Sublime Text\\Packages\\`)\n2. Clone this repository there : `git clone https://github.com/HorlogeSkynet/AppArmor.git`\n3. Restart Sublime Text and... :tada:\n\n## Usage\n\n### Syntax\n\n* Open your command palette and type in : `Set Syntax: AppArmor`\n\n* Click on the bottom-right corner : `AppArmor`\n\n* `View \u003e Syntax \u003e AppArmor`\n\n### Build\n\n* Open your command palette and type in : `Build With: AppArmor`\n\n* Press `CTRL + B`\n\n* `Tools \u003e Build`\n\n## Frequently Asked Questions\n\n### Do you plan to support the _whole_ AppArmor syntax ?\n\n\u003e No, but feel free to contribute.\n\n### Why does this syntax coloration s\\*cks ?\n\n\u003e Well, sorry to hear that. Grammar wasn't my favorite course at school.  \n\u003e I'd be pleased to review any [issue](https://github.com/HorlogeSkynet/AppArmor/issues/new) or pull request.\n\n### Why didn't you convert the [official Yacc parser](https://gitlab.com/apparmor/apparmor/-/blob/master/parser/parser_yacc.y) to [Sublime's definition syntax](https://www.sublimetext.com/docs/syntax.html) ?\n\n\u003e [It looks like](https://forum.sublimetext.com/t/convert-bnf-yacc-grammar-definition-to-syntax-package/15980) such a tool does not exist (yet ?).\n\n### Would this plugin help me write a secure AppArmor profile for my application ?\n\n\u003e No, but I would advise you to read [a full set of AppArmor profiles](https://github.com/roddhjav/apparmor.d) publicly maintained by [@roddhjav](https://github.com/roddhjav).\n\n### I've noticed you got an extensive tests suite, can I run it ?\n\n\u003e Of course, open the `AppArmor.sublime-syntax` file, press `CTRL + Shift + B` and choose `Build With: Syntax Tests`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorlogeskynet%2Fapparmor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorlogeskynet%2Fapparmor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorlogeskynet%2Fapparmor/lists"}