~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/keys/system_keyring.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* System keyring containing trusted public keys.
 
2
 *
 
3
 * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved.
 
4
 * Written by David Howells (dhowells@redhat.com)
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU General Public Licence
 
8
 * as published by the Free Software Foundation; either version
 
9
 * 2 of the Licence, or (at your option) any later version.
 
10
 */
 
11
 
 
12
#ifndef _KEYS_SYSTEM_KEYRING_H
 
13
#define _KEYS_SYSTEM_KEYRING_H
 
14
 
 
15
#ifdef CONFIG_SYSTEM_TRUSTED_KEYRING
 
16
 
 
17
#include <linux/key.h>
 
18
 
 
19
extern struct key *system_trusted_keyring;
 
20
 
 
21
#endif
 
22
 
 
23
#endif /* _KEYS_SYSTEM_KEYRING_H */